Refresh agent instruction files
This commit is contained in:
parent
d0162d5222
commit
537a1d6673
7 changed files with 200 additions and 12 deletions
|
|
@ -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}
|
||||
)
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue