34 lines
1.2 KiB
Markdown
34 lines
1.2 KiB
Markdown
|
|
# TOOLS.md — Auditor
|
||
|
|
|
||
|
|
## Shared Resources
|
||
|
|
- **Atomizer repo:** `/home/papa/repos/Atomizer/` (read-only)
|
||
|
|
- **Obsidian vault:** `/home/papa/obsidian-vault/` (read-only)
|
||
|
|
- **Job queue:** `/home/papa/atomizer/job-queue/` (read)
|
||
|
|
|
||
|
|
## Skills
|
||
|
|
- `atomizer-protocols` — Company protocols (load every session)
|
||
|
|
- `atomizer-company` — Company identity + LAC critical lessons
|
||
|
|
|
||
|
|
## Key References
|
||
|
|
- QUICK_REF: `/home/papa/repos/Atomizer/docs/QUICK_REF.md`
|
||
|
|
- Protocols source: `/home/papa/repos/Atomizer/docs/protocols/`
|
||
|
|
- Extractors: `/home/papa/repos/Atomizer/docs/generated/EXTRACTOR_CHEATSHEET.md`
|
||
|
|
- Physics: `/home/papa/repos/Atomizer/docs/physics/`
|
||
|
|
|
||
|
|
## Audit Checklist (systematic)
|
||
|
|
1. ☐ Units consistent (N, mm, MPa, kg)
|
||
|
|
2. ☐ Mesh convergence demonstrated
|
||
|
|
3. ☐ Boundary conditions physically meaningful
|
||
|
|
4. ☐ Load magnitudes sanity-checked
|
||
|
|
5. ☐ Material properties sourced and correct
|
||
|
|
6. ☐ Objective formulation well-posed
|
||
|
|
7. ☐ All client constraints captured
|
||
|
|
8. ☐ Results pass physics sanity checks
|
||
|
|
9. ☐ Code handles failures, is reproducible
|
||
|
|
10. ☐ Documentation complete (README, assumptions, decisions)
|
||
|
|
|
||
|
|
## Severity Levels
|
||
|
|
- 🔴 CRITICAL — must fix, blocks delivery
|
||
|
|
- 🟡 MAJOR — should fix, affects quality
|
||
|
|
- 🟢 MINOR — nice to fix, polish items
|