mirror of
https://github.com/dtzp555-max/openclaw-agent-template.git
synced 2026-07-21 21:15:11 +00:00
feat: initial agent template (v1.0.0)
This commit is contained in:
@@ -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._
|
||||
Reference in New Issue
Block a user