chore(ai-workflow): tighten agent workflow and worktree tooling (#1107)

* chore(ai-workflow): tighten agent workflow and worktree tooling

* fix(ai-workflow): address review feedback

* fix(ai-workflow): make format hook portable
This commit is contained in:
Tommaso Casaburi
2026-03-17 19:58:30 +08:00
committed by GitHub
parent b9c7524f04
commit ebf5ab64e4
23 changed files with 561 additions and 455 deletions
@@ -0,0 +1,17 @@
{
"task": "replace-with-task-slug",
"last_updated": "YYYY-MM-DD",
"items": [
{
"id": "F001",
"priority": 1,
"status": "pending",
"description": "Describe one end-to-end feature or one reviewable task slice.",
"verification": [
"List the command or user-visible check that proves this item works."
],
"files": [],
"notes": ""
}
]
}
@@ -0,0 +1,12 @@
# Progress Log
Append one entry per session.
## YYYY-MM-DD HH:MM
- Item: F001
- Summary: Replace this with the session summary.
- Files: `path/to/file`
- Verification: `yarn build`, `yarn lint`, `yarn type-check`
- Blockers: none
- Next: Replace this with the next best follow-up.