Feat/goal command surface - #168
Merged
Merged
Conversation
Move the /goal parsing and execution engine into agent_orchestration (goal_commands), generic over GoalRepository and OwnerKey, so hosts with their own repository (PAL's transactional orchestration store, lanes as owners) run the exact same user-owned command language. code_assistant_core keeps the session-id + JSON-store binding. Extend the language with status, pause and resume (mirroring hermes' /goal): steering stays user-only — there is still no model-facing goal tool.
Goals no longer appear in any system prompt (both consumers removed the block); the framed goal-turn message is the only place a goal reaches the model, so it must carry the id — host tools that link work to a goal (PAL's delegate goal_id) take it as a parameter.
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.
No description provided.