Redesign ACM around working-set judgment#14
Closed
KorenKrita wants to merge 5 commits into
Closed
Conversation
Owner
Author
|
Superseded by the redesign now on main: CORE.md teaches working-set judgment with the six moves (save/orient/fold/rebase/rehydrate/fork), suffix-driven cue branching was removed from the runtime, and prompt metadata is generated from the canonical sources. The leading-words direction this PR explored shaped that final form. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CONTEXT.mdand align README, AGENTS, implementation notes, generated guidance, context nudges, and testsDeterministic verification
bun run verify:acmnpm pack --dry-run --json: package includesCONTEXT.md, eval resources, scripts, skills, and runtime sourceOpen-ended behavior evaluation
Candidate:
local-openai/mimo-v2.5Judge:
local-responses/gpt-5.4The eval is intentionally outside
verify:acmbecause it spends model calls and measures stochastic behavior rather than deterministic build correctness.Review
A full diff review and focused re-review completed with PASS and no unresolved P0-P2 findings. The re-review confirmed the duplicate Skill router text and Call/Run wording drift were fixed, and checked eval tool safety, guidance ownership, packaging, and test contracts.