aios-core
Version:
Synkra AIOS: AI-Orchestrated System for Full Stack Development - Core Framework
57 lines (33 loc) • 803 B
Markdown
# Current Approach: Subtask {{subtaskId}}
## Summary
{{approach_summary}}
## Key Decisions
{{#each decisions}}
- {{this}}
{{/each}}
## Files Being Modified
{{#each files}}
- `{{this.path}}` ({{this.action}})
{{/each}}
## Expected Challenges
{{#each expectedChallenges}}
- {{this}}
{{/each}}
## Started At
{{startedAt}}
## Attempt Number
{{attemptNumber}}
## Recovery Metadata
| Field | Value |
| ----------------- | -------------------- |
| Story ID | {{storyId}} |
| Subtask ID | {{subtaskId}} |
| Phase | {{phase}} |
| Previous Attempts | {{previousAttempts}} |
## Notes
<!-- Agent notes during implementation -->
{{notes}}
_Template Version: 1.0.0_
_Generated by: ApproachManager_