Broke the giant knowledge dump into curated fragments under src/modules/bmm/testarch/knowledge/

This commit is contained in:
Murat Ozcan
2025-09-30 09:23:32 -05:00
parent bc92bf04c3
commit c8d78d9c73
24 changed files with 149 additions and 13 deletions

View File

@@ -154,6 +154,8 @@ We keep every Test Architect workflow under `workflows/testarch/` instead of sca
- **Supporting Knowledge:**
- `tea-knowledge.md` Murats testing philosophy, heuristics, and risk scales.
- `tea-index.csv` Catalog of knowledge fragments with tags and file paths under `knowledge/` for task-specific loading.
- `test-levels-framework.md` Decision matrix for unit/integration/E2E selection.
- `test-priorities-matrix.md` Priority (P0P3) criteria and target coverage percentages.
- `test-resources-for-ai-flat.txt` Flattened 347KB bundle of Murats blogs, philosophy notes, and training material. Each `FILE:` section can be loaded on demand when the agent needs deeper examples or rationale.
- `knowledge/*.md` Focused summaries (fixtures, network, CI, etc.) distilled from Murats external resources.
- `test-resources-for-ai-flat.txt` Raw 347KB archive retained for manual deep dives when a fragment needs source validation.