mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
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:
@@ -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": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user