active Automatic scheduler, orchestrator, forwarder, and sanity auto-heal actions are allowed.
idle Kick off a Jules enhancement round once the tracked repo is ready.
Request: not requested yet
Summary: Request an enhancement round for Stbmap/dev-manager when you want the scheduler to look for follow-up improvements.
Open issues / PRs / active enhancer sessions: 0 / 0 / 0
Welcome to the dev-manager orchestration cockpit. It auto-refreshes, remembers your place, and keeps the state visible without manual reloads.
Listens to the manager event stream while that tab is open, without reloading the whole page.
The background Jules sync, scheduler, watcher, forwarder, and orchestrator loops are started in cmd/dev-manager/main.go and read their cadence from DB-backed runtime settings.
GitHub intake watches the tracked repository and imports open issues and pull requests into the queue before the scheduler starts sessions.
Clarification threads are exposed through the JSON API so Codex can read Jules questions and answer them directly without using the UI.
2
1
5
4
10
0
26
3
Repo: Stbmap/dev-manager
Status: ok: scanned 1 repo(s), 276 items total (Stbmap/dev-manager=276)
Status: ok: synced 183 Jules session(s) (0 imported, 1 updated)
Status: waiting for the first webhook delivery
Status: ok: no sanity issues detected
Status: error: drift detected: risky: repo Stbmap/stbmap workspace /home/stbmap/stbmap has 2 uncommitted change(s) and no active sessions
Status: waiting: reused 1 canonical self-improvement issue(s), policy denied 2 candidate(s)
Status: ok: no expired memory entries (retention=180d)
Candidates: 6
Quietest / Noisiest: 3m (15251885446926089198) / 3h 31m (15338838468079837134)
Total: 25
Split / Blocked / Launchable: 1 / 0 / 24
Total: 1
Proposed / Approved / Applied: 1 / 0 / 0
Total: 39
Active / Blocked / Failed / Completed: 1 / 9 / 0 / 3
Total: 73
Blocked / Allowed / Failed: 47 / 19 / 0
Main-first drift: 0
escalating Why the manager is waiting, launching, escalating, or refusing work.
Next: resolve the operator-owned items before opening fresh work
This is the manager's self-check trail. Auto-heal only repairs safe queue drift and uses long thresholds before it pauses or requeues expired work.
| Time | Event | Summary |
|---|---|---|
| just now | sanity_ok | ok: no sanity issues detected |
| 2m ago | sanity_ok | ok: auto-healed 3 issue(s): Stbmap/dev-manager|issue|244 moved from blocked to ready because no active session exists; Stbmap/dev-manager|issue|243 moved from blocked to ready because no active session exists; Stbmap/dev-manager|issue|259 moved from blocked to ready because no active session exists |
| 2m ago | sanity_auto_heal | Repaired 3 item(s). |
| 4m ago | sanity_ok | ok: no sanity issues detected |
| 6m ago | sanity_ok | ok: auto-healed 3 issue(s): Stbmap/dev-manager|issue|244 moved from blocked to ready because no active session exists; Stbmap/dev-manager|issue|243 moved from blocked to ready because no active session exists; Stbmap/dev-manager|issue|259 moved from blocked to ready because no active session exists |
| 6m ago | sanity_auto_heal | Repaired 3 item(s). |
| 8m ago | sanity_ok | ok: no sanity issues detected |
Sessions tracked by dev-manager in the local database. These are the normalized manager-owned rows the scheduler, watcher, and orchestrator actively manage end to end.
Pause keeps a session visible and held by the manager. Kill stops local management, requeues the linked GitHub item when possible, and may still leave the remote Jules session visible upstream because Jules does not expose a hard delete.
Click any session row to open its details here. The selection is remembered across auto-refreshes.
| Trace / ID / Item | State | Details | Actions |
|---|---|---|---|
|
Stbmap/dev-manager Issue #245 8890786230003911661 |
awaiting_clarification |
Add replayable incident and recovery drills
Created: 2h 43m ago
Last Active: 2h 18m ago
Lease Remaining: in 2d 21h
|
|
|
Stbmap/dev-manager Issue #248 5576624739116053404 |
awaiting_clarification |
planner -> implementer for Stbmap/dev-manager#248
Created: 4h 4m ago
Last Active: 3h 26m ago
Lease Remaining: in 2d 19h
|
Remote sessions pulled from the Jules API for any configured Jules accounts. This is the raw upstream mirror. The manager-owned queue lives in Local Sessions and uses normalized internal states for automation.
Loading remote Jules sessions...
First-class attention queue for Jules sessions that need a response, recovery nudge, or operator decision. This view listens to the manager event stream and refreshes only when something changes.
Loading sessions that need attention...
Single place for human decisions. This queue collects escalations, provider failures, blocked messages, and other items the manager cannot safely finish on its own.
Loading operator inbox items...
Paste a Jules web suggestion here when the upstream surface does not expose a clean API. Suggestions are tracked advisory work first, then they can be promoted to a GitHub issue, turned into a directive inbox item, or ignored as noise.
Loading suggestions...
Durable memory rows capture incidents, prompt changes, self-improvement notes, split plans, and other lessons the manager should remember across sessions. Rows now carry an expiry and a retention sweep prunes stale memory so prompts stay current.
Loading memory entries...
Goal plans turn broad work into ordered, reusable slices. Each row records the target, dependency graph, and the split/blocked/launchable disposition the manager derived before a worker starts.
| Time | Target | Goal | Disposition | Graph |
|---|---|---|---|---|
| 2h 34m ago |
Stbmap/dev-manager goal-plan:Stbmap/dev-manager#273 |
Update the relevant StartTaskSession test coverage so the generated Task Session prompt is required to include the manager-notification guidance with the exact Manager API URL, preventing future prompt regressions. Plan: test: assert Manager API links in StartTaskSession This is a narrow PR closeout task: extend existing test coverage so StartTaskSession prompt assertions explicitly require the exact Manager API notify URL guidance. Under the current fat split policy, this should stay as one cohesive change rather than be split into separate test-only slices. |
launchable |
deps=0 history=0 children=0 ordered=1 |
| 2h 35m ago |
Stbmap/dev-manager goal-plan:Stbmap/dev-manager#272 |
Pin the StartTaskSession contract so tests verify Manager API link instructions are present in the right place: the worker-facing session prompt keeps the generic follow-up guidance, and the session-scoped notify message carries the exact Manager API notify path for that session. Plan: test: assert Manager API links in StartTaskSession This PR is already a narrow, test-only slice. Under the fat policy, splitting a single StartTaskSession prompt-contract assertion change would create unnecessary overlap and coordination cost without increasing reuse. |
launchable |
deps=0 history=1 children=0 ordered=2 |
| 2h 43m ago |
Stbmap/dev-manager goal-plan:Stbmap/dev-manager#245 |
Build a replayable incident and recovery drill on top of the existing incident reports, recovery playbooks, and sandbox/eval worktree machinery so an operator can run a captured incident against current main or a scratch branch without editing fixtures, see the incident, expected recovery, and observed outcome in one output, and keep each drill result linked to the source incident for before/after comparison without mutating production state. Plan: Add replayable incident and recovery drills Keep this as one fat slice. The terminal command, incident/playbook replay engine, isolated execution path, comparison logic, and durable drill record all share the same core abstraction. Splitting now would create overlapping child issues around the same runner and persistence model, while the acceptance criteria are end-to-end rather than safely separable. |
launchable |
deps=0 history=0 children=0 ordered=1 |
| 3h 6m ago |
Stbmap/dev-manager goal-plan:Stbmap/dev-manager#271 |
Close out PR #271 by adding focused runner test coverage that proves the initial session prompt includes the static Manager API Links block in the expected place for task-session startup and for direct buildSessionPrompt construction, without expanding scope beyond prompt/test validation. Plan: test: assert Manager API links in StartTaskSession Current policy is fat, and PR #271 is a narrow, cohesive test-only change in one area of the runner prompt code. Splitting it would add coordination overhead without creating independently useful slices. |
launchable |
deps=0 history=0 children=0 ordered=1 |
| 3h 42m ago |
Stbmap/dev-manager goal-plan:Stbmap/dev-manager#270 |
Ensure every initial session prompt built by the runner includes the Manager API Links block in the correct position, with deterministic coverage for both standard sessions and PR reviewer sessions. Plan: runner: inject Manager API Links in initial session message PR #270 is already a single cohesive slice under the current fat split policy: one prompt-construction change in `buildSessionPrompt` plus focused test coverage in `internal/runner/runner_test.go`. Splitting it would create artificial overlap around the same function and assertions without producing independently launchable work from merged main. |
launchable |
deps=0 history=1 children=0 ordered=2 |
Split plans are the operator-approved workflow that turns a broad item into linked child GitHub issues. Approve a proposal, apply it to create the child issues, or request a regeneration if the slice set needs another pass.
| Time | Target | State | Parent | Children | Summary | Actions |
|---|---|---|---|---|---|---|
| 16h 32m ago |
Stbmap/dev-manager Stbmap/dev-manager#244 issue_split:Stbmap/dev-manager#244 |
proposed | needs_split |
|
Prove from merged main that the manager can survive a supervised multi-cycle workload window, capture incident-grade evidence, and stop deterministically when drift, duplicate work, stale leases, repeated recoveries, or manual intervention appear. The issue is too broad for one fresh worker because it mixes three separable concerns while repo guidance still says keep the manager supervised, not unattended: a long-running driver, durable soak evidence, and deterministic stop conditions. |
|
Durable handoff rows record role transitions such as planner to implementer, implementer to reviewer, and orchestrator escalations. This is the visible multi-agent ownership trail.
Loading handoffs...
Durable role-owned tasks are derived from handoffs and tracked separately from raw GitHub items. They keep planner, implementer, reviewer, repairer, and reconciler work visible across retries and scheduler restarts.
By status:
By role/state:
| Task | Role / Status | Target | Chain | Updated |
|---|---|---|---|---|
|
agent-task:stbmap/dev-manager:github_item:Stbmap/dev-manager#248:implementer goal-handoff:Stbmap/dev-manager#248:planner->implementer |
implementer active |
Stbmap/dev-manager github_item Stbmap/dev-manager#248 |
chain: goal-handoff:Stbmap/dev-manager#248:planner->implementer
origin: goal-handoff:Stbmap/dev-manager#248:planner->implementer
|
4h 4m ago |
|
agent-task:stbmap/dev-manager:github_item:Stbmap/dev-manager#264:reconciler handoff:pr_merge:reviewer->reconciler:4437709199185659483:Stbmap/dev-manager#264 |
reconciler ready |
Stbmap/dev-manager github_item Stbmap/dev-manager#264 |
chain: handoff:pr_merge:reviewer->reconciler:12288488647733156000:Stbmap/dev-manager#264
origin: handoff:pr_merge:reviewer->reconciler:12288488647733156000:Stbmap/dev-manager#264
session: 4437709199185659483
|
1m ago |
|
agent-task:stbmap/dev-manager:github_item:Stbmap/dev-manager#273:reconciler handoff:pr_merge:reviewer->reconciler:8220350778736999295:Stbmap/dev-manager#273 |
reconciler ready |
Stbmap/dev-manager github_item Stbmap/dev-manager#273 |
chain: handoff:pr_merge:reviewer->reconciler:8220350778736999295:Stbmap/dev-manager#273
origin: handoff:pr_merge:reviewer->reconciler:8220350778736999295:Stbmap/dev-manager#273
session: 8220350778736999295
|
1h 50m ago |
|
agent-task:stbmap/dev-manager:github_item:Stbmap/dev-manager#272:reconciler handoff:pr_merge:reviewer->reconciler:7885717444279553771:Stbmap/dev-manager#272 |
reconciler ready |
Stbmap/dev-manager github_item Stbmap/dev-manager#272 |
chain: handoff:pr_merge:reviewer->reconciler:7885717444279553771:Stbmap/dev-manager#272
origin: handoff:pr_merge:reviewer->reconciler:7885717444279553771:Stbmap/dev-manager#272
session: 7885717444279553771
|
2h 34m ago |
|
agent-task:stbmap/dev-manager:github_item:Stbmap/dev-manager#271:reconciler handoff:pr_merge:reviewer->reconciler:5888283231160333547:Stbmap/dev-manager#271 |
reconciler ready |
Stbmap/dev-manager github_item Stbmap/dev-manager#271 |
chain: handoff:pr_merge:reviewer->reconciler:5888283231160333547:Stbmap/dev-manager#271
origin: handoff:pr_merge:reviewer->reconciler:5888283231160333547:Stbmap/dev-manager#271
session: 5888283231160333547
|
2h 49m ago |
Imported work items from the tracked repository. These feed the scheduler.
Closed items are hidden by default.
473 closed item(s) are hidden. Use ?show_closed=1 to reveal them.
| Repo / Issue | Title | State | Updated | Link |
|---|---|---|---|---|
|
Stbmap/dev-manager Issue #259 |
Local agent should help when Jules clearly can't resolve issues, reviews etc. | ready | 2m ago | Open |
|
Stbmap/dev-manager Issue #243 |
Phase 5: Production Hardening and Unattended Autonomy | ready | 2m ago | Open |
|
Stbmap/dev-manager Issue #244 |
Add a long-running soak harness for unattended autonomy | ready | 2m ago | Open |
|
Stbmap/dev-manager Issue #247 |
Tighten truth reconciliation for workspace_dirty_orphan:Stbmap/stbmap | deferred | 3m ago | Open |
|
Stbmap/dev-manager Issue #257 |
Jules recieves multiple consecutive messages | deferred | 3m ago | Open |
|
Stbmap/dev-manager Issue #262 |
feature: max dev cycle configuration knop | deferred | 3m ago | Open |
|
Stbmap/dev-manager Issue #269 |
feature: stale blocked-item reaper for issues and PRs | ready | 3m ago | Open |
|
Stbmap/dev-manager Issue #260 |
feature: dev-manager scheduled tasks | deferred | 3m ago | Open |
|
Stbmap/dev-manager Issue #245 |
Add replayable incident and recovery drills | blocked | 3m ago | Open |
|
owner/repo Issue #1 |
Test trace item | deferred | 6h 4m ago | Open |
Imported pull requests from the tracked repository.
Closed items are hidden by default.
473 closed item(s) are hidden. Use ?show_closed=1 to reveal them.
No imported pull requests found.
Manager-level secrets loaded at runtime.
Map each GitHub repository to a local checkout so intake can watch it and Codex can answer from the correct codebase. This is the seam that makes multi-repo orchestration work.
Every repository policy save records a durable snapshot. Use restore to roll a repo back to a known-good policy version.
| Repo | Version | Status | Summary | Description | Updated | Actions |
|---|---|---|---|---|---|---|
| Stbmap/dev-manager | #1 | active | - | seeded from repo_configs | 1d 6h ago | |
| Stbmap/stbmap | #1 | active | - | seeded from repo_configs | 1d 6h ago |
These DB-backed settings control the automatic loops and decision thresholds without code changes or restarts. Use Go duration strings like 30s, 5m, or 2h. The issue split policy lives here too, so you can keep Jules on fat issues unless you explicitly flip it to split.
Budget thresholds live in runtime settings for global defaults and in each repository mapping for overrides. They control how much Jules and provider burn the manager will tolerate before it slows fresh launches.
| Scope | Policy | Jules | Codex | Gemini | Status | Blocking |
|---|---|---|---|---|---|---|
| global | global defaults | 56/unbounded | 136/unbounded | 0/unbounded | pass | - |
| Stbmap/dev-manager | inherited | 54/unbounded | 136/unbounded | 0/unbounded | pass | - |
| Stbmap/stbmap | inherited | 2/unbounded | 0/unbounded | 0/unbounded | pass | - |
| Name | Limits (Concurrent/Daily) | Active |
|---|---|---|
|
work_1 ID: 490a1869-f32f-4189-83cc-85b4334e8fcd |
Conc: 10 Daily: 85 Used: 56 Remaining: 29 |
Active Jules API Key: OK Last Used: never |
Roles describe the worker lanes the manager knows about. Updating a role now creates a new prompt version instead of overwriting the previous one.
Prompt versions are the durable source of truth for worker instructions and recovery playbooks. Use scope_type=role and scope_key=implementer/reviewer/orchestrator/responder/admission/completion_review for defaults, scope_type=repo plus a repo full name for repo overrides, or scope_type=playbook to manage named recovery playbooks.
| Scope | Prompt | Version | Status | Description | Content | Updated | Actions |
|---|---|---|---|---|---|---|---|
| playbook: global | awaiting_clarification | #1 | active | Clarification waiting path | {
"key": "awaiting_clarification",
"summary": "Answer or escalate a worker question with the smallest safe step.",
"audience": "responder",
"trigger_states": ["awaiting_clarification"],
"allowed_actions": ["answer", "escalate"],
"message_template": "This session is waiting on clarification. Answer the question directly from the repository docs and current codebase. If the docs do not cover it, say exactly what is missing and the smallest next step. Question: {{.Reason}}.",
"operator_note_template": "Clarification playbook selected for {{.SessionID}}.",
"stop_conditions": ["question answered", "escalated to human review"],
"evidence": ["clarification question present", "confidence available"]
} |
2d 9h ago | |
| playbook: global | blocked_merge | #1 | active | Merge blocker recovery | {
"key": "blocked_merge",
"summary": "Clear merge conflicts or report the exact blocker.",
"audience": "reviewer",
"trigger_states": ["blocked"],
"allowed_actions": ["nudge", "escalate"],
"message_template": "This session is blocked by merge or review state. Resolve the blocker directly now. If this is a merge conflict or behind-base PR, update from the base branch, resolve conflicts, rerun the relevant tests, and push an updated PR. If you still cannot proceed, report the exact blocker and the smallest next step.",
"operator_note_template": "Merge-block playbook selected for {{.ItemLabel}} because {{.Reason}}.",
"stop_conditions": ["blocker resolved", "human review required"],
"evidence": ["merge conflict", "branch protection", "base branch drift", "changes requested"]
} |
2d 9h ago | |
| playbook: global | duplicate_session | #1 | active | Duplicate session recovery | {
"key": "duplicate_session",
"summary": "Prevent duplicate work from spawning more quota burn.",
"audience": "operator",
"trigger_states": ["running", "blocked", "failed"],
"allowed_actions": ["escalate", "release"],
"message_template": "This session appears to duplicate another worker or a recently completed attempt. Stop new changes, keep the current evidence intact, and wait for manager reconciliation before starting more work.",
"operator_note_template": "Duplicate-session playbook selected for {{.ItemLabel}}.",
"stop_conditions": ["duplicate ownership resolved"],
"evidence": ["duplicate launch", "similar branch", "similar PR title", "same item already owned"]
} |
2d 9h ago | |
| playbook: global | failed_session | #1 | active | Failed session recovery | {
"key": "failed_session",
"summary": "Stop active work and surface the smallest clean recovery path.",
"audience": "operator",
"trigger_states": ["failed"],
"allowed_actions": ["escalate", "release"],
"message_template": "This session appears failed or unrecoverable. Stop active work, preserve the current evidence, and report the smallest clean recovery step for {{.ItemLabel}}.",
"operator_note_template": "Failed-session recovery selected for {{.ItemLabel}}.",
"stop_conditions": ["operator intervenes", "session is terminalized"],
"evidence": ["failed state", "stale lease", "missing remote activity"]
} |
2d 9h ago | |
| playbook: global | local_only_session | #1 | active | Local-only session recovery | {
"key": "local_only_session",
"summary": "Handle rows that exist locally without a reachable remote worker.",
"audience": "operator",
"trigger_states": ["blocked", "failed"],
"allowed_actions": ["reassign", "escalate", "release"],
"message_template": "This session is local-only or missing its remote worker. Do not assume the work is progressing remotely. Reconcile ownership, then decide whether to reassign or release {{.ItemLabel}}.",
"operator_note_template": "Local-only recovery selected for {{.ItemLabel}}.",
"stop_conditions": ["remote owner restored", "item requeued", "item released"],
"evidence": ["no remote account", "missing Jules session", "stale lease with no activity"]
} |
2d 9h ago | |
| playbook: global | operator_paused_work | #1 | active | Operator paused work recovery | {
"key": "operator_paused_work",
"summary": "Respect operator pauses and wait for an explicit resume.",
"audience": "implementer",
"trigger_states": ["paused"],
"allowed_actions": ["noop", "escalate"],
"message_template": "This session is paused by operator policy. Do not start new work or self-reassign. Wait for an explicit resume or a fresh operator instruction.",
"operator_note_template": "Operator-paused work selected for {{.ItemLabel}}.",
"stop_conditions": ["operator resumes", "operator changes the pause reason"],
"evidence": ["operator pause reason", "manager pause reason", "sanity pause"]
} |
2d 9h ago | |
| playbook: global | quiet_running_session | #1 | active | Quiet running worker | {
"key": "quiet_running_session",
"summary": "Nudge a running worker that has gone quiet but is still expected to continue.",
"audience": "implementer",
"trigger_states": ["running", "starting"],
"allowed_actions": ["nudge"],
"message_template": "This session has been quiet for {{.QuietFor}}. Continue from the repository docs and current branch. If you are blocked, report the exact blocker and the smallest next step for {{.ItemLabel}}.",
"operator_note_template": "Quiet running worker nudged for {{.ItemLabel}} after {{.QuietFor}}.",
"stop_conditions": ["worker responds", "state changes"],
"evidence": ["quiet_for >= nudge_after", "session still has an active owner"]
} |
1d 8h ago | |
| playbook: global | remote_only_session | #1 | active | Remote-only session recovery | {
"key": "remote_only_session",
"summary": "Handle sessions that exist remotely but are missing locally.",
"audience": "operator",
"trigger_states": ["blocked", "failed"],
"allowed_actions": ["escalate"],
"message_template": "This session appears to exist remotely without a matching local owner. Stop assuming local state is authoritative and wait for manager reconciliation before taking any more action.",
"operator_note_template": "Remote-only recovery selected for {{.SessionID}}.",
"stop_conditions": ["local mirror reconciled"],
"evidence": ["remote session missing local row", "mirror drift", "unmatched remote activity"]
} |
2d 9h ago | |
| playbook: global | stale_lease | #1 | active | Stale lease recovery | {
"key": "stale_lease",
"summary": "Reassign or release work that has exceeded its lease.",
"audience": "operator",
"trigger_states": ["running", "paused", "blocked", "awaiting_clarification"],
"allowed_actions": ["reassign", "escalate", "release"],
"message_template": "This session's lease looks stale. Confirm whether the worker is still actively making progress. If not, reassign or release the smallest work item possible and leave a clear trace for the next worker.",
"operator_note_template": "Stale-lease playbook selected for {{.ItemLabel}} after {{.QuietFor}}.",
"stop_conditions": ["lease refreshed", "work requeued", "operator decides to hold"],
"evidence": ["quiet_for beyond lease threshold", "lease expired", "worker not responding"]
} |
2d 9h ago | |
| role: admission | admission | #1 | active | Decides whether to start a new Jules session. | You are the orchestrator for dev-manager. Your job is to decide whether it is worth starting a fresh Jules session for a queued work item. Be patient. Avoid duplicate sessions. Prefer waiting when an existing worker is already handling the same issue or pull request. If the task is not clearly ready for a new worker, say so. If the task is clearly ready, say so and give the smallest useful reason. |
2d 10h ago | |
| role: another-role | another-role | #1 | active | Desc | Prompt |
1d 8h ago | |
| role: completion_review | completion_review | #1 | active | Reviews terminal Jules sessions and reports whether the result looks trustworthy. | You are the orchestrator for dev-manager. Your job is to assess a Jules session that just reached a terminal state. Use the repository docs, current codebase, and manager context to produce a short completion review. Say whether the completion looks trustworthy and what the smallest next manager step should be. Be concrete, calm, and brief. |
2d 10h ago | |
| role: reconciler | reconciler | #1 | active | Closes out finished work and reconciles the queue. | You are a reconciler. Tidy up, verify the final state, and close the loop. |
18h 28m ago | |
| role: repairer | repairer | #1 | active | Repairs blocked work and clears merge conflicts. | You are a repairer. Fix the blocker or conflict that is preventing the work from progressing. |
18h 28m ago | |
| role: responder | responder | #1 | active | Answers clarification questions from Jules. | You are the clarification responder for dev-manager. Your job is to answer Jules' question directly, briefly, and concretely. Prefer repository docs, tracked issue/PR context, and the current codebase. If the answer depends on live manager state, query the manager API yourself and turn that into a direct answer for Jules. Never tell Jules to query localhost, the manager API, or any other local-only service. If the docs do not cover the question, say exactly what is missing and the smallest next step. |
2d 10h ago | |
| role: splitter | splitter | #1 | active | Splits broad work into smaller slices. | You are a splitter. Break broad work into smaller, actionable slices and hand the next slice to the right worker. |
18h 28m ago | |
| role: test-role | test-role | #2 | active | Updated Description | Updated Prompt |
1d 8h ago | |
| role: test-role | test-role | #1 | inactive | Test Description | Test Prompt |
1d 8h ago |
| Time | Actor | Event | Target | Details |
|---|---|---|---|---|
| just now | dev-manager-orchestrator | orchestrator-action-deduped | session: 5576624739116053404 | {"action": "escalate", "trace_id": "self-improvement:sanity:manager:248", "session_id": "5576624739116053404", "operation_key": "orchestrator:escalate:5576624739116053404:self-improvement:sanity:manager:248"} |
| just now | dev-manager-orchestrator | orchestrator-action-deduped | session: 8890786230003911661 | {"action": "escalate", "trace_id": "9081a3ad-8446-4d03-a5de-d89909e73a0d", "session_id": "8890786230003911661", "operation_key": "orchestrator:escalate:8890786230003911661:9081a3ad-8446-4d03-a5de-d89909e73a0d"} |
| just now | dev-manager-sanity | sanity_ok | manager: sanity | {"status": "ok: no sanity issues detected", "repairs": [], "findings": []} |
| 1m ago | dev-manager-orchestrator | orchestrator-action-deduped | session: 5576624739116053404 | {"action": "escalate", "trace_id": "self-improvement:sanity:manager:248", "session_id": "5576624739116053404", "operation_key": "orchestrator:escalate:5576624739116053404:self-improvement:sanity:manager:248"} |
| 1m ago | dev-manager-orchestrator | orchestrator-action-deduped | session: 8890786230003911661 | {"action": "escalate", "trace_id": "9081a3ad-8446-4d03-a5de-d89909e73a0d", "session_id": "8890786230003911661", "operation_key": "orchestrator:escalate:8890786230003911661:9081a3ad-8446-4d03-a5de-d89909e73a0d"} |
| 1m ago | agent | agent_protocol_context | agent_protocol: context | {"questions": "2", "report_status": "ok: scanned 1 repo(s), 276 items total (Stbmap/dev-manager=276) ok: synced 182 Jules session(s) (0 imported, 1 updated) unknown ok: auto-healed 3 issue(s): Stbmap/dev-manager|issue|244 moved from blocked to ready because no active session exists; Stbmap/dev-manager|issue|243 moved from blocked to ready because no active session exists; Stbmap/dev-manager|issue|259 moved from blocked to ready because no active session exists error: drift detected: risky: repo Stbmap/stbmap workspace /home/stbmap/stbmap has 2 uncommitted change(s) and no active sessions waiting: reused 1 canonical self-improvement issue(s), policy denied 2 candidate(s) ok: no expired memory entries (retention=180d)", "allowed_actions": "4", "protocol_version": "1", "resume_checkpoint": "true", "sandbox_available": "true"} |
| 1m ago | dev-manager-orchestrator | orchestrator-action-deduped | session: 5576624739116053404 | {"action": "escalate", "trace_id": "self-improvement:sanity:manager:248", "session_id": "5576624739116053404", "operation_key": "orchestrator:escalate:5576624739116053404:self-improvement:sanity:manager:248"} |
| 1m ago | dev-manager-orchestrator | orchestrator-action-deduped | session: 8890786230003911661 | {"action": "escalate", "trace_id": "9081a3ad-8446-4d03-a5de-d89909e73a0d", "session_id": "8890786230003911661", "operation_key": "orchestrator:escalate:8890786230003911661:9081a3ad-8446-4d03-a5de-d89909e73a0d"} |
| 1m ago | dev-manager-watcher | agent_task_retired | agent_task: agent-task:stbmap/dev-manager:github_item:Stbmap/dev-manager#264:implementer | {"reason": "linked session 4437709199185659483 is complete/released", "role_name": "implementer", "target_id": "Stbmap/dev-manager#264", "session_id": "4437709199185659483", "target_type": "github_item", "session_state": "complete", "repo_full_name": "Stbmap/dev-manager", "session_manager_state": "released"} |
| 1m ago | dev-manager-watcher | pr_merged | session: 4437709199185659483 | {"reason": "already merged on GitHub", "pull_number": 264} |
| 1m ago | dev-manager-codex | codex_completion_review | session: 4437709199185659483 | {"outcome": "merged", "summary": "Trustworthy enough. `main` already contains merge commit `d88d5d2` for PR #264, and the current code matches the intended fix: `internal/splitplanops/splitplanops.go` downgrades parent-comment failure to a warning while still completing the apply path, with `TestServiceApplyProceedsIfCommentFails` covering that regression in `internal/splitplanops/splitplanops_test.go`. I could only do static review in this read-only sandbox, not run tests. Smallest next manager step: close out the linked local session as complete/released if that has not happened yet, and do not spawn a follow-up unless CI or later drift shows this path still failing."} |
| 1m ago | dev-manager-codex | provider_result | session: 4437709199185659483 | {"action": "completion_review", "status": "success", "provider": "codex", "trace_id": "a4754c27-00ca-4a6d-8768-77ef6a38c126", "item_type": "pr", "latency_ms": 107238, "item_number": 264, "prompt_name": "completion_review", "repo_full_name": "Stbmap/dev-manager", "prompt_version_id": "0ff79af0-3c61-4a39-9931-9de571b7623f", "prompt_version_number": 1} |
| 2m ago | dev-manager-orchestrator | orchestrator-action-deduped | session: 5576624739116053404 | {"action": "escalate", "trace_id": "self-improvement:sanity:manager:248", "session_id": "5576624739116053404", "operation_key": "orchestrator:escalate:5576624739116053404:self-improvement:sanity:manager:248"} |
| 2m ago | dev-manager-orchestrator | orchestrator-action-deduped | session: 8890786230003911661 | {"action": "escalate", "trace_id": "9081a3ad-8446-4d03-a5de-d89909e73a0d", "session_id": "8890786230003911661", "operation_key": "orchestrator:escalate:8890786230003911661:9081a3ad-8446-4d03-a5de-d89909e73a0d"} |
| 2m ago | dev-manager-sanity | sanity_ok | manager: sanity | {"status": "ok: auto-healed 3 issue(s): Stbmap/dev-manager|issue|244 moved from blocked to ready because no active session exists; Stbmap/dev-manager|issue|243 moved from blocked to ready because no active session exists; Stbmap/dev-manager|issue|259 moved from blocked to ready because no active session exists", "repairs": ["Stbmap/dev-manager|issue|244 moved from blocked to ready because no active session exists", "Stbmap/dev-manager|issue|243 moved from blocked to ready because no active session exists", "Stbmap/dev-manager|issue|259 moved from blocked to ready because no active session exists"], "findings": []} |
| 2m ago | dev-manager-sanity | sanity_auto_heal | manager: sanity | {"status": "ok: auto-healed 3 issue(s): Stbmap/dev-manager|issue|244 moved from blocked to ready because no active session exists; Stbmap/dev-manager|issue|243 moved from blocked to ready because no active session exists; Stbmap/dev-manager|issue|259 moved from blocked to ready because no active session exists", "repairs": ["Stbmap/dev-manager|issue|244 moved from blocked to ready because no active session exists", "Stbmap/dev-manager|issue|243 moved from blocked to ready because no active session exists", "Stbmap/dev-manager|issue|259 moved from blocked to ready because no active session exists"], "remaining_findings": []} |
| 3m ago | dev-manager-github-intake | github-item-state-sync | github_item: 567df8df-5af1-44b9-b296-7e74d1429705 | {"state": "blocked", "reason": "state synced from ready to blocked", "item_number": "244", "repo_full_name": "Stbmap/dev-manager"} |
| 3m ago | dev-manager-github-intake | github-item-state-sync | github_item: 1f78cd4b-7750-4c49-b109-496dcad965c1 | {"state": "blocked", "reason": "state synced from ready to blocked", "item_number": "243", "repo_full_name": "Stbmap/dev-manager"} |
| 3m ago | dev-manager-github-intake | github-item-state-sync | github_item: dff21504-dbc7-45e3-87cc-178e7fc23efc | {"state": "blocked", "reason": "state synced from ready to blocked", "item_number": "259", "repo_full_name": "Stbmap/dev-manager"} |
| 3m ago | dev-manager-github-intake | github-item-state-sync | github_item: 30f7736d-18f1-4cd0-905f-f36b17401ce0 | {"state": "ready", "reason": "state synced from blocked to ready", "item_number": "245", "repo_full_name": "Stbmap/dev-manager"} |
| 3m ago | dev-manager-orchestrator | orchestrator-action-deduped | session: 5576624739116053404 | {"action": "escalate", "trace_id": "self-improvement:sanity:manager:248", "session_id": "5576624739116053404", "operation_key": "orchestrator:escalate:5576624739116053404:self-improvement:sanity:manager:248"} |
| 3m ago | dev-manager-orchestrator | orchestrator-action-deduped | session: 8890786230003911661 | {"action": "escalate", "trace_id": "9081a3ad-8446-4d03-a5de-d89909e73a0d", "session_id": "8890786230003911661", "operation_key": "orchestrator:escalate:8890786230003911661:9081a3ad-8446-4d03-a5de-d89909e73a0d"} |
| 3m ago | agent | agent_session_notify_completed | agent_protocol: 15251885446926089198 | {"body": "", "kind": "question", "state": "running", "title": "Context on Issue 263", "summary": "Context on Issue 263", "trace_id": "9468a86f-81ac-46ff-8de6-0fb47898884d", "source_id": "15251885446926089198", "session_id": "15251885446926089198", "source_type": "jules", "manager_status": "reconcile_pending", "repo_full_name": "Stbmap/dev-manager", "codex_forwarded": "true"} |
| 3m ago | dev-manager-codex | provider_result | session: 15251885446926089198 | {"action": "answer", "status": "success", "provider": "codex", "trace_id": "9468a86f-81ac-46ff-8de6-0fb47898884d", "latency_ms": 126341, "prompt_name": "responder", "repo_full_name": "Stbmap/dev-manager", "prompt_version_id": "56c10c5f-469b-4aa4-bbd6-34f4d5e89cd9", "prompt_version_number": 1} |
| 3m ago | dev-manager-orchestrator | orchestrator-action-deduped | session: 5576624739116053404 | {"action": "escalate", "trace_id": "self-improvement:sanity:manager:248", "session_id": "5576624739116053404", "operation_key": "orchestrator:escalate:5576624739116053404:self-improvement:sanity:manager:248"} |
| 3m ago | dev-manager-orchestrator | orchestrator-action-deduped | session: 8890786230003911661 | {"action": "escalate", "trace_id": "9081a3ad-8446-4d03-a5de-d89909e73a0d", "session_id": "8890786230003911661", "operation_key": "orchestrator:escalate:8890786230003911661:9081a3ad-8446-4d03-a5de-d89909e73a0d"} |
| 4m ago | dev-manager-orchestrator | orchestrator-action-deduped | session: 5576624739116053404 | {"action": "escalate", "trace_id": "self-improvement:sanity:manager:248", "session_id": "5576624739116053404", "operation_key": "orchestrator:escalate:5576624739116053404:self-improvement:sanity:manager:248"} |
| 4m ago | dev-manager-sanity | sanity_ok | manager: sanity | {"status": "ok: no sanity issues detected", "repairs": [], "findings": []} |
| 4m ago | dev-manager-orchestrator | orchestrator-action-deduped | session: 8890786230003911661 | {"action": "escalate", "trace_id": "9081a3ad-8446-4d03-a5de-d89909e73a0d", "session_id": "8890786230003911661", "operation_key": "orchestrator:escalate:8890786230003911661:9081a3ad-8446-4d03-a5de-d89909e73a0d"} |
| 5m ago | dev-manager-orchestrator | orchestrator-action-deduped | session: 5576624739116053404 | {"action": "escalate", "trace_id": "self-improvement:sanity:manager:248", "session_id": "5576624739116053404", "operation_key": "orchestrator:escalate:5576624739116053404:self-improvement:sanity:manager:248"} |
| 5m ago | dev-manager-orchestrator | orchestrator-action-deduped | session: 8890786230003911661 | {"action": "escalate", "trace_id": "9081a3ad-8446-4d03-a5de-d89909e73a0d", "session_id": "8890786230003911661", "operation_key": "orchestrator:escalate:8890786230003911661:9081a3ad-8446-4d03-a5de-d89909e73a0d"} |
| 5m ago | agent | agent_session_notify_requested | agent_protocol: 15251885446926089198 | {"body": "", "kind": "question", "title": "Context on Issue 263", "summary": "Context on Issue 263", "trace_id": "9468a86f-81ac-46ff-8de6-0fb47898884d", "source_id": "15251885446926089198", "session_id": "15251885446926089198", "source_type": "jules", "repo_full_name": "Stbmap/dev-manager"} |
| 6m ago | dev-manager-sanity | sanity_ok | manager: sanity | {"status": "ok: auto-healed 3 issue(s): Stbmap/dev-manager|issue|244 moved from blocked to ready because no active session exists; Stbmap/dev-manager|issue|243 moved from blocked to ready because no active session exists; Stbmap/dev-manager|issue|259 moved from blocked to ready because no active session exists", "repairs": ["Stbmap/dev-manager|issue|244 moved from blocked to ready because no active session exists", "Stbmap/dev-manager|issue|243 moved from blocked to ready because no active session exists", "Stbmap/dev-manager|issue|259 moved from blocked to ready because no active session exists"], "findings": []} |
| 6m ago | dev-manager-sanity | sanity_auto_heal | manager: sanity | {"status": "ok: auto-healed 3 issue(s): Stbmap/dev-manager|issue|244 moved from blocked to ready because no active session exists; Stbmap/dev-manager|issue|243 moved from blocked to ready because no active session exists; Stbmap/dev-manager|issue|259 moved from blocked to ready because no active session exists", "repairs": ["Stbmap/dev-manager|issue|244 moved from blocked to ready because no active session exists", "Stbmap/dev-manager|issue|243 moved from blocked to ready because no active session exists", "Stbmap/dev-manager|issue|259 moved from blocked to ready because no active session exists"], "remaining_findings": []} |
| 6m ago | dev-manager-orchestrator | orchestrator-action-deduped | session: 5576624739116053404 | {"action": "escalate", "trace_id": "self-improvement:sanity:manager:248", "session_id": "5576624739116053404", "operation_key": "orchestrator:escalate:5576624739116053404:self-improvement:sanity:manager:248"} |
| 6m ago | dev-manager-orchestrator | orchestrator-action-deduped | session: 8890786230003911661 | {"action": "escalate", "trace_id": "9081a3ad-8446-4d03-a5de-d89909e73a0d", "session_id": "8890786230003911661", "operation_key": "orchestrator:escalate:8890786230003911661:9081a3ad-8446-4d03-a5de-d89909e73a0d"} |
| 6m ago | dev-manager-orchestrator | orchestrator-action-deduped | session: 5576624739116053404 | {"action": "escalate", "trace_id": "self-improvement:sanity:manager:248", "session_id": "5576624739116053404", "operation_key": "orchestrator:escalate:5576624739116053404:self-improvement:sanity:manager:248"} |
| 6m ago | dev-manager-orchestrator | orchestrator-action-deduped | session: 8890786230003911661 | {"action": "escalate", "trace_id": "9081a3ad-8446-4d03-a5de-d89909e73a0d", "session_id": "8890786230003911661", "operation_key": "orchestrator:escalate:8890786230003911661:9081a3ad-8446-4d03-a5de-d89909e73a0d"} |
| 7m ago | dev-manager-orchestrator | orchestrator-action-deduped | session: 5576624739116053404 | {"action": "escalate", "trace_id": "self-improvement:sanity:manager:248", "session_id": "5576624739116053404", "operation_key": "orchestrator:escalate:5576624739116053404:self-improvement:sanity:manager:248"} |
| 7m ago | dev-manager-orchestrator | orchestrator-action-deduped | session: 8890786230003911661 | {"action": "escalate", "trace_id": "9081a3ad-8446-4d03-a5de-d89909e73a0d", "session_id": "8890786230003911661", "operation_key": "orchestrator:escalate:8890786230003911661:9081a3ad-8446-4d03-a5de-d89909e73a0d"} |
| 8m ago | agent | agent_protocol_context | agent_protocol: context | {"questions": "2", "report_status": "ok: scanned 1 repo(s), 276 items total (Stbmap/dev-manager=276) ok: synced 182 Jules session(s) (0 imported, 1 updated) unknown ok: no sanity issues detected error: drift detected: risky: repo Stbmap/stbmap workspace /home/stbmap/stbmap has 2 uncommitted change(s) and no active sessions waiting: reused 1 canonical self-improvement issue(s), policy denied 2 candidate(s) ok: no expired memory entries (retention=180d)", "allowed_actions": "4", "protocol_version": "1", "resume_checkpoint": "true", "sandbox_available": "true"} |
| 8m ago | dev-manager-drift | reconciliation_observed | reconciliation_record: workspace_dirty_orphan:Stbmap/stbmap | {"kind": "workspace_dirty_orphan", "status": "active", "details": "git status --porcelain reported 2 change(s): M lib/src/platform_core/application/app_release_info.dart; M pubspec.yaml", "summary": "risky: repo Stbmap/stbmap workspace /home/stbmap/stbmap has 2 uncommitted change(s) and no active sessions", "seen_count": 114, "subject_id": "/home/stbmap/stbmap", "subject_type": "workspace", "repo_full_name": "Stbmap/stbmap", "reconciliation_key": "workspace_dirty_orphan:Stbmap/stbmap"} |
| 8m ago | dev-manager-github-intake | github-item-state-sync | github_item: 567df8df-5af1-44b9-b296-7e74d1429705 | {"state": "blocked", "reason": "state synced from ready to blocked", "item_number": "244", "repo_full_name": "Stbmap/dev-manager"} |
| 8m ago | dev-manager-github-intake | github-item-state-sync | github_item: 1f78cd4b-7750-4c49-b109-496dcad965c1 | {"state": "blocked", "reason": "state synced from ready to blocked", "item_number": "243", "repo_full_name": "Stbmap/dev-manager"} |
| 8m ago | dev-manager-github-intake | github-item-state-sync | github_item: dff21504-dbc7-45e3-87cc-178e7fc23efc | {"state": "blocked", "reason": "state synced from ready to blocked", "item_number": "259", "repo_full_name": "Stbmap/dev-manager"} |
| 8m ago | dev-manager-github-intake | github-item-state-sync | github_item: 30f7736d-18f1-4cd0-905f-f36b17401ce0 | {"state": "ready", "reason": "state synced from blocked to ready", "item_number": "245", "repo_full_name": "Stbmap/dev-manager"} |
| 8m ago | dev-manager-improvement | automation_action_denied | manager: duplicate:Stbmap/dev-manager | {"mode": "active", "actor": "dev-manager-improvement", "is_pr": false, "action": "github_issue_create", "reason": "circuit breaker tripped: 3 duplicate sessions prevented in last 1h (issues only)", "trace_id": "", "target_id": "duplicate:Stbmap/dev-manager", "blocked_by": "repo_pause", "retry_hint": "clear the repo automation pause or retry after operator review", "session_id": "", "target_type": "manager", "repo_full_name": "Stbmap/dev-manager", "request_reason": "open self-improvement issue for recurring duplicate_start signal", "supervised_policy": "escalation_only"} |
| 8m ago | dev-manager-improvement | automation_action_denied | github_item: Stbmap/dev-manager#247 (reconciliation:workspace_dirty_orphan:Stbmap/stbmap) | {"mode": "active", "actor": "dev-manager-improvement", "is_pr": false, "action": "github_comment", "reason": "circuit breaker tripped: 3 duplicate sessions prevented in last 1h (issues only)", "trace_id": "", "target_id": "Stbmap/dev-manager#247 (reconciliation:workspace_dirty_orphan:Stbmap/stbmap)", "blocked_by": "repo_pause", "retry_hint": "clear the repo automation pause or post the comment from an operator escalation", "session_id": "", "item_number": 247, "target_type": "github_item", "repo_full_name": "Stbmap/dev-manager", "request_reason": "record recurring evidence on the canonical self-improvement issue", "supervised_policy": "escalation_only"} |
| 8m ago | dev-manager-improvement | automation_action_denied | manager: sanity:manager | {"mode": "active", "actor": "dev-manager-improvement", "is_pr": false, "action": "github_issue_create", "reason": "circuit breaker tripped: 3 duplicate sessions prevented in last 1h (issues only)", "trace_id": "", "target_id": "sanity:manager", "blocked_by": "repo_pause", "retry_hint": "clear the repo automation pause or retry after operator review", "session_id": "", "target_type": "manager", "repo_full_name": "Stbmap/dev-manager", "request_reason": "open self-improvement issue for recurring sanity_drift signal", "supervised_policy": "escalation_only"} |
| 8m ago | dev-manager-sanity | sanity_ok | manager: sanity | {"status": "ok: no sanity issues detected", "repairs": [], "findings": []} |
The manager exposes the following JSON API endpoints for orchestration tooling:
GET /api/admin/sessions - List active sessionsGET /api/admin/sessions/{id} - Get one local sessionGET /api/admin/jules-sessions - List remote Jules sessions visible to configured accountsGET /api/admin/jules-sessions/{id}/activities - Inspect a remote Jules session's activity streamGET /api/admin/accounts - List configured accountsGET /api/admin/repos - List repository-to-workspace mappings used for intake and CodexGET /api/admin/github-items - List imported GitHub issues and pull requestsGET /api/admin/audit - List recent audit eventsGET /api/admin/report - Generate the daily factory report as JSON or text with ?format=textGET /api/admin/resume-checkpoint - Fetch the latest operator resume checkpoint as JSON or text with ?format=textGET /api/admin/repo-policies - List repo policy snapshots and historyPOST /api/admin/repo-policies/{id}/rollback - Restore a repo policy snapshotGET /api/admin/events - Subscribe to manager change events as an SSE streamGET /api/agent/context - Fetch the read-only agent-to-manager context bundle with report, questions, resume checkpoint, and sandbox capabilitiesPOST /api/agent/verify - Ask the manager to run an ephemeral verify sandbox for a repo with the current safe profilePOST /api/agent/notify/{session_id} - Send a session-scoped Jules notification to the manager with kind, optional title/body, and trace metadataPOST /api/agent/notify - Record an operator inbox item for human follow-upGET /api/admin/handoffs - Browse durable agent handoff rows by repo, roles, trace, session, item number, or free text queryGET /api/admin/settings - List runtime settingsPUT /api/admin/settings/{key} - Update a runtime setting via JSONGET /api/admin/decisions - Preview the orchestrator's next actionsGET /api/admin/questions - List sessions waiting on clarification, blocked, or paused with latest Jules activity, manager rationale, and routing confidenceGET /api/admin/inbox - List operator inbox items that still need attentionGET /api/admin/suggestions - List Jules suggestions that were manually relayed or imported from the dashboardGET /api/admin/memory - Browse durable manager memory entries by repo, kind, trace, session, item number, or free text queryPOST /api/admin/inbox/{id}/acknowledge - Mark an inbox item as acknowledgedPOST /api/admin/inbox/{id}/assign - Assign an inbox item to a person or teamPOST /api/admin/inbox/{id}/snooze - Snooze an inbox item until a future timePOST /api/admin/inbox/{id}/resolve - Resolve an inbox item and update the linked GitHub thread when possiblePOST /api/admin/suggestions - Relays a Jules suggestion into the manager ledgerPOST /api/admin/suggestions/{id}/promote - Promote a relayed suggestion into a GitHub issue or directivePOST /api/admin/suggestions/{id}/ignore - Ignore a relayed suggestion while keeping the historyPOST /api/admin/sessions/{id}/answer - Send a direct answer back to Jules for a sessionPOST /api/admin/sessions/{id}/pause - Pause a session locally without letting the remote Jules mirror overwrite itPOST /api/admin/sessions/{id}/resume - Resume a paused sessionPOST /api/admin/sessions/{id}/kill - Stop local management and requeue the linked GitHub item when possibleGET /api/admin/roles - List all agent rolesGET /api/admin/roles/{name} - Get details for a specific rolePUT /api/admin/roles/{name} - Update or create an agent roleGET /api/admin/prompts - List prompt versions and recovery playbooksPOST /api/admin/prompts - Create a new prompt version or recovery playbookPOST /api/admin/prompts/{id}/activate - Activate a prompt versionPOST /api/admin/prompts/{id}/rollback - Roll back to a previous prompt versionGET /api/admin/repo-policies - List repo policy versions and snapshotsPOST /api/admin/repo-policies/{id}/rollback - Restore a prior repo policy snapshot