Files
TinyTorch/.claude-startup-check.md
Vijay Janapa Reddi d8576bb652 Add Package Manager agent to ensure module integration
- 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
2025-09-16 00:45:05 -04:00

923 B

Claude Startup Checklist

Automatic Startup Verification

When Claude starts in the TinyTorch project, it MUST:

  1. Read CLAUDE.md for all workflow instructions
  2. Acknowledge agent roles and QA requirements
  3. Never skip QA testing after module changes
  4. 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.