[OPS] Import gemini-loop and timmy-orchestrator into timmy-config source of truth #151
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem:
~/.hermes/bin/gemini-loop.shand~/.hermes/bin/timmy-orchestrator.share still live runtime automations but are not mirrored intotimmy-config/bin/. That keeps the system split-brained: runtime truth differs from source-controlled truth, and stale queue logic can come back without review.Scope:
timmy-configbranches fromorigin/mainAcceptance criteria:
timmy-config/bin/on a merged PRAudit findings for live runtime loops:
Planned import direction:
Opened implementation PR #152: http://143.198.27.163:3000/Timmy_Foundation/timmy-config/pulls/152
This PR imports the two live runtime loops into
timmy-config/bin/and flips surprise queue mutation to opt-in defaults.PR #152 merged: http://143.198.27.163:3000/Timmy_Foundation/timmy-config/pulls/152
Next step: deploy merged sidecar content and restart the live Gemini loop + Timmy orchestrator so runtime picks up the new safe defaults.