chore: remove BMAD framework files and IDE configuration artifacts
Clean up unused BMAD workflow, agent, and command files across all IDE configurations (.agent, .clinerules, .cursor, .gemini, .github, .kilocode, .opencode) and internal module files (_bmad/bmb, _bmad/bmm). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Story 7.3: traceability-metadata
|
||||
|
||||
Status: review
|
||||
Status: done
|
||||
|
||||
<!-- Note: Validation is optional. Run validate-create-story for quality check before dev-story. -->
|
||||
|
||||
@@ -31,7 +31,7 @@ so that simulations are reproducible.
|
||||
- [x] Task 4: Unit and Integration Testing (AC: 1, 2, 3)
|
||||
- [x] Write unit tests to verify that identical `System` inputs produce the exact same `input_hash`.
|
||||
- [x] Write unit tests to verify that different `System` inputs produce different `input_hash` values.
|
||||
- [x] Write an integration test to ensure `SimulationMetadata` accurately reflects the solver state and input hash when requested.s
|
||||
- [x] Write an integration test to ensure `SimulationMetadata` accurately reflects the solver state and input hash when requested.
|
||||
|
||||
## Dev Notes
|
||||
|
||||
@@ -67,9 +67,11 @@ BMad Create Story Workflow (Claude 3.5 Sonnet / Antigravity)
|
||||
- Hashed the snapshot with `sha2::Sha256` to create `input_hash`.
|
||||
- Embedded `SimulationMetadata` inside `ConvergedState` results.
|
||||
- Added deterministic hashing tests and integration test.
|
||||
- **Code review 2026-03-15**: Sorted thermal couplings in `generate_canonical_bytes` for cross-run determinism; documented `fluid_backend_version` placeholder; added `SimulationMetadata::to_json()`; fixed story typo; added test for same topology / different fluid → different hash. File List: `crates/components/src/lib.rs` is listed because `Component::signature()` (used in canonical bytes) is defined in that crate.
|
||||
|
||||
### Change Log
|
||||
- **2026-02-22**: Implemented traceability metadata for solver outputs (Tasks 1-4).
|
||||
- **2026-03-15**: Code review fixes (determinism, docs, JSON helper, tests).
|
||||
|
||||
### File List
|
||||
- `_bmad-output/implementation-artifacts/7-3-traceability-metadata.md`
|
||||
|
||||
Reference in New Issue
Block a user