feat: initial agent template (v1.0.0)

This commit is contained in:
2026-03-19 07:58:54 +10:00
commit 2742b55567
9 changed files with 650 additions and 0 deletions
+52
View File
@@ -0,0 +1,52 @@
# CURRENT STATE
This file tracks what's happening right now. The agent updates it at the end of every meaningful work session so the next session can pick up without re-orientation.
**Last updated:** [DATE_TIME]
**Updated by:** [AGENT_NAME]
---
## In Flight
<!-- Tasks actively being worked on -->
<!-- Format: - **[Task]** — [brief status / what's been done / what's next] -->
_Nothing in flight._
---
## Blocked
<!-- Tasks that cannot proceed and why -->
<!-- Format: - **[Task]** — Blocked by: [reason] | Need: [what would unblock this] -->
_Nothing blocked._
---
## Recently Finished
<!-- Tasks completed in the last 1-2 sessions -->
<!-- Remove items older than a few sessions to keep this file fresh -->
<!-- Format: - **[Task]** — [brief note on outcome or where to find the result] -->
_Nothing recently finished._
---
## Next
<!-- Planned upcoming tasks, in rough priority order -->
<!-- Format: - **[Task]** — [why / context] -->
_No upcoming tasks defined._
---
## Notes for Next Session
<!-- Anything the next session should know that doesn't fit above -->
<!-- Context, gotchas, things to check first, etc. -->
_No notes._