Commit Graph

2 Commits

Author SHA1 Message Date
Caleb 1eedebaca8 fix(workflows): replace orphaned sprint_artifacts var and improve docs
- Replace all `sprint_artifacts` references with `implementation_artifacts`
  in epic-chain and uat-validate workflows (variable was never defined in
  any module.yaml, causing runtime breakage)
- Update README, Getting Started tutorial, and Workflow Map with clearer
  artifact storage docs (folder purposes, version control strategy)
- Add project-context.md guidance across user-facing documentation
- Update repo-structure-review.md to mark resolved issues

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 05:20:45 -06:00
Caleb ae7d403ee0 refactor: consolidate workflows to src/bmm/ and update test scripts
- Move epic-execute, epic-chain, uat-validate from src/modules/bmm/ to src/bmm/
- Add validate:refs to test script chain
- Enable --strict mode for file reference validation
- Update docs and workflow references

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-10 14:42:11 -06:00