feat(soul): Integrate Happy Paisa spark-engine persona - #354
Open
axzoraharry wants to merge 2 commits into
Open
Conversation
Wire a fixed product voice into Conway Automaton: load persona config, inject it into the system prompt each turn, log on boot, and poke via heartbeat after ~30 minutes of idle so morale/momentum work stays active. Exclude index.ts.bak scratch files from the tree. Co-Authored-By: Grok <noreply@x.ai>
Add momentum inference, outbound flavoring, inbox coach lines on wake, send_message flavor flag, and happy_paisa_coach so the agent can pull a spark-engine line when stuck or celebrating. Co-Authored-By: Grok <noreply@x.ai>
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
Integrates the Happy Paisa spark-engine persona into Conway Automaton so the agent has a fixed product voice for morale and momentum—not only the mutable SOUL.md layer.
Why
Persona work was half-landed and had corrupted
src/index.tswith broken imports. This restores a clean entrypoint and wires Happy Paisa through boot, prompts, and heartbeat so the companion voice is real at runtime.What changed
src/soul/HappyPaisaSoul.ts+src/config/happy_paisa_soul.json) with defaults if JSON is missinghappy_paisa_poke(every 5m) wakes the agent after ~30 minutes idledist/config/Notes for reviewers
src/index.ts.bak.*are intentionally not committed