feat(RMGR-WP-0008): add workplan and register receiving surfaces

This commit is contained in:
tegwick 2026-08-21 17:15:21 +02:00
parent 5502afc1fd
commit 859df9aae7
15 changed files with 1501 additions and 11 deletions

View file

@ -115,9 +115,33 @@ commands:
scope: repo:command:work_status
mutates_git: true
params: [workplan_id, status]
- type: repo.work.create_workplan
scope: repo:command:workplan
mutates_git: true
params: [workplan_id, title, goal, status, owner, domain, topic_slug]
- type: repo.work.update_workplan
scope: repo:command:workplan
mutates_git: true
params: [workplan_id, title, status, owner, domain, topic_slug]
- type: repo.work.archive_workplan
scope: repo:command:workplan
mutates_git: true
params: [workplan_id, confirm_archive]
- type: repo.work.writeback_ids
scope: repo:command:writeback_ids
mutates_git: true
- type: repo.register.upsert_entry
scope: repo:command:register
mutates_git: true
params: [kind, entry_id, title, status, data]
- type: repo.register.defer_entry
scope: repo:command:register
mutates_git: true
params: [kind, entry_id, status]
- type: repo.register.add_note
scope: repo:command:register
mutates_git: true
params: [kind, entry_id, note, author]
- type: repo.agents.assign
scope: repo:command:agent_assign
mutates_git: preferred