@monoes/monomindcli 2.16.12 → 2.16.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/agents/core/coder.md +1 -1
- package/.claude/agents/engineering/engineering-devops-automator.md +1 -1
- package/.claude/agents/github/repo-architect.md +1 -1
- package/.claude/agents/testing/production-validator.md +1 -1
- package/.claude/agents/testing/testing-tool-evaluator.md +1 -1
- package/.claude/commands/github/pr-manager.md +1 -1
- package/.claude/helpers/pick-rank.cjs +34 -4
- package/.claude/skills/monolean-audit/SKILL.md +1 -1
- package/README.md +1 -1
- package/dist/src/commands/cleanup-data.d.ts +30 -0
- package/dist/src/commands/cleanup-data.d.ts.map +1 -0
- package/dist/src/commands/cleanup-data.js +138 -0
- package/dist/src/commands/cleanup-data.js.map +1 -0
- package/dist/src/commands/cleanup-scratch.d.ts +43 -0
- package/dist/src/commands/cleanup-scratch.d.ts.map +1 -0
- package/dist/src/commands/cleanup-scratch.js +125 -0
- package/dist/src/commands/cleanup-scratch.js.map +1 -0
- package/dist/src/commands/cleanup.d.ts +2 -39
- package/dist/src/commands/cleanup.d.ts.map +1 -1
- package/dist/src/commands/cleanup.js +5 -247
- package/dist/src/commands/cleanup.js.map +1 -1
- package/dist/src/commands/doctor-gitignore-checks.d.ts +10 -0
- package/dist/src/commands/doctor-gitignore-checks.d.ts.map +1 -0
- package/dist/src/commands/doctor-gitignore-checks.js +141 -0
- package/dist/src/commands/doctor-gitignore-checks.js.map +1 -0
- package/dist/src/commands/doctor-helpers-checks.d.ts +10 -0
- package/dist/src/commands/doctor-helpers-checks.d.ts.map +1 -0
- package/dist/src/commands/doctor-helpers-checks.js +292 -0
- package/dist/src/commands/doctor-helpers-checks.js.map +1 -0
- package/dist/src/commands/doctor-memory-checks.d.ts +47 -0
- package/dist/src/commands/doctor-memory-checks.d.ts.map +1 -0
- package/dist/src/commands/doctor-memory-checks.js +298 -0
- package/dist/src/commands/doctor-memory-checks.js.map +1 -0
- package/dist/src/commands/doctor-monograph-checks.d.ts +9 -0
- package/dist/src/commands/doctor-monograph-checks.d.ts.map +1 -0
- package/dist/src/commands/doctor-monograph-checks.js +331 -0
- package/dist/src/commands/doctor-monograph-checks.js.map +1 -0
- package/dist/src/commands/doctor-project-checks.d.ts +7 -66
- package/dist/src/commands/doctor-project-checks.d.ts.map +1 -1
- package/dist/src/commands/doctor-project-checks.js +10 -1331
- package/dist/src/commands/doctor-project-checks.js.map +1 -1
- package/dist/src/commands/doctor-routing-checks.d.ts +10 -0
- package/dist/src/commands/doctor-routing-checks.d.ts.map +1 -0
- package/dist/src/commands/doctor-routing-checks.js +194 -0
- package/dist/src/commands/doctor-routing-checks.js.map +1 -0
- package/dist/src/commands/doctor-worker-checks.d.ts +17 -0
- package/dist/src/commands/doctor-worker-checks.d.ts.map +1 -0
- package/dist/src/commands/doctor-worker-checks.js +122 -0
- package/dist/src/commands/doctor-worker-checks.js.map +1 -0
- package/dist/src/commands/hooks-routing-commands.js +1 -1
- package/dist/src/commands/hooks-routing-commands.js.map +1 -1
- package/dist/src/commands/init.d.ts.map +1 -1
- package/dist/src/commands/init.js +6 -15
- package/dist/src/commands/init.js.map +1 -1
- package/dist/src/commands/org-control.d.ts +117 -0
- package/dist/src/commands/org-control.d.ts.map +1 -0
- package/dist/src/commands/org-control.js +274 -0
- package/dist/src/commands/org-control.js.map +1 -0
- package/dist/src/commands/org-lifecycle.d.ts +7 -0
- package/dist/src/commands/org-lifecycle.d.ts.map +1 -0
- package/dist/src/commands/org-lifecycle.js +298 -0
- package/dist/src/commands/org-lifecycle.js.map +1 -0
- package/dist/src/commands/org-manage.d.ts +7 -0
- package/dist/src/commands/org-manage.d.ts.map +1 -0
- package/dist/src/commands/org-manage.js +357 -0
- package/dist/src/commands/org-manage.js.map +1 -0
- package/dist/src/commands/org-memory-command.d.ts +3 -0
- package/dist/src/commands/org-memory-command.d.ts.map +1 -0
- package/dist/src/commands/org-memory-command.js +178 -0
- package/dist/src/commands/org-memory-command.js.map +1 -0
- package/dist/src/commands/org-observe-approvals.d.ts +8 -0
- package/dist/src/commands/org-observe-approvals.d.ts.map +1 -0
- package/dist/src/commands/org-observe-approvals.js +211 -0
- package/dist/src/commands/org-observe-approvals.js.map +1 -0
- package/dist/src/commands/org-observe-checkpoint.d.ts +26 -0
- package/dist/src/commands/org-observe-checkpoint.d.ts.map +1 -0
- package/dist/src/commands/org-observe-checkpoint.js +180 -0
- package/dist/src/commands/org-observe-checkpoint.js.map +1 -0
- package/dist/src/commands/org-observe-config.d.ts +8 -0
- package/dist/src/commands/org-observe-config.d.ts.map +1 -0
- package/dist/src/commands/org-observe-config.js +160 -0
- package/dist/src/commands/org-observe-config.js.map +1 -0
- package/dist/src/commands/org-observe-gates.d.ts +4 -0
- package/dist/src/commands/org-observe-gates.d.ts.map +1 -0
- package/dist/src/commands/org-observe-gates.js +182 -0
- package/dist/src/commands/org-observe-gates.js.map +1 -0
- package/dist/src/commands/org-observe-inbox.d.ts +18 -0
- package/dist/src/commands/org-observe-inbox.d.ts.map +1 -0
- package/dist/src/commands/org-observe-inbox.js +154 -0
- package/dist/src/commands/org-observe-inbox.js.map +1 -0
- package/dist/src/commands/org-observe-logs.d.ts +31 -0
- package/dist/src/commands/org-observe-logs.d.ts.map +1 -0
- package/dist/src/commands/org-observe-logs.js +272 -0
- package/dist/src/commands/org-observe-logs.js.map +1 -0
- package/dist/src/commands/org-observe-questions.d.ts +8 -0
- package/dist/src/commands/org-observe-questions.d.ts.map +1 -0
- package/dist/src/commands/org-observe-questions.js +201 -0
- package/dist/src/commands/org-observe-questions.js.map +1 -0
- package/dist/src/commands/org-observe-report.d.ts +8 -0
- package/dist/src/commands/org-observe-report.d.ts.map +1 -0
- package/dist/src/commands/org-observe-report.js +366 -0
- package/dist/src/commands/org-observe-report.js.map +1 -0
- package/dist/src/commands/org-observe-shared.d.ts +20 -0
- package/dist/src/commands/org-observe-shared.d.ts.map +1 -0
- package/dist/src/commands/org-observe-shared.js +55 -0
- package/dist/src/commands/org-observe-shared.js.map +1 -0
- package/dist/src/commands/org-observe.d.ts +9 -101
- package/dist/src/commands/org-observe.d.ts.map +1 -1
- package/dist/src/commands/org-observe.js +12 -1675
- package/dist/src/commands/org-observe.js.map +1 -1
- package/dist/src/commands/org-poll.d.ts +57 -0
- package/dist/src/commands/org-poll.d.ts.map +1 -0
- package/dist/src/commands/org-poll.js +194 -0
- package/dist/src/commands/org-poll.js.map +1 -0
- package/dist/src/commands/org-run.d.ts +3 -0
- package/dist/src/commands/org-run.d.ts.map +1 -0
- package/dist/src/commands/org-run.js +449 -0
- package/dist/src/commands/org-run.js.map +1 -0
- package/dist/src/commands/org-serve.d.ts +19 -0
- package/dist/src/commands/org-serve.d.ts.map +1 -0
- package/dist/src/commands/org-serve.js +395 -0
- package/dist/src/commands/org-serve.js.map +1 -0
- package/dist/src/commands/org-subcommands-config.d.ts +8 -0
- package/dist/src/commands/org-subcommands-config.d.ts.map +1 -0
- package/dist/src/commands/org-subcommands-config.js +93 -0
- package/dist/src/commands/org-subcommands-config.js.map +1 -0
- package/dist/src/commands/org-subcommands-hil.d.ts +11 -0
- package/dist/src/commands/org-subcommands-hil.d.ts.map +1 -0
- package/dist/src/commands/org-subcommands-hil.js +216 -0
- package/dist/src/commands/org-subcommands-hil.js.map +1 -0
- package/dist/src/commands/org-subcommands-observe.d.ts +12 -0
- package/dist/src/commands/org-subcommands-observe.d.ts.map +1 -0
- package/dist/src/commands/org-subcommands-observe.js +249 -0
- package/dist/src/commands/org-subcommands-observe.js.map +1 -0
- package/dist/src/commands/org-subcommands-runtime.d.ts +12 -0
- package/dist/src/commands/org-subcommands-runtime.d.ts.map +1 -0
- package/dist/src/commands/org-subcommands-runtime.js +163 -0
- package/dist/src/commands/org-subcommands-runtime.js.map +1 -0
- package/dist/src/commands/org.d.ts +3 -151
- package/dist/src/commands/org.d.ts.map +1 -1
- package/dist/src/commands/org.js +43 -2735
- package/dist/src/commands/org.js.map +1 -1
- package/dist/src/index.js +2 -2
- package/dist/src/index.js.map +1 -1
- package/dist/src/init/never-commit.d.ts +3 -3
- package/dist/src/init/types.d.ts +1 -1
- package/dist/src/init/types.js +1 -1
- package/dist/src/knowledge/document-store.js +1 -1
- package/dist/src/knowledge/document-store.js.map +1 -1
- package/dist/src/mcp-tools/hooks-edit-command.d.ts +10 -0
- package/dist/src/mcp-tools/hooks-edit-command.d.ts.map +1 -0
- package/dist/src/mcp-tools/hooks-edit-command.js +247 -0
- package/dist/src/mcp-tools/hooks-edit-command.js.map +1 -0
- package/dist/src/mcp-tools/hooks-learning.d.ts +9 -0
- package/dist/src/mcp-tools/hooks-learning.d.ts.map +1 -0
- package/dist/src/mcp-tools/hooks-learning.js +408 -0
- package/dist/src/mcp-tools/hooks-learning.js.map +1 -0
- package/dist/src/mcp-tools/hooks-metrics-list.d.ts +8 -0
- package/dist/src/mcp-tools/hooks-metrics-list.d.ts.map +1 -0
- package/dist/src/mcp-tools/hooks-metrics-list.js +205 -0
- package/dist/src/mcp-tools/hooks-metrics-list.js.map +1 -0
- package/dist/src/mcp-tools/hooks-route.d.ts +12 -0
- package/dist/src/mcp-tools/hooks-route.d.ts.map +1 -0
- package/dist/src/mcp-tools/hooks-route.js +251 -0
- package/dist/src/mcp-tools/hooks-route.js.map +1 -0
- package/dist/src/mcp-tools/hooks-routing.d.ts +6 -27
- package/dist/src/mcp-tools/hooks-routing.d.ts.map +1 -1
- package/dist/src/mcp-tools/hooks-routing.js +6 -1727
- package/dist/src/mcp-tools/hooks-routing.js.map +1 -1
- package/dist/src/mcp-tools/hooks-session.d.ts +9 -0
- package/dist/src/mcp-tools/hooks-session.d.ts.map +1 -0
- package/dist/src/mcp-tools/hooks-session.js +243 -0
- package/dist/src/mcp-tools/hooks-session.js.map +1 -0
- package/dist/src/mcp-tools/hooks-task.d.ts +17 -0
- package/dist/src/mcp-tools/hooks-task.d.ts.map +1 -0
- package/dist/src/mcp-tools/hooks-task.js +427 -0
- package/dist/src/mcp-tools/hooks-task.js.map +1 -0
- package/dist/src/mcp-tools/hooks-tools.d.ts +2 -1
- package/dist/src/mcp-tools/hooks-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/hooks-tools.js +2 -1
- package/dist/src/mcp-tools/hooks-tools.js.map +1 -1
- package/dist/src/mcp-tools/memory-tools.js +1 -1
- package/dist/src/mcp-tools/memory-tools.js.map +1 -1
- package/dist/src/memory/bm25-index.d.ts +2 -2
- package/dist/src/memory/bm25-index.js +2 -2
- package/dist/src/memory/embedding-operations.js +2 -2
- package/dist/src/memory/embedding-operations.js.map +1 -1
- package/dist/src/memory/entity-name-key.d.ts +1 -1
- package/dist/src/memory/entity-name-key.js +1 -1
- package/dist/src/memory/hnsw-operations.d.ts +1 -1
- package/dist/src/memory/hnsw-operations.js +1 -1
- package/dist/src/memory/memory-bridge-backend.d.ts +43 -0
- package/dist/src/memory/memory-bridge-backend.d.ts.map +1 -0
- package/dist/src/memory/memory-bridge-backend.js +363 -0
- package/dist/src/memory/memory-bridge-backend.js.map +1 -0
- package/dist/src/memory/memory-bridge-core.d.ts +42 -0
- package/dist/src/memory/memory-bridge-core.d.ts.map +1 -0
- package/dist/src/memory/memory-bridge-core.js +126 -0
- package/dist/src/memory/memory-bridge-core.js.map +1 -0
- package/dist/src/memory/memory-bridge-entries.d.ts +131 -0
- package/dist/src/memory/memory-bridge-entries.d.ts.map +1 -0
- package/dist/src/memory/memory-bridge-entries.js +227 -0
- package/dist/src/memory/memory-bridge-entries.js.map +1 -0
- package/dist/src/memory/memory-bridge-feedback.d.ts +60 -0
- package/dist/src/memory/memory-bridge-feedback.d.ts.map +1 -0
- package/dist/src/memory/memory-bridge-feedback.js +118 -0
- package/dist/src/memory/memory-bridge-feedback.js.map +1 -0
- package/dist/src/memory/memory-bridge-paths.d.ts +123 -0
- package/dist/src/memory/memory-bridge-paths.d.ts.map +1 -0
- package/dist/src/memory/memory-bridge-paths.js +335 -0
- package/dist/src/memory/memory-bridge-paths.js.map +1 -0
- package/dist/src/memory/memory-bridge-search.d.ts +48 -0
- package/dist/src/memory/memory-bridge-search.d.ts.map +1 -0
- package/dist/src/memory/memory-bridge-search.js +383 -0
- package/dist/src/memory/memory-bridge-search.js.map +1 -0
- package/dist/src/memory/memory-bridge-sessions.d.ts +38 -0
- package/dist/src/memory/memory-bridge-sessions.d.ts.map +1 -0
- package/dist/src/memory/memory-bridge-sessions.js +109 -0
- package/dist/src/memory/memory-bridge-sessions.js.map +1 -0
- package/dist/src/memory/memory-bridge-store.d.ts +58 -0
- package/dist/src/memory/memory-bridge-store.d.ts.map +1 -0
- package/dist/src/memory/memory-bridge-store.js +201 -0
- package/dist/src/memory/memory-bridge-store.js.map +1 -0
- package/dist/src/memory/memory-bridge.d.ts +10 -438
- package/dist/src/memory/memory-bridge.d.ts.map +1 -1
- package/dist/src/memory/memory-bridge.js +14 -1787
- package/dist/src/memory/memory-bridge.js.map +1 -1
- package/dist/src/memory/memory-kg-claims.d.ts +52 -0
- package/dist/src/memory/memory-kg-claims.d.ts.map +1 -0
- package/dist/src/memory/memory-kg-claims.js +99 -0
- package/dist/src/memory/memory-kg-claims.js.map +1 -0
- package/dist/src/memory/memory-kg-index.d.ts +86 -0
- package/dist/src/memory/memory-kg-index.d.ts.map +1 -0
- package/dist/src/memory/memory-kg-index.js +256 -0
- package/dist/src/memory/memory-kg-index.js.map +1 -0
- package/dist/src/memory/memory-kg-ingest.d.ts +44 -0
- package/dist/src/memory/memory-kg-ingest.d.ts.map +1 -0
- package/dist/src/memory/memory-kg-ingest.js +361 -0
- package/dist/src/memory/memory-kg-ingest.js.map +1 -0
- package/dist/src/memory/memory-kg-model.d.ts +168 -0
- package/dist/src/memory/memory-kg-model.d.ts.map +1 -0
- package/dist/src/memory/memory-kg-model.js +158 -0
- package/dist/src/memory/memory-kg-model.js.map +1 -0
- package/dist/src/memory/memory-kg-names.d.ts +64 -0
- package/dist/src/memory/memory-kg-names.d.ts.map +1 -0
- package/dist/src/memory/memory-kg-names.js +187 -0
- package/dist/src/memory/memory-kg-names.js.map +1 -0
- package/dist/src/memory/memory-kg-promote.d.ts +79 -0
- package/dist/src/memory/memory-kg-promote.d.ts.map +1 -0
- package/dist/src/memory/memory-kg-promote.js +248 -0
- package/dist/src/memory/memory-kg-promote.js.map +1 -0
- package/dist/src/memory/memory-kg-rebuild.d.ts +77 -0
- package/dist/src/memory/memory-kg-rebuild.d.ts.map +1 -0
- package/dist/src/memory/memory-kg-rebuild.js +299 -0
- package/dist/src/memory/memory-kg-rebuild.js.map +1 -0
- package/dist/src/memory/memory-kg-rollback.d.ts +47 -0
- package/dist/src/memory/memory-kg-rollback.d.ts.map +1 -0
- package/dist/src/memory/memory-kg-rollback.js +193 -0
- package/dist/src/memory/memory-kg-rollback.js.map +1 -0
- package/dist/src/memory/memory-kg-rules.d.ts +64 -0
- package/dist/src/memory/memory-kg-rules.d.ts.map +1 -0
- package/dist/src/memory/memory-kg-rules.js +251 -0
- package/dist/src/memory/memory-kg-rules.js.map +1 -0
- package/dist/src/memory/memory-kg-scan.d.ts +118 -0
- package/dist/src/memory/memory-kg-scan.d.ts.map +1 -0
- package/dist/src/memory/memory-kg-scan.js +209 -0
- package/dist/src/memory/memory-kg-scan.js.map +1 -0
- package/dist/src/memory/memory-kg-search.d.ts +80 -0
- package/dist/src/memory/memory-kg-search.d.ts.map +1 -0
- package/dist/src/memory/memory-kg-search.js +239 -0
- package/dist/src/memory/memory-kg-search.js.map +1 -0
- package/dist/src/memory/memory-kg.d.ts +19 -547
- package/dist/src/memory/memory-kg.d.ts.map +1 -1
- package/dist/src/memory/memory-kg.js +10 -2389
- package/dist/src/memory/memory-kg.js.map +1 -1
- package/dist/src/orgrt/daemon-types.d.ts +196 -0
- package/dist/src/orgrt/daemon-types.d.ts.map +1 -0
- package/dist/src/orgrt/daemon-types.js +38 -0
- package/dist/src/orgrt/daemon-types.js.map +1 -0
- package/dist/src/orgrt/daemon.d.ts +70 -300
- package/dist/src/orgrt/daemon.d.ts.map +1 -1
- package/dist/src/orgrt/daemon.js +41 -2536
- package/dist/src/orgrt/daemon.js.map +1 -1
- package/dist/src/orgrt/idle-watchdog.d.ts +39 -0
- package/dist/src/orgrt/idle-watchdog.d.ts.map +1 -0
- package/dist/src/orgrt/idle-watchdog.js +289 -0
- package/dist/src/orgrt/idle-watchdog.js.map +1 -0
- package/dist/src/orgrt/org-reload.d.ts +7 -0
- package/dist/src/orgrt/org-reload.d.ts.map +1 -0
- package/dist/src/orgrt/org-reload.js +111 -0
- package/dist/src/orgrt/org-reload.js.map +1 -0
- package/dist/src/orgrt/org-start-steps.d.ts +21 -0
- package/dist/src/orgrt/org-start-steps.d.ts.map +1 -0
- package/dist/src/orgrt/org-start-steps.js +305 -0
- package/dist/src/orgrt/org-start-steps.js.map +1 -0
- package/dist/src/orgrt/org-start.d.ts +7 -0
- package/dist/src/orgrt/org-start.d.ts.map +1 -0
- package/dist/src/orgrt/org-start.js +435 -0
- package/dist/src/orgrt/org-start.js.map +1 -0
- package/dist/src/orgrt/org-state-file.d.ts +8 -0
- package/dist/src/orgrt/org-state-file.d.ts.map +1 -0
- package/dist/src/orgrt/org-state-file.js +116 -0
- package/dist/src/orgrt/org-state-file.js.map +1 -0
- package/dist/src/orgrt/org-stop.d.ts +6 -0
- package/dist/src/orgrt/org-stop.d.ts.map +1 -0
- package/dist/src/orgrt/org-stop.js +332 -0
- package/dist/src/orgrt/org-stop.js.map +1 -0
- package/dist/src/orgrt/org-tools.d.ts +11 -0
- package/dist/src/orgrt/org-tools.d.ts.map +1 -0
- package/dist/src/orgrt/org-tools.js +305 -0
- package/dist/src/orgrt/org-tools.js.map +1 -0
- package/dist/src/orgrt/role-incarnation.d.ts +18 -0
- package/dist/src/orgrt/role-incarnation.d.ts.map +1 -0
- package/dist/src/orgrt/role-incarnation.js +374 -0
- package/dist/src/orgrt/role-incarnation.js.map +1 -0
- package/dist/src/orgrt/role-respawn.d.ts +7 -0
- package/dist/src/orgrt/role-respawn.d.ts.map +1 -0
- package/dist/src/orgrt/role-respawn.js +318 -0
- package/dist/src/orgrt/role-respawn.js.map +1 -0
- package/dist/src/orgrt/role-session-opts.d.ts +389 -0
- package/dist/src/orgrt/role-session-opts.d.ts.map +1 -0
- package/dist/src/orgrt/role-session-opts.js +289 -0
- package/dist/src/orgrt/role-session-opts.js.map +1 -0
- package/dist/src/orgrt/runner-resolve.d.ts +43 -0
- package/dist/src/orgrt/runner-resolve.d.ts.map +1 -0
- package/dist/src/orgrt/runner-resolve.js +77 -0
- package/dist/src/orgrt/runner-resolve.js.map +1 -0
- package/dist/src/orgrt/session-gate.d.ts +34 -0
- package/dist/src/orgrt/session-gate.d.ts.map +1 -0
- package/dist/src/orgrt/session-gate.js +74 -0
- package/dist/src/orgrt/session-gate.js.map +1 -0
- package/dist/src/orgrt/session-prompt.d.ts +31 -0
- package/dist/src/orgrt/session-prompt.d.ts.map +1 -0
- package/dist/src/orgrt/session-prompt.js +115 -0
- package/dist/src/orgrt/session-prompt.js.map +1 -0
- package/dist/src/orgrt/session-run.d.ts +18 -0
- package/dist/src/orgrt/session-run.d.ts.map +1 -0
- package/dist/src/orgrt/session-run.js +429 -0
- package/dist/src/orgrt/session-run.js.map +1 -0
- package/dist/src/orgrt/session-stream.d.ts +21 -0
- package/dist/src/orgrt/session-stream.d.ts.map +1 -0
- package/dist/src/orgrt/session-stream.js +173 -0
- package/dist/src/orgrt/session-stream.js.map +1 -0
- package/dist/src/orgrt/session-types.d.ts +219 -0
- package/dist/src/orgrt/session-types.d.ts.map +1 -0
- package/dist/src/orgrt/session-types.js +2 -0
- package/dist/src/orgrt/session-types.js.map +1 -0
- package/dist/src/orgrt/session-usage.d.ts +29 -0
- package/dist/src/orgrt/session-usage.d.ts.map +1 -0
- package/dist/src/orgrt/session-usage.js +64 -0
- package/dist/src/orgrt/session-usage.js.map +1 -0
- package/dist/src/orgrt/session.d.ts +5 -281
- package/dist/src/orgrt/session.d.ts.map +1 -1
- package/dist/src/orgrt/session.js +8 -1117
- package/dist/src/orgrt/session.js.map +1 -1
- package/dist/src/ui/org-hil.mjs +1 -1
- package/dist/src/ui/routes-org-agents.mjs +318 -0
- package/dist/src/ui/routes-org-approvals.mjs +133 -0
- package/dist/src/ui/routes-org-config.mjs +459 -0
- package/dist/src/ui/routes-org-control.mjs +300 -0
- package/dist/src/ui/routes-org-files.mjs +172 -0
- package/dist/src/ui/routes-org-helpers.mjs +84 -0
- package/dist/src/ui/routes-org-knowledge.mjs +262 -0
- package/dist/src/ui/routes-org-lifecycle.mjs +224 -0
- package/dist/src/ui/routes-org-live.mjs +278 -0
- package/dist/src/ui/routes-org-mastermind.mjs +346 -0
- package/dist/src/ui/routes-org-planning.mjs +398 -0
- package/dist/src/ui/routes-org-runs.mjs +430 -0
- package/dist/src/ui/routes-org-status.mjs +342 -0
- package/dist/src/ui/routes-org-workflows.mjs +212 -0
- package/dist/src/ui/routes-org.mjs +26 -3847
- package/dist/src/ui/server.mjs +1 -1
- package/dist/src/utils/native-error.d.ts +1 -1
- package/dist/src/utils/native-error.js +1 -1
- package/dist/src/utils/paths.d.ts +2 -1
- package/dist/src/utils/paths.d.ts.map +1 -1
- package/dist/src/utils/paths.js +2 -1
- package/dist/src/utils/paths.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/org-skills/adversarial-reviewer/SKILL.md +1 -1
- package/org-skills/board-deck-builder/SKILL.md +1 -1
- package/org-skills/code-reviewer/SKILL.md +1 -1
- package/org-skills/debugging-wizard/SKILL.md +1 -1
- package/org-skills/scientific-thinking-literature-review/SKILL.md +1 -1
- package/org-skills/scientific-thinking-scholar-evaluation/SKILL.md +1 -1
- package/package.json +5 -5
|
@@ -1,290 +1,36 @@
|
|
|
1
|
-
import type { query } from '@anthropic-ai/claude-agent-sdk';
|
|
2
|
-
import type { AgentRunner } from './agent-runner.js';
|
|
3
1
|
import * as approvalOps from './approvals.js';
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
6
|
-
import {
|
|
2
|
+
import type { BrokerLease } from './broker.js';
|
|
3
|
+
import type { OrgBus } from './bus.js';
|
|
4
|
+
import type { OrgCheckpoint, RoleCheckpoint } from './checkpoint.js';
|
|
5
|
+
import type { TaskEvidence } from './completion-gate.js';
|
|
7
6
|
import * as crossOrg from './cross-org.js';
|
|
8
|
-
import {
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
7
|
+
import type { AgentRuntime, DaemonOpts, RunningOrg } from './daemon-types.js';
|
|
8
|
+
import * as decisionOps from './decisions.js';
|
|
9
|
+
import * as orgMemory from './org-memory.js';
|
|
10
|
+
import type { RunSummary } from './reporting.js';
|
|
11
|
+
import type { RespawnReceipt } from './role-slot.js';
|
|
13
12
|
import { type RoleTrace } from './role-trace.js';
|
|
14
13
|
import { type RuntimeOptionsReceipt } from './runtime-options.js';
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
* MONOMIND_RUNTIME env > auto-resolve from provider kind > undefined (the
|
|
23
|
-
* default path, where session.ts falls back to ClaudeAgentRunner). Returning
|
|
24
|
-
* undefined for the default path keeps Claude/Antigravity orgs byte-for-byte
|
|
25
|
-
* unchanged. Callers pass `role.runtime ?? def.runtime` as `orgRuntime`
|
|
26
|
-
* (see resolveRoleRunner). */
|
|
27
|
-
export type RuntimeKind = 'claude' | 'kimicode' | 'opencode' | 'vercel' | 'codex' | 'antigravity' | 'grok' | 'qwen' | 'crush' | 'copilot' | 'pi'
|
|
28
|
-
/** Opt-in alternate to 'pi': keeps the pi subprocess alive for the whole
|
|
29
|
-
* mailbox session (--mode rpc) instead of spawning fresh per turn — see
|
|
30
|
-
* pi-rpc-runner.ts's header for the protocol source (live-verified
|
|
31
|
-
* against pi v0.73.1, issue #179). Prefer plain 'pi' unless you
|
|
32
|
-
* specifically want session-lifetime context continuity. */
|
|
33
|
-
| 'pi-rpc'
|
|
34
|
-
/** Opt-in alternate to 'qwen': keeps the qwen subprocess alive for the
|
|
35
|
-
* whole mailbox session (--input-format/--output-format stream-json)
|
|
36
|
-
* instead of spawning fresh per turn — see qwen-rpc-runner.ts's header
|
|
37
|
-
* for the protocol source (live-verified against qwen-code v0.21.13,
|
|
38
|
-
* issue #182). One gap not independently re-verified: whether `result`
|
|
39
|
-
* fires exactly once per turn even when qwen runs several of its own
|
|
40
|
-
* native tools in sequence first (inferred by symmetry with the non-RPC
|
|
41
|
-
* QwenAgentRunner, not separately live-tested for this runner). Prefer
|
|
42
|
-
* plain 'qwen' unless you specifically want session-lifetime context
|
|
43
|
-
* continuity. */
|
|
44
|
-
| 'qwen-rpc'
|
|
45
|
-
/** Nous Research's Hermes Agent CLI (`hermes`), spawned fresh per
|
|
46
|
-
* tool-call round like 'codex' — but with NO session-resume flag in
|
|
47
|
-
* headless mode (see hermes-runner.ts's header): every round resends the
|
|
48
|
-
* full transcript, and args.resume across mailbox messages cannot be
|
|
49
|
-
* honored. Docs-only verified, streamsIncrementally: false — see
|
|
50
|
-
* runner-registry.ts. */
|
|
51
|
-
| 'hermes';
|
|
52
|
-
export type ProviderKind = 'subscription' | 'api-key' | 'base-url' | 'bedrock' | 'vertex' | 'gemini' | 'openai' | 'vercel-api-key' | 'codex' | 'antigravity';
|
|
53
|
-
export declare function resolveRunner(orgRuntime?: RuntimeKind, providerKind?: ProviderKind, provider?: ProviderConfig): AgentRunner | undefined;
|
|
54
|
-
/** Per-session variant: a role's own `runtime` field wins over the org-level
|
|
55
|
-
* one (and the env var) — including `role.runtime === 'claude'`, which forces
|
|
56
|
-
* the default Claude path even when the org/env select another runtime.
|
|
57
|
-
* Roles without a `runtime` inherit the org-level resolution unchanged.
|
|
58
|
-
* If no explicit runtime is set, auto-resolve from the provider kind. */
|
|
59
|
-
export declare function resolveRoleRunner(roleRuntime?: RuntimeKind, orgRuntime?: RuntimeKind, roleProviderKind?: ProviderKind, orgProviderKind?: ProviderKind, roleProvider?: ProviderConfig): AgentRunner | undefined;
|
|
14
|
+
import type { TaskPick } from './task-match.js';
|
|
15
|
+
import { ToolProviderHub } from './tool-providers.js';
|
|
16
|
+
import { type BusEvent, type DecisionGate, type DecisionKind, type OrgDef, type OrgRole } from './types.js';
|
|
17
|
+
export { type AgentRuntime, activeRoleCount, type DaemonOpts, type RunningOrg, roleTokenBudget, ScrollbackBuffer, } from './daemon-types.js';
|
|
18
|
+
export { resolvedIdleNudgeCount } from './idle-watchdog.js';
|
|
19
|
+
export { resolveOrgComplete } from './role-session-opts.js';
|
|
20
|
+
export { type ProviderKind, type RuntimeKind, resolveRoleRunner, resolveRunner, } from './runner-resolve.js';
|
|
60
21
|
export { resolveAutoAssignee } from './task-match.js';
|
|
61
|
-
/** Per-role token budget: a role's own `budget_tokens` wins; otherwise the
|
|
62
|
-
* even split of run_config.budget_tokens across all roles. */
|
|
63
|
-
export declare function roleTokenBudget(role: OrgRole, def: OrgDef): number;
|
|
64
|
-
/** Idle watchdog's per-tick recovery check: given the previous nudge timestamp,
|
|
65
|
-
* the cumulative nudge count, and the timestamp of the most recent real tool
|
|
66
|
-
* call, returns the nudge count that should carry forward now that fresh
|
|
67
|
-
* activity means the org is no longer idle.
|
|
68
|
-
*
|
|
69
|
-
* `nudgedAt !== 0` means we're recovering from an outstanding nudge. Resetting
|
|
70
|
-
* the counter here means it only ever tracks UNRESOLVED idle spells in a row,
|
|
71
|
-
* not a lifetime total — a long-running org that goes idle and recovers any
|
|
72
|
-
* number of times (e.g. periodic checkpoints on a slow background task) is
|
|
73
|
-
* never punished for having had several separate, healthy idle spells over
|
|
74
|
-
* its lifetime. Before this existed, `nudges` only ever incremented, so a run
|
|
75
|
-
* that answered every single nudge with real work still hit the "org idle
|
|
76
|
-
* again after 3 nudges" cap and got force-stopped on its 4th idle spell —
|
|
77
|
-
* observed live killing an in-progress 24h soak test under 90 minutes in.
|
|
78
|
-
*
|
|
79
|
-
* But "recovering" must mean genuine forward progress, not just any bus
|
|
80
|
-
* event — a bare, content-free reply to the nudge (a boss that answers with
|
|
81
|
-
* "✓ Complete" and calls no tools at all) still updates lastActivity, so the
|
|
82
|
-
* org isn't flagged as silent, but it accomplishes nothing: nobody outside
|
|
83
|
-
* the boss's own turn ever sees it, since role coordination only happens via
|
|
84
|
-
* tool calls (org_send, org_task, ...). Requiring `lastToolActivity >=
|
|
85
|
-
* nudgedAt` — a real tool call happened AFTER this nudge was sent — closes
|
|
86
|
-
* that gap: observed live, a boss stuck responding to four consecutive
|
|
87
|
-
* 10-minute nudges with one-line acknowledgments and zero tool calls looped
|
|
88
|
-
* indefinitely making no progress, because every trivial reply reset the cap
|
|
89
|
-
* that was supposed to catch exactly this. */
|
|
90
|
-
export declare function resolvedIdleNudgeCount(nudgedAt: number, nudges: number, lastToolActivity: number): number;
|
|
91
|
-
/** Bounded ring buffer for agent terminal scrollback. */
|
|
92
|
-
export declare class ScrollbackBuffer {
|
|
93
|
-
private maxLines;
|
|
94
|
-
private lines;
|
|
95
|
-
constructor(maxLines?: number);
|
|
96
|
-
push(line: string): void;
|
|
97
|
-
snapshot(): string[];
|
|
98
|
-
clear(): void;
|
|
99
|
-
}
|
|
100
|
-
export interface AgentRuntime {
|
|
101
|
-
mailbox: Mailbox;
|
|
102
|
-
policy: PolicyEngine;
|
|
103
|
-
done: Promise<void>;
|
|
104
|
-
/** 'running' until the session promise settles; 'crashed' if it rejected (see error). */
|
|
105
|
-
status: 'running' | 'ended' | 'crashed';
|
|
106
|
-
error?: string;
|
|
107
|
-
/** Token/cost tracking for this role — persisted to runtime.json */
|
|
108
|
-
metrics: {
|
|
109
|
-
tokens: number;
|
|
110
|
-
costUsd: number;
|
|
111
|
-
};
|
|
112
|
-
/** Track last message ID for threading responses */
|
|
113
|
-
lastMessageId?: string;
|
|
114
|
-
/** SDK session ID — set by the session layer on first response (P2-13). Enables checkpoint resume. */
|
|
115
|
-
sessionId?: string;
|
|
116
|
-
/** Per-role worktree path (workspace: 'worktree-per-role'). */
|
|
117
|
-
worktreePath?: string;
|
|
118
|
-
/** Terminal scrollback — capped ring buffer of agent output lines. */
|
|
119
|
-
scrollback: ScrollbackBuffer;
|
|
120
|
-
/** ADR-O001 D7: the loadout this incarnation's session was built with,
|
|
121
|
-
* frozen at spawn and persisted in the checkpoint. Never changed while the
|
|
122
|
-
* incarnation lives — a task asking for another one is recorded as a
|
|
123
|
-
* `loadout-mismatch` instead (decisions.ts). Absent = no loadout. */
|
|
124
|
-
loadout?: string;
|
|
125
|
-
/** The task this incarnation's task-scoped process works on, so
|
|
126
|
-
* org_task_cancel can end it (task-cancel.ts). */
|
|
127
|
-
taskProcesses?: TaskProcesses;
|
|
128
|
-
}
|
|
129
|
-
export interface RunningOrg {
|
|
130
|
-
def: OrgDef;
|
|
131
|
-
run: string;
|
|
132
|
-
/** ADR-O001 D3: this run's model-session records (`<run>/sessions.json`),
|
|
133
|
-
* shared by every incarnation of every role so a replacement resumes too. */
|
|
134
|
-
sessionLedger?: SessionLedger;
|
|
135
|
-
/** Decision gates held in memory for the run (decisions.ts's gatesFor). */
|
|
136
|
-
gates?: {
|
|
137
|
-
gates: DecisionGate[];
|
|
138
|
-
};
|
|
139
|
-
bus: OrgBus;
|
|
140
|
-
agents: Map<string, AgentRuntime>;
|
|
141
|
-
busEvents: () => BusEvent[];
|
|
142
|
-
/** Roles not yet spawned — spawned lazily on first message. */
|
|
143
|
-
pendingRoles?: Map<string, OrgRole>;
|
|
144
|
-
/** Spawn a pending role on demand — or, with a checkpoint, resume one
|
|
145
|
-
* (budget-closure.ts reopens a budget-closed role this way). */
|
|
146
|
-
spawnRole?: (role: OrgRole, roleCheckpoint?: RoleCheckpoint) => void;
|
|
147
|
-
/** Git worktree path if workspace: 'worktree' — cleaned up on stop. */
|
|
148
|
-
worktreePath?: string;
|
|
149
|
-
/** Task DAG for structured work ordering. */
|
|
150
|
-
taskDag?: TaskDag;
|
|
151
|
-
/** Directory role sessions run in — oversized mail digests are written here. */
|
|
152
|
-
workdir?: string;
|
|
153
|
-
/** MonoFence guardrail instances keyed by role ID. */
|
|
154
|
-
fences?: Map<string, RoleFence>;
|
|
155
|
-
/** This org's AGENT credential: unlocks delivery/status routes on the org
|
|
156
|
-
* server and is published in the broker registry as its sender identity.
|
|
157
|
-
* Per-org (not daemon-wide) so one org can't present itself as a sibling. */
|
|
158
|
-
credential?: string;
|
|
159
|
-
/** Authoritative role lifecycle state for mid-run replacement — see
|
|
160
|
-
* role-slot.ts. `agents` remains a compatibility view kept in sync (every
|
|
161
|
-
* write to a slot's `runtime` is mirrored into `agents`); NEW lifecycle
|
|
162
|
-
* logic (crash-retry generation guard, budget accounting, respawn) reads
|
|
163
|
-
* and writes roleSlots, not agents, directly. */
|
|
164
|
-
roleSlots: Map<string, RoleSlot>;
|
|
165
|
-
/** The role id startup's single boss-selection rule picked (daemon.ts's
|
|
166
|
-
* bossRole). Stored so respawnRole() (called long after startOrg returns)
|
|
167
|
-
* doesn't need to re-derive it. */
|
|
168
|
-
bossRoleId: string;
|
|
169
|
-
/** Canonical entity names from this org's KG, computed once at startup —
|
|
170
|
-
* reused by respawnRole() when it spawns a replacement incarnation. */
|
|
171
|
-
glossary: string[];
|
|
172
|
-
/** Role ids currently undergoing replacement — rejects a concurrent
|
|
173
|
-
* respawnRole() call for the same role id. */
|
|
174
|
-
respawning: Set<string>;
|
|
175
|
-
/** M1: per-role chain trace — set from the latest delivered message carrying
|
|
176
|
-
* a `[trace chn_… hop=N]` line, else a fresh chain minted on first use. */
|
|
177
|
-
traces?: Map<string, ChainTrace>;
|
|
178
|
-
/** #327: turns each role has finished this run (role-trace.ts), checkpointed. */
|
|
179
|
-
turns?: Map<string, number>;
|
|
180
|
-
/** M2: reply waits for endpoint deliveries — hold the idle watchdog. */
|
|
181
|
-
endpointWaits?: EndpointWait[];
|
|
182
|
-
/** #275: auto-dispatched tasks held for one coalescing window, keyed by
|
|
183
|
-
* assignee, so a message the coordinator sent in the same turn is delivered
|
|
184
|
-
* together with the task instead of a turn behind it. Owned by
|
|
185
|
-
* decisions.ts's queueDispatch; cross-org.ts's pushMessage folds a
|
|
186
|
-
* same-turn message into an open entry. */
|
|
187
|
-
pendingDispatch?: Map<string, {
|
|
188
|
-
lines: (string | Promise<string>)[];
|
|
189
|
-
timer: ReturnType<typeof setTimeout>;
|
|
190
|
-
/** Held line → the task it is about (dispatch-hold.ts). */
|
|
191
|
-
tasks?: Map<string | Promise<string>, string>;
|
|
192
|
-
}>;
|
|
193
|
-
/** Task ids their assignee has already been nudged about at a turn end — the
|
|
194
|
-
* bound on decisions.ts's nudgeOpenTasksAtTurnEnd. Cleared for a task when
|
|
195
|
-
* it is dispatched again, so each dispatch is worth one nudge at most. */
|
|
196
|
-
nudgedOpenTasks?: Set<string>;
|
|
197
|
-
/** #343: roles whose session closed on their own budget_usd/budget_tokens
|
|
198
|
-
* this run, reopened by a reload that raises it (budget-closure.ts). */
|
|
199
|
-
budgetClosed?: Set<string>;
|
|
200
|
-
/** #343: budgets the coordinator was warned about nearing, once per run:
|
|
201
|
-
* `<role>:budget_usd`, `<role>:budget_tokens`, `run_config.budget_tokens`. */
|
|
202
|
-
budgetWarned?: Set<string>;
|
|
203
|
-
/** #343: set while the org-wide run_config.budget_tokens ceiling is spent —
|
|
204
|
-
* the roles it closed. A reload that raises the ceiling past the run's
|
|
205
|
-
* spend reopens them and clears this, re-arming the ceiling (budget-closure.ts). */
|
|
206
|
-
orgBudgetClosed?: Set<string>;
|
|
207
|
-
/** #343: pendingRoles set aside when the org-wide ceiling closed the org,
|
|
208
|
-
* put back when a reload reopens it. */
|
|
209
|
-
orgBudgetPendingRoles?: Map<string, OrgRole>;
|
|
210
|
-
/** #304: why this run is stopping, set by stopOrg before the org is removed from
|
|
211
|
-
* `this.orgs`. Read by the role loop so a planned stop is logged with one stable
|
|
212
|
-
* wording instead of whichever abort string the SDK produced. */
|
|
213
|
-
closedBy?: string;
|
|
214
|
-
}
|
|
215
|
-
/** Bug 4: number of roles for this org that are actually spawned and running
|
|
216
|
-
* right now — the live count run_config.max_concurrent_agents caps. A role
|
|
217
|
-
* that crashed or ended no longer counts, so a slot frees up automatically
|
|
218
|
-
* the moment that happens; nothing needs to explicitly decrement a counter. */
|
|
219
|
-
export declare function activeRoleCount(org: RunningOrg): number;
|
|
220
|
-
/** #302: the `org_complete` consent gate's emit-and-return logic, extracted
|
|
221
|
-
* (matching `resolvedIdleNudgeCount`'s and `runOutcomeResult`'s precedent)
|
|
222
|
-
* so it is unit-testable without a live daemon, a running org, or the SDK's
|
|
223
|
-
* own tool-calling loop — none of which a test can drive directly, since
|
|
224
|
-
* `queryFn` replaces the whole SDK `query()`, tool orchestration included.
|
|
225
|
-
* `onComplete` gathers the facts (needs `this`/`running`) and calls this;
|
|
226
|
-
* this does the one decision (`checkCompletion`) and its two possible
|
|
227
|
-
* side effects. Returns the refusal string, or `null` to allow — exactly
|
|
228
|
-
* what the org_complete tool handler (session.ts) relays as the result. */
|
|
229
|
-
export declare function resolveOrgComplete(bus: OrgBus, role: string, outcome: 'achieved' | 'partial' | 'failed', summary: string, blocker: 'budget' | 'human' | 'external' | 'time' | undefined, blockerDetail: string | undefined, runFacts: Pick<CompletionFacts, 'mode' | 'maxBudgetFraction' | 'pendingHumanWaits' | 'hasActiveBlock' | 'hasPendingWork'>): string | null;
|
|
230
|
-
export interface DaemonOpts {
|
|
231
|
-
queryFn?: typeof query;
|
|
232
|
-
/** Explicit agent runner (takes precedence over everything). When unset,
|
|
233
|
-
* session.ts builds a ClaudeAgentRunner from queryFn/the default — so the
|
|
234
|
-
* Claude path is unchanged unless MONOMIND_RUNTIME=opencode is set. */
|
|
235
|
-
runner?: AgentRunner;
|
|
236
|
-
forward?: boolean;
|
|
237
|
-
controlJson?: string;
|
|
238
|
-
/** Enables cross-process inter-org routing: on a local delivery miss, ask the
|
|
239
|
-
* machine-local broker whether another `monomind org` process (e.g. a
|
|
240
|
-
* different project directory) hosts the target org, and deliver over HTTP
|
|
241
|
-
* if so. Off by default — tests and single-process runs don't need it. */
|
|
242
|
-
crossProcess?: boolean;
|
|
243
|
-
/** Base URL at which OTHER processes can reach this daemon's inbox (see
|
|
244
|
-
* server.ts POST /api/xdeliver). Set this to make orgs hosted here
|
|
245
|
-
* discoverable; omit for outbound-only cross-process delivery. */
|
|
246
|
-
inboxUrl?: string;
|
|
247
|
-
/** Override the broker's file registry directory (tests only). */
|
|
248
|
-
brokerDir?: string;
|
|
249
|
-
/** Override how long stopOrg() waits for agent sessions before proceeding anyway (tests only; default 15000ms). */
|
|
250
|
-
stopWaitMs?: number;
|
|
251
|
-
/** Override the per-role crash-retry backoff schedule (tests only; default [1000,5000,15000]ms).
|
|
252
|
-
* After this many retries a crash is terminal and triggers worker→boss notification /
|
|
253
|
-
* boss auto-restart. */
|
|
254
|
-
crashBackoffsMs?: number[];
|
|
255
|
-
/** Override the whole-org restart backoff after the boss terminally crashes (tests only;
|
|
256
|
-
* default [10000,30000]ms). */
|
|
257
|
-
bossRestartBackoffMs?: number[];
|
|
258
|
-
/** Override the silent-session abort timeout passed to every role session (tests only;
|
|
259
|
-
* default 4 minutes, see session.ts). */
|
|
260
|
-
silentSessionMs?: number;
|
|
261
|
-
/** The org server's OPERATOR credential — authorizes human-decision routes
|
|
262
|
-
* (approvals, gates, answers). Published to the operator directory for the
|
|
263
|
-
* `org` CLI, never to the broker registry (see broker.ts). */
|
|
264
|
-
operatorCredential?: string;
|
|
265
|
-
/** Override the operator credential directory (tests only). */
|
|
266
|
-
operatorDir?: string;
|
|
267
|
-
/** Filter tool audit events by tool name or decision (allow|deny) before forwarding */
|
|
268
|
-
auditFilter?: {
|
|
269
|
-
tool?: string;
|
|
270
|
-
decision?: 'allow' | 'deny';
|
|
271
|
-
};
|
|
272
|
-
/** M2 (tests only): endpoint retry schedule (default [1000, 5000, 15000] ms). */
|
|
273
|
-
endpointRetryMs?: number[];
|
|
274
|
-
/** M2 (tests only): periodic endpoint re-attempt interval (default 60000 ms). */
|
|
275
|
-
endpointPeriodicRetryMs?: number;
|
|
276
|
-
/** M2 (tests only): endpoint POST timeout (default 15000 ms). */
|
|
277
|
-
endpointPostTimeoutMs?: number;
|
|
278
|
-
}
|
|
279
22
|
export declare class OrgDaemon {
|
|
280
23
|
/** @internal */ root: string;
|
|
281
24
|
/** @internal */ opts: DaemonOpts;
|
|
282
25
|
/** @internal */ orgs: Map<string, RunningOrg>;
|
|
283
26
|
/** @internal */ waking: Set<string>;
|
|
284
27
|
/** @internal */ globalSubscribers: Set<(e: BusEvent) => void>;
|
|
285
|
-
/** @internal */
|
|
286
|
-
/** @internal */
|
|
287
|
-
|
|
28
|
+
/** @internal */ leases: Map<string, BrokerLease>;
|
|
29
|
+
/** @internal */ forwarders: Map<string, {
|
|
30
|
+
settle: () => Promise<void>;
|
|
31
|
+
unsubscribe: () => void;
|
|
32
|
+
}>;
|
|
33
|
+
/** @internal */ watchdogs: Map<string, NodeJS.Timeout>;
|
|
288
34
|
/** @internal */ stopping: Map<string, Promise<void>>;
|
|
289
35
|
/** @internal Bug 2 (TOCTOU race): names currently reserved by an in-flight
|
|
290
36
|
* startOrg() call, from the synchronous existence check through
|
|
@@ -325,7 +71,8 @@ export declare class OrgDaemon {
|
|
|
325
71
|
static readonly BOSS_RESTART_BACKOFF_MS: number[];
|
|
326
72
|
/** @internal */ bossRestartCounts: Map<string, number>;
|
|
327
73
|
/** @internal */ restarting: Set<string>;
|
|
328
|
-
|
|
74
|
+
/** @internal */
|
|
75
|
+
static readonly CONTEXT_LIMIT_RE: RegExp;
|
|
329
76
|
/** @internal */ recallUsage: Map<string, Set<string>>;
|
|
330
77
|
/** @internal */ orgLearnedRuns: Set<string>;
|
|
331
78
|
/** @internal */ abandoned: Map<string, Set<string>>;
|
|
@@ -369,15 +116,12 @@ export declare class OrgDaemon {
|
|
|
369
116
|
* A relative path is resolved against the project root rather than the
|
|
370
117
|
* daemon's cwd, which is not the same directory when `org serve` is started
|
|
371
118
|
* from a subdirectory. */
|
|
372
|
-
|
|
119
|
+
/** @internal */
|
|
120
|
+
workspaceSetting(def: OrgDef): string;
|
|
373
121
|
startOrg(name: string, taskOverride?: string, options?: {
|
|
374
122
|
resume?: boolean;
|
|
375
123
|
autoApprove?: string[];
|
|
376
124
|
}): Promise<RunningOrg>;
|
|
377
|
-
/** The actual startOrg implementation. Split out of startOrg() so the
|
|
378
|
-
* reservation guard above runs synchronously, before any `await` in here —
|
|
379
|
-
* see the bug 2 comment in startOrg(). */
|
|
380
|
-
private startOrgInner;
|
|
381
125
|
/** Build one role incarnation: mailbox, policy, AgentRuntime, sessionOpts,
|
|
382
126
|
* and the supervised crash-retry loop. Used by BOTH the startup lazy-spawn
|
|
383
127
|
* path (generation 0, via the `spawnRole` closure inside startOrgInner)
|
|
@@ -409,7 +153,6 @@ export declare class OrgDaemon {
|
|
|
409
153
|
drainMs?: number;
|
|
410
154
|
closedBy?: string;
|
|
411
155
|
}): Promise<void>;
|
|
412
|
-
private finishStop;
|
|
413
156
|
stopAll(): Promise<void>;
|
|
414
157
|
/** @internal
|
|
415
158
|
* @param closedBy #206: why the run ended — 'org-complete' for a clean,
|
|
@@ -424,12 +167,12 @@ export declare class OrgDaemon {
|
|
|
424
167
|
* this, `runOutcomeResult` (org.ts)'s "crashed: <error>" message always
|
|
425
168
|
* read "crashed: unknown error" regardless of what actually happened. */
|
|
426
169
|
persistCrashStateAll(error?: string): void;
|
|
427
|
-
private heartbeatPath;
|
|
428
170
|
/** Write a heartbeat file so `org status` can distinguish "daemon alive" from
|
|
429
171
|
* "daemon gone" even when runtime.json still says running. */
|
|
430
172
|
writeHeartbeat(): void;
|
|
431
173
|
clearHeartbeat(): void;
|
|
432
|
-
|
|
174
|
+
/** @internal */
|
|
175
|
+
checkApproval(org: string, role: string, action: string, input: Record<string, unknown>): Promise<boolean | null>;
|
|
433
176
|
setApproval(org: string, role: string, action: string, approved: boolean, opts?: approvalOps.ApprovalResolveOpts): Promise<{
|
|
434
177
|
ok: true;
|
|
435
178
|
} | {
|
|
@@ -443,7 +186,10 @@ export declare class OrgDaemon {
|
|
|
443
186
|
ok: false;
|
|
444
187
|
error: string;
|
|
445
188
|
}>;
|
|
446
|
-
|
|
189
|
+
/** @internal */
|
|
190
|
+
readGates(org: string): {
|
|
191
|
+
gates: DecisionGate[];
|
|
192
|
+
};
|
|
447
193
|
createGate(org: string, role: string, name: string, description: string): Promise<string>;
|
|
448
194
|
resolveGate(org: string, gateId: string, approved: boolean, resolution?: string, resolvedBy?: string): Promise<{
|
|
449
195
|
ok: true;
|
|
@@ -452,15 +198,25 @@ export declare class OrgDaemon {
|
|
|
452
198
|
error: string;
|
|
453
199
|
}>;
|
|
454
200
|
listGates(org: string, status?: 'pending' | 'approved' | 'rejected'): DecisionGate[];
|
|
455
|
-
|
|
456
|
-
|
|
201
|
+
/** @internal */
|
|
202
|
+
dagCreateTask(org: string, role: string, title: string, assignee: string, deps: string[], loadout?: string, brief?: string, pick?: TaskPick): string;
|
|
203
|
+
/** @internal */
|
|
204
|
+
dagCompleteTask(org: string, role: string, taskId: string, result?: string, evidence?: TaskEvidence): string;
|
|
457
205
|
/** ADR-O001 D6 — see decisions.ts's dagRequestReview. */
|
|
458
206
|
dagRequestReview(org: string, role: string, taskId: string, reviewer: string, base?: string): string;
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
207
|
+
/** @internal */
|
|
208
|
+
dagSplitTask(org: string, role: string, parentId: string, children: {
|
|
209
|
+
title: string;
|
|
210
|
+
assignee: string;
|
|
211
|
+
}[]): string;
|
|
212
|
+
/** @internal */
|
|
213
|
+
dagMergeTask(org: string, role: string, sourceId: string, targetId: string): string;
|
|
214
|
+
/** @internal */
|
|
215
|
+
dagCancelTask(org: string, role: string, taskId: string, reason?: string): string;
|
|
216
|
+
/** @internal */
|
|
217
|
+
dagBlockTask(org: string, role: string, taskId: string, untilIso: string, reason?: string, recheckAfterMinutes?: number): string;
|
|
218
|
+
/** @internal */
|
|
219
|
+
dagPlanGraph(org: string, role: string, specs: decisionOps.PlanTaskSpec[]): string;
|
|
464
220
|
recordDecision(org: string, role: string, decision: {
|
|
465
221
|
type: 'tool' | 'handoff' | 'approval' | 'routing';
|
|
466
222
|
kind: DecisionKind;
|
|
@@ -484,7 +240,8 @@ export declare class OrgDaemon {
|
|
|
484
240
|
listRuntimeOptions(): Promise<RuntimeOptionsReceipt>;
|
|
485
241
|
/** @internal */
|
|
486
242
|
autoWake(name: string): void;
|
|
487
|
-
|
|
243
|
+
/** @internal */
|
|
244
|
+
scheduleBossRestart(name: string): void;
|
|
488
245
|
/** @internal */
|
|
489
246
|
scheduleDeferredSpawn(name: string, running: RunningOrg, role: OrgRole, spawnRole: (role: OrgRole) => void): void;
|
|
490
247
|
/** Bug 4: mirrors scheduleDeferredSpawn, but for a role deferred because the
|
|
@@ -493,16 +250,29 @@ export declare class OrgDaemon {
|
|
|
493
250
|
/** @internal */
|
|
494
251
|
scheduleConcurrencyDeferredSpawn(name: string, running: RunningOrg, role: OrgRole, spawnRole: (role: OrgRole) => void): void;
|
|
495
252
|
private orgMemoryNamespace;
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
253
|
+
/** @internal */
|
|
254
|
+
orgMemoryDbPath(): string;
|
|
255
|
+
/** @internal */
|
|
256
|
+
orgMemoryUsable(): Promise<boolean>;
|
|
257
|
+
/** @internal */
|
|
258
|
+
rememberOrgMemory(name: string, def: OrgDef, role: string, content: string, scope: 'org' | 'agent', run: string): Promise<string>;
|
|
259
|
+
/** @internal */
|
|
260
|
+
recallOrgMemory(name: string, def: OrgDef, query: string, role?: string): Promise<{
|
|
261
|
+
text: string;
|
|
262
|
+
hits: number;
|
|
263
|
+
}>;
|
|
500
264
|
searchProjectKnowledge(query: string): Promise<{
|
|
501
265
|
text: string;
|
|
502
266
|
hits: number;
|
|
503
267
|
}>;
|
|
504
|
-
|
|
505
|
-
|
|
268
|
+
/** @internal */
|
|
269
|
+
learnOrgKnowledge(name: string, run: string, payload: {
|
|
270
|
+
nodes?: unknown[];
|
|
271
|
+
edges?: unknown[];
|
|
272
|
+
rules?: unknown[];
|
|
273
|
+
}): Promise<string>;
|
|
274
|
+
/** @internal */
|
|
275
|
+
storeRunMemory(name: string, def: OrgDef, run: string, summary: RunSummary, bus?: OrgBus): Promise<orgMemory.RunMemoryResult>;
|
|
506
276
|
replayFrom(name: string, run: string): Promise<RunningOrg | null>;
|
|
507
277
|
resumeOrg(name: string): Promise<RunningOrg | null>;
|
|
508
278
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"daemon.d.ts","sourceRoot":"","sources":["../../../src/orgrt/daemon.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"daemon.d.ts","sourceRoot":"","sources":["../../../src/orgrt/daemon.ts"],"names":[],"mappings":"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"}
|