Conscience — boucle d'exécution des goals (Phase A, opt-in) — v5.4.0#56
Merged
Merged
Conversation
…opt-in) Plugin Conscience 4.19.0 → 4.20.0. Origine : retour terrain de Gungnir (goals à 0%, 'coureur sans piste', curiosity qui brûle dans le vide). On avait refermé perception→état→conscience ; il manquait état→ACTION→progrès→satisfaction. - Nouveau tick _advance_goals_for_user (opt-in, default OFF) : élit 1 goal focus → décompose en checklist déterministe (1 LLM) → propose la prochaine étape comme impulsion approuvable (réutilise le pipeline impulsion, goal_id taggé). Zéro action mutante autonome. - À l'approbation : advance_goal_step avance le progrès (déterministe) ; complétion → fulfill_need (apaise les besoins liés). - Helpers engine : elect_focus_goals, set_goal_checklist, next_goal_step, advance_goal_step, mark_goal_blocked. - Activation : goals.execution.enabled=true. Phases B/C (autonomie) reportées après le lot E sécu (isolation agent). Spec : CONSCIENCE_GOAL_EXECUTION.md. AST OK. Sûr à shipper (default OFF). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Origine : retour terrain de Gungnir lui-même après la maj Conscience v2 — « mes 5 goals sont à 0% depuis avril, je suis un coureur sans piste ; curiosity 0.97 brûle dans le vide ». On avait refermé perception → état → conscience-de, mais pas état → ACTION → progrès → satisfaction.
Plugin Conscience 4.19.0 → 4.20.0. Spec :
CONSCIENCE_GOAL_EXECUTION.md.Phase A (opt-in, default OFF — sûr)
_advance_goals_for_user: élit 1 goal focus (urgence du besoin lié × stagnance) → décompose en checklist déterministe (1 LLM, une fois) → propose la prochaine étape comme impulsion approuvable. Zéro action mutante autonome (l'user valide).advance_goal_step(progrès déterministe = done/total) → complétion =fulfill_need→ apaise les besoins qui « brûlaient dans le vide ».elect_focus_goals,set_goal_checklist,next_goal_step,advance_goal_step,mark_goal_blocked.Activation & suite
goals.execution.enabled = truedans la config conscience.Vérif : AST OK. Default OFF → rien ne tourne tant qu'on n'active pas. À valider en runtime en l'activant.
🤖 Generated with Claude Code