chore: sync formula and recovery work
CI / Check for .beads changes (push) Has been skipped
CI / Check embedded formulas (push) Failing after 17s
CI / Test (push) Failing after 1m20s
CI / Lint (push) Failing after 22s
CI / Integration Tests (push) Failing after 34s
CI / Coverage Report (push) Has been skipped
Windows CI / Windows Build and Unit Tests (push) Has been cancelled
CI / Check for .beads changes (push) Has been skipped
CI / Check embedded formulas (push) Failing after 17s
CI / Test (push) Failing after 1m20s
CI / Lint (push) Failing after 22s
CI / Integration Tests (push) Failing after 34s
CI / Coverage Report (push) Has been skipped
Windows CI / Windows Build and Unit Tests (push) Has been cancelled
- Update mol-deacon-patrol formula - Fix sling helpers, doctor branch check - Update startup session and tests - Remove obsolete research doc Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -66,10 +66,8 @@ func FormatStartupBeacon(cfg BeaconConfig) string {
|
||||
|
||||
// For assigned, work is already on the hook - just tell them to run it
|
||||
// This prevents the "helpful assistant" exploration pattern (see PRIMING.md)
|
||||
// Use `gt prime --hook` instead of `gt hook` so polecats get full role context
|
||||
// including THE IDLE POLECAT HERESY guidance about running `gt done`.
|
||||
if cfg.Topic == "assigned" {
|
||||
beacon += "\n\nWork is on your hook. Run `gt prime --hook` now and begin immediately."
|
||||
beacon += "\n\nWork is on your hook. Run `gt hook` now and begin immediately."
|
||||
}
|
||||
|
||||
// For start/restart, add fallback instructions in case SessionStart hook fails
|
||||
|
||||
@@ -26,7 +26,7 @@ func TestFormatStartupBeacon(t *testing.T) {
|
||||
"<- deacon",
|
||||
"assigned:gt-abc12",
|
||||
"Work is on your hook", // assigned includes actionable instructions
|
||||
"gt prime --hook", // full context including IDLE POLECAT HERESY
|
||||
"gt hook",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user