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
11
0
14
0
2
0
Repo: Stbmap/dev-manager
Status: ok: scanned 1 repo(s), 304 items total (Stbmap/dev-manager=304)
Status: ok: synced 219 Jules session(s) (0 imported, 1 updated)
Status: waiting for the first webhook delivery
Status: ok: no sanity issues detected
Status: ok: no drift detected
Status: ok: reused 1 canonical self-improvement issue(s)
Status: ok: no expired memory entries (retention=180d)
Candidates: 2
Quietest / Noisiest: 2m (12333817537042743217) / 12m (17854790638887905185)
Total: 44
Split / Blocked / Launchable: 0 / 0 / 25
Total: 1
Proposed / Approved / Applied: 0 / 0 / 0
Total: 67
Active / Blocked / Failed / Completed: 0 / 0 / 0 / 53
Total: 126
Blocked / Allowed / Failed: 27 / 52 / 0
Main-first drift: 1
waiting Why the manager is waiting, launching, escalating, or refusing work.
Next: keep watching the queue
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.
No sanity events yet.
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 attempts to delete the remote Jules session, then stops local management and requeues the linked GitHub item when possible.
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 #290 12333817537042743217 |
running |
feature: continuous enhancement-round controller
Created: 3h 45m ago
Last Active: 2m ago
Lease Remaining: in 2d 20h
|
|
|
Stbmap/stbmap 17854790638887905185 |
awaiting_clarification |
STBMAP Implementer Worker
Created: 29m ago
Last Active: 12m ago
|
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 |
|---|---|---|---|---|
| 3h 46m ago |
Stbmap/dev-manager goal-plan:Stbmap/dev-manager#290 |
Implement a first-class enhancement-round controller that can be operator-triggered or policy-triggered, wait for appropriate capacity unless forced, launch an improvement-proposal worker with a session-scoped notify URL, ingest and dedupe enhancement proposals, route proposals for review, create traceable GitHub issues for accepted proposals, optionally ask the same session to implement accepted work, and expose active/recent round status in operator surfaces. Plan: feature: continuous enhancement-round controller Do not split. Under the current fat issue policy, #290 is large but cohesive: persistence, scheduler/capacity gating, notify intake, review/dedupe, issue creation, same-session implementation, API/CLI/cockpit/reporting, and tests all need one shared lifecycle model. Splitting now would create overlapping state and orchestration contracts between slices. |
launchable |
deps=0 history=2 children=0 ordered=3 |
| 10h 35m ago |
Stbmap/dev-manager goal-plan:Stbmap/dev-manager#293 |
Implement a first-class, auditable self-update deployment workflow so dev-manager can detect a newer deployable main commit, gate deployment through policy and preflight checks, invoke the existing local redeploy mechanism safely, verify the restarted service with smoke checks, record rollback guidance on failure, and expose current/pending/last deployment state to operators. Plan: feature: self-update deployment controller with smoke tests and rollback Do not split under the current fat issue policy. Issue #293 is large, but it is one cohesive self-update deployment controller with tightly coupled lifecycle state, durable deployment records, policy gates, backend abstraction, smoke checks, rollback metadata, and operator visibility. Splitting now would force early cross-issue contracts around the deployment record/state machine and increase integration risk. The only known session is failed, not active, so this can be relaunched as one broad Jules implementation from merged main. |
launchable |
deps=0 history=1 children=0 ordered=2 |
| 10h 35m ago |
Stbmap/dev-manager goal-plan:Stbmap/dev-manager#285 |
Make provider readiness explicit before expensive work starts: Codex, Gemini, Jules, GitHub, and local workspace health should be checked, cached, exposed, and consulted by scheduler/orchestrator/responder/admission/completion/split paths so unhealthy providers are skipped or blocked quickly while unaffected cheap reconciliation and PR closeout can continue. Plan: feature: runtime dependency health and provider fallback preflight Do not split under the current fat issue policy. Issue #285 is broad but cohesive: durable dependency health, cached checks, action-class provider capability, routing gates, deterministic failure recording, and diagnostics all need one shared model and one integrated behavior change. Splitting into separate CLI, scheduler, API, and UI issues would create overlap around the health schema and provider routing contract. |
launchable |
deps=0 history=1 children=0 ordered=2 |
| 10h 37m ago |
Stbmap/dev-manager goal-plan:Stbmap/dev-manager#286 |
Implement an auditable PR-first controller for managed repositories that continuously classifies open PRs into merge_now, request_changes_same_session, launch_repair, close_duplicate, close_obsolete, hold_for_human, or wait; immediately merges, closes, requests changes, or routes feedback when disposition is clear; suppresses lower-priority fresh issue launches while actionable PR work exists; and reconciles local DB/session/task/mirror state after GitHub-side merge or close events. Plan: feature: PR-first closeout controller for merge, reject, and duplicate disposition Do not split under the current fat issue policy. Issue #286 is large, but it is one cohesive control-plane change: PR prioritization, disposition classification, merge/close/request-change actions, same-session feedback, repair fallback, and post-close convergence all need one shared decision path to avoid competing watcher/scheduler behavior. Splitting would likely create overlapping changes across scheduler priority, GitHub mirror state, role tasks, audit/idempotency, and stale-PR cleanup. |
launchable |
deps=0 history=1 children=0 ordered=2 |
| 10h 38m ago |
Stbmap/dev-manager goal-plan:Stbmap/dev-manager#288 |
Deliver a production-ready webhook fast path for Stbmap/dev-manager where each managed repo reports actionable webhook status, incoming GitHub deliveries are authenticated, deduplicated, stored, narrowly dispatched, and replayable in dry-run mode, while polling remains as fallback. Plan: feature: production-ready webhook fast path and delivery health Do not split under the current fat issue policy. The work is large, but it is one cohesive production-readiness slice around a shared webhook health model, delivery ledger, dispatcher, replay path, and operator visibility. Splitting would create coordination risk because duplicate suppression, routing, replay, repo health, report/watch, cockpit, and tests all need the same event metadata and status semantics. The failed prior session has no active lease, so this can be relaunched as one broad implementation/closeout task 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 |
|---|---|---|---|---|---|---|
| 15h 1m ago |
Stbmap/dev-manager Stbmap/dev-manager#244 issue_split:Stbmap/dev-manager#244 |
rejected | split_rejected |
|
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. Rejected: 15h 1m ago |
|
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#301:reconciler handoff:pr_closeout:reviewer->reconciler:2271301872180863383:Stbmap/dev-manager#301 |
reconciler completed |
Stbmap/dev-manager github_item Stbmap/dev-manager#301 |
chain: handoff:pr_closeout:reviewer->reconciler:2271301872180863383:Stbmap/dev-manager#301
origin: handoff:pr_closeout:reviewer->reconciler:2271301872180863383:Stbmap/dev-manager#301
session: 2271301872180863383
|
12h 21m ago |
|
agent-task:stbmap/dev-manager:github_item:Stbmap/dev-manager#298:reconciler handoff:pr_merge:reviewer->reconciler:11246263885427552807:Stbmap/dev-manager#298 |
reconciler completed |
Stbmap/dev-manager github_item Stbmap/dev-manager#298 |
chain: handoff:pr_merge:reviewer->reconciler:14502263040216118562:Stbmap/dev-manager#298
origin: handoff:pr_merge:reviewer->reconciler:14502263040216118562:Stbmap/dev-manager#298
session: 11246263885427552807
|
12h 37m ago |
|
agent-task:stbmap/dev-manager:github_item:Stbmap/dev-manager#296:reconciler handoff:pr_closeout:reviewer->reconciler:13769831514501553832:Stbmap/dev-manager#296 |
reconciler completed |
Stbmap/dev-manager github_item Stbmap/dev-manager#296 |
chain: handoff:pr_closeout:reviewer->reconciler:13769831514501553832:Stbmap/dev-manager#296
origin: handoff:pr_closeout:reviewer->reconciler:13769831514501553832:Stbmap/dev-manager#296
session: 13769831514501553832
|
12h 56m ago |
|
agent-task:stbmap/dev-manager:github_item:Stbmap/dev-manager#273:reconciler handoff:pr_merge:reviewer->reconciler:7068547718640676548:Stbmap/dev-manager#273 |
reconciler completed |
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: 7068547718640676548
|
14h 11m ago |
|
agent-task:stbmap/dev-manager:github_item:Stbmap/dev-manager#272:reconciler handoff:pr_merge:reviewer->reconciler:7885717444279553771:Stbmap/dev-manager#272 |
reconciler completed |
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
|
14h 11m ago |
Imported work items from the tracked repository. These feed the scheduler.
Closed items are hidden by default.
496 closed item(s) are hidden. Use ?show_closed=1 to reveal them.
| Repo / Issue | Title | State | Updated | Link |
|---|---|---|---|---|
|
Stbmap/dev-manager Issue #291 |
feature: autonomy readiness scorecard and 100% vision dashboard | deferred | just now | Open |
|
Stbmap/dev-manager Issue #262 |
feature: max dev cycle configuration knob | deferred | just now | Open |
|
Stbmap/dev-manager Issue #259 |
Local agent should help when Jules clearly can't resolve issues, reviews etc. | deferred | just now | Open |
|
Stbmap/dev-manager Issue #260 |
feature: dev-manager scheduled tasks | deferred | just now | Open |
|
Stbmap/dev-manager Issue #243 |
Phase 5: Production Hardening and Unattended Autonomy | deferred | just now | Open |
|
Stbmap/dev-manager Issue #244 |
Add a long-running soak harness for unattended autonomy | deferred | just now | Open |
|
Stbmap/dev-manager Issue #293 |
feature: self-update deployment controller with smoke tests and rollback | deferred | just now | Open |
|
Stbmap/dev-manager Issue #294 |
feature: autonomy certification gate and unattended-mode promotion | deferred | just now | Open |
|
Stbmap/dev-manager Issue #285 |
feature: runtime dependency health and provider fallback preflight | deferred | just now | Open |
|
Stbmap/dev-manager Issue #286 |
feature: PR-first closeout controller for merge, reject, and duplicate disposition | deferred | just now | Open |
|
Stbmap/dev-manager Issue #288 |
feature: production-ready webhook fast path and delivery health | deferred | just now | Open |
|
Stbmap/dev-manager Issue #289 |
feature: Jules session rescue ladder and artifact salvage | deferred | just now | Open |
|
Stbmap/dev-manager Issue #247 |
Tighten truth reconciliation for workspace_dirty_orphan:Stbmap/stbmap | deferred | just now | Open |
|
Stbmap/dev-manager Issue #290 |
feature: continuous enhancement-round controller | in-progress | 1m ago | Open |
Imported pull requests from the tracked repository.
Closed items are hidden by default.
496 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 | 2d 16h ago | |
| Stbmap/stbmap | #1 | active | - | seeded from repo_configs | 2d 16h 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 | 41/unbounded | 174/unbounded | 0/unbounded | pass | - |
| Stbmap/dev-manager | inherited | 39/unbounded | 174/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: 41 Remaining: 44 |
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"]
} |
3d 19h 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"]
} |
3d 19h 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"]
} |
3d 19h 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"]
} |
3d 19h 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"]
} |
3d 19h 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"]
} |
3d 19h 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"]
} |
2d 18h 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"]
} |
3d 19h 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"]
} |
3d 19h 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. |
3d 20h ago | |
| role: another-role | another-role | #1 | active | Desc | Prompt |
2d 18h 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. |
3d 20h ago | |
| role: implementer | implementer | #1 | active | Writes code to implement features and bugfixes. | You are an implementer. Write the code to solve the issue. |
21h 1m ago | |
| role: orchestrator | orchestrator | #1 | active | Orchestrates the workflow and triages issues. | You are an orchestrator. Route and plan the work. |
21h 1m 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. |
2d 4h 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. |
2d 4h 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. |
3d 20h ago | |
| role: reviewer | reviewer | #1 | active | Reviews code changes. | You are a reviewer. Review the code changes. |
21h 1m 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. |
2d 4h ago | |
| role: test-role | test-role | #2 | active | Updated Description | Updated Prompt |
2d 18h ago | |
| role: test-role | test-role | #1 | inactive | Test Description | Test Prompt |
2d 18h ago |
| Time | Actor | Event | Target | Details |
|---|---|---|---|---|
| just now | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#138 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 138, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| just now | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#40 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 40, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| just now | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#25 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 25, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| just now | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#96 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 96, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| just now | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#73 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 73, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| just now | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#71 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 71, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| just now | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#72 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 72, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| just now | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#41 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 41, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| just now | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#24 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 24, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| just now | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#22 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 22, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| just now | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#18 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 18, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| just now | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#16 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 16, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| just now | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#12 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 12, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| just now | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#14 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 14, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| just now | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#17 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 17, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| just now | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#20 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 20, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| just now | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#15 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 15, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| just now | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#11 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 11, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| just now | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#21 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 21, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| just now | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#13 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 13, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| just now | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#23 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 23, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| 1m ago | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#203 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 203, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| 1m ago | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#139 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 139, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| 1m ago | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#138 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 138, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| 1m ago | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#40 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 40, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| 1m ago | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#25 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 25, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| 1m ago | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#96 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 96, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| 1m ago | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#73 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 73, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| 1m ago | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#71 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 71, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| 1m ago | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#72 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 72, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| 1m ago | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#41 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 41, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| 1m ago | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#24 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 24, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| 1m ago | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#22 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 22, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| 1m ago | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#18 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 18, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| 1m ago | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#16 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 16, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| 1m ago | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#12 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 12, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| 1m ago | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#14 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 14, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| 1m ago | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#17 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 17, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| 1m ago | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#20 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 20, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| 1m ago | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#15 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 15, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| 1m ago | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#11 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 11, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| 1m ago | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#21 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 21, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| 1m ago | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#13 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 13, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| 1m ago | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#23 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 23, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| 2m ago | dev-manager-improvement | self_improvement_issue_reused | manager: reconciliation:workspace_dirty_orphan:Stbmap/stbmap | {"count": 4, "category": "truth_reconciliation", "evidence": ["reconciliation_observed at 2026-05-22T23:31:10Z: {\"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\": 327, \"subject_id\": \"/home/stbmap/stbmap\", \"subject_type\": \"workspace\", \"repo_full_name\": \"Stbmap/stbmap\", \"reconciliation_key\": \"workspace_dirty_orphan:Stbmap/stbmap\"}", "reconciliation_observed at 2026-05-22T23:21:03Z: {\"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\": 326, \"subject_id\": \"/home/stbmap/stbmap\", \"subject_type\": \"workspace\", \"repo_full_name\": \"Stbmap/stbmap\", \"reconciliation_key\": \"workspace_dirty_orphan:Stbmap/stbmap\"}", "reconciliation_observed at 2026-05-22T23:10:56Z: {\"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\": 325, \"subject_id\": \"/home/stbmap/stbmap\", \"subject_type\": \"workspace\", \"repo_full_name\": \"Stbmap/stbmap\", \"reconciliation_key\": \"workspace_dirty_orphan:Stbmap/stbmap\"}", "reconciliation_observed at 2026-05-22T23:00:47Z: {\"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\": 324, \"subject_id\": \"/home/stbmap/stbmap\", \"subject_type\": \"workspace\", \"repo_full_name\": \"Stbmap/stbmap\", \"reconciliation_key\": \"workspace_dirty_orphan:Stbmap/stbmap\"}"], "issue_url": "https://github.com/Stbmap/dev-manager/issues/247", "signature": "reconciliation:workspace_dirty_orphan:Stbmap/stbmap", "issue_number": 247, "repo_full_name": "Stbmap/dev-manager"} |
| 2m ago | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#203 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 203, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| 2m ago | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#139 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 139, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| 2m ago | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#138 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 138, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| 2m ago | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#40 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 40, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
| 2m ago | dev-manager-watcher | issue_stale_blocked_labels_cleared | github_item: Stbmap/stbmap#25 | {"reason": "no active session remains", "source": "stale issue sweep", "next_state": "closed", "item_number": 25, "labels_removed": ["blocked", "jules", "in-progress"], "previous_state": "closed", "repo_full_name": "Stbmap/stbmap"} |
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 - Delete the remote Jules session when possible, 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