Refresh agent instruction files
Some checks failed
Build and Deploy / build-push-deploy (push) Has been cancelled

This commit is contained in:
2026-05-18 16:55:42 +02:00
parent d0162d5222
commit 537a1d6673
7 changed files with 200 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ workplans/ihp-railiance-probe-WP-NNNN-<slug>.md ← write this first
```
Then register in the hub:
```
create_workstream(topic_id="(none)", title="...", owner="...", description="...")
create_workstream(topic_id="595afc64-bd28-47bf-aafb-ba230b28371b", title="...", owner="...", description="...")
create_task(workstream_id="<id>", title="...", priority="high|medium|low")
```
@@ -30,7 +30,7 @@ create_task(workstream_id="<id>", title="...", priority="high|medium|low")
add_progress_event(
summary="First session: structured stack into N workstreams, M tasks",
event_type="milestone",
topic_id="(none)",
topic_id="595afc64-bd28-47bf-aafb-ba230b28371b",
detail={"workstreams": [...], "tasks_created": M}
)
```