Skip to content

Synchronize latest planning updates - #15

Merged
River Li (lbx154) merged 2 commits into
mainfrom
sync/latest-planning-updates
Aug 19, 2026
Merged

Synchronize latest planning updates#15
River Li (lbx154) merged 2 commits into
mainfrom
sync/latest-planning-updates

Conversation

@lbx154

Copy link
Copy Markdown
Contributor

Direct synchronization of the two latest Preview commits without additional modifications.

River Li (lbx154)and others added 2 commits August 19, 2026 08:44
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Argus already routes a plan challenge end to end: the Reviewer raises it,
the Manager decides whose authority it touches, and the Planner receives the
challenged assumption with its next cycle. The channel was unreachable.
The Reviewer's decision event is flat, but the JSON parser read the plan
fields only from a nested `planner_report`, so a correctly formed challenge
was discarded before anyone could route it. The prompt could not have
produced one anyway: `reconsider` appeared in no role prompt, and the only
example offered an invalid `keep`. A campaign could therefore close round
after locally correct round with nothing able to question the design that
produced them.
- parse the flat and nested payload shapes through one reader
- name `reconsider` in the Reviewer prompt, with the authority each impact
level carries and the fact that a self-authored plan is a working choice
- report objective-level stagnation and cumulative spend in the campaign
tally, as facts only, from data the journal already carries
- let the Planner retain a decision heuristic where the Engineer retains a
procedure, instead of filing strategic learning under generic advice
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@lbx154
River Li (lbx154) merged commit d84f25a into mainAug 19, 2026
1 of 2 checks passed
@lbx154
River Li (lbx154) deleted the sync/latest-planning-updates branch August 19, 2026 15:45
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@lbx154