mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-04-30 09:18:51 -05:00
- Created comprehensive Package Manager agent specification - Added to agent team hierarchy and workflow - Established mandatory integration testing phase - Package Manager validates all exports and dependencies - Ensures all student modules 'click together' into working system Key responsibilities: - Module export validation - Dependency resolution - Integration testing - Package build verification - Can block releases if integration fails This ensures students' individual modules combine into a complete, working TinyTorch framework
923 B
923 B
Claude Startup Checklist
✅ Automatic Startup Verification
When Claude starts in the TinyTorch project, it MUST:
- Read CLAUDE.md for all workflow instructions
- Acknowledge agent roles and QA requirements
- Never skip QA testing after module changes
- Follow the 5-phase workflow for all updates:
- Planning → Implementation → Testing → Documentation → Review
🚨 Critical Rules (NEVER OVERRIDE)
- QA testing is MANDATORY before commits
- Module Developer must get QA approval
- Workflow Coordinator enforces all protocols
- Test failures block all progress
🔄 Session Initialization
At the start of each session, Claude should:
1. Load CLAUDE.md instructions
2. Confirm QA testing protocol active
3. Ready agent orchestration system
4. Begin work following established workflows
This file serves as a secondary check to ensure Claude is properly configured.