agentplane 0.3.11 → 0.3.12
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/assets/AGENTS.md +2 -2
- package/assets/agents/CODER.json +4 -0
- package/assets/agents/CREATOR.json +1 -0
- package/assets/agents/DOCS.json +2 -1
- package/assets/agents/INTEGRATOR.json +2 -1
- package/assets/agents/ORCHESTRATOR.json +2 -0
- package/assets/agents/PLANNER.json +3 -1
- package/assets/agents/REVIEWER.json +1 -0
- package/assets/agents/TESTER.json +2 -2
- package/assets/agents/UPDATER.json +1 -0
- package/assets/agents/UPGRADER.json +1 -1
- package/assets/policy/incidents.md +1 -0
- package/bin/agentplane.js +58 -3
- package/bin/stale-dist-policy.js +6 -1
- package/dist/.build-manifest.json +88 -68
- package/dist/cli/run-cli/command-catalog/core.d.ts +1 -1
- package/dist/cli/run-cli/command-catalog/core.d.ts.map +1 -1
- package/dist/cli/run-cli/command-catalog/core.js +6 -1
- package/dist/cli/run-cli/command-catalog.d.ts +1 -1
- package/dist/cli/run-cli/command-catalog.d.ts.map +1 -1
- package/dist/cli/run-cli.test-helpers.d.ts +1 -0
- package/dist/cli/run-cli.test-helpers.d.ts.map +1 -1
- package/dist/cli/run-cli.test-helpers.js +14 -0
- package/dist/commands/branch/cleanup-merged.d.ts +1 -0
- package/dist/commands/branch/cleanup-merged.d.ts.map +1 -1
- package/dist/commands/branch/cleanup-merged.js +18 -9
- package/dist/commands/branch/work-start.d.ts.map +1 -1
- package/dist/commands/branch/work-start.js +82 -5
- package/dist/commands/doctor/branch-pr.js +2 -2
- package/dist/commands/guard/impl/commands.d.ts +1 -0
- package/dist/commands/guard/impl/commands.d.ts.map +1 -1
- package/dist/commands/guard/impl/commands.js +78 -8
- package/dist/commands/hooks/index.d.ts +1 -1
- package/dist/commands/hooks/index.d.ts.map +1 -1
- package/dist/commands/hooks/index.js +48 -12
- package/dist/commands/pr/check.d.ts.map +1 -1
- package/dist/commands/pr/check.js +3 -0
- package/dist/commands/pr/integrate/cmd.d.ts.map +1 -1
- package/dist/commands/pr/integrate/cmd.js +27 -2
- package/dist/commands/pr/integrate/internal/cleanup.d.ts +1 -11
- package/dist/commands/pr/integrate/internal/cleanup.d.ts.map +1 -1
- package/dist/commands/pr/integrate/internal/cleanup.js +1 -46
- package/dist/commands/pr/integrate/internal/finalize.d.ts.map +1 -1
- package/dist/commands/pr/integrate/internal/finalize.js +3 -0
- package/dist/commands/pr/integrate/internal/github-protection.d.ts +5 -0
- package/dist/commands/pr/integrate/internal/github-protection.d.ts.map +1 -0
- package/dist/commands/pr/integrate/internal/github-protection.js +13 -0
- package/dist/commands/pr/integrate/internal/pre-integrate-bootstrap.d.ts +15 -0
- package/dist/commands/pr/integrate/internal/pre-integrate-bootstrap.d.ts.map +1 -0
- package/dist/commands/pr/integrate/internal/pre-integrate-bootstrap.js +35 -0
- package/dist/commands/pr/integrate/internal/prepare.d.ts +1 -0
- package/dist/commands/pr/integrate/internal/prepare.d.ts.map +1 -1
- package/dist/commands/pr/integrate/internal/prepare.js +8 -0
- package/dist/commands/pr/internal/auto-commit.d.ts +7 -0
- package/dist/commands/pr/internal/auto-commit.d.ts.map +1 -0
- package/dist/commands/pr/internal/auto-commit.js +64 -0
- package/dist/commands/pr/internal/freshness.d.ts +1 -0
- package/dist/commands/pr/internal/freshness.d.ts.map +1 -1
- package/dist/commands/pr/internal/freshness.js +2 -0
- package/dist/commands/pr/internal/sync.d.ts.map +1 -1
- package/dist/commands/pr/internal/sync.js +93 -26
- package/dist/commands/pr/open.d.ts.map +1 -1
- package/dist/commands/pr/open.js +11 -0
- package/dist/commands/pr/update.d.ts.map +1 -1
- package/dist/commands/pr/update.js +13 -2
- package/dist/commands/release/apply.command.d.ts +3 -1
- package/dist/commands/release/apply.command.d.ts.map +1 -1
- package/dist/commands/release/apply.command.js +354 -18
- package/dist/commands/release/apply.mutation.d.ts.map +1 -1
- package/dist/commands/release/apply.mutation.js +1 -0
- package/dist/commands/release/apply.reporting.d.ts +1 -0
- package/dist/commands/release/apply.reporting.d.ts.map +1 -1
- package/dist/commands/release/apply.reporting.js +12 -8
- package/dist/commands/release/apply.types.d.ts +13 -0
- package/dist/commands/release/apply.types.d.ts.map +1 -1
- package/dist/commands/release/plan.command.d.ts.map +1 -1
- package/dist/commands/release/plan.command.js +48 -0
- package/dist/commands/shared/merged-branch-cleanup.d.ts +12 -0
- package/dist/commands/shared/merged-branch-cleanup.d.ts.map +1 -0
- package/dist/commands/shared/merged-branch-cleanup.js +46 -0
- package/dist/commands/shared/post-commit-pr-artifacts.d.ts.map +1 -1
- package/dist/commands/shared/post-commit-pr-artifacts.js +35 -0
- package/dist/commands/shared/task-backend.d.ts.map +1 -1
- package/dist/commands/shared/task-backend.js +37 -5
- package/dist/commands/shared/task-local-freshness.d.ts +2 -0
- package/dist/commands/shared/task-local-freshness.d.ts.map +1 -1
- package/dist/commands/shared/task-local-freshness.js +7 -1
- package/dist/commands/task/finish-shared.d.ts +1 -0
- package/dist/commands/task/finish-shared.d.ts.map +1 -1
- package/dist/commands/task/finish-shared.js +1 -0
- package/dist/commands/task/hosted-close-pr.command.d.ts.map +1 -1
- package/dist/commands/task/hosted-close-pr.command.js +35 -0
- package/dist/commands/task/hosted-close.command.d.ts.map +1 -1
- package/dist/commands/task/hosted-close.command.js +185 -18
- package/dist/commands/task/hosted-merge-sync.d.ts +4 -1
- package/dist/commands/task/hosted-merge-sync.d.ts.map +1 -1
- package/dist/commands/task/hosted-merge-sync.js +52 -10
- package/dist/commands/task/start-ready.d.ts.map +1 -1
- package/dist/commands/task/start-ready.js +0 -86
- package/package.json +2 -2
package/assets/AGENTS.md
CHANGED
|
@@ -65,7 +65,7 @@ agentplane task new --title "..." --description "..." --priority med --owner <RO
|
|
|
65
65
|
agentplane task plan set <task-id> --text "..." --updated-by <ROLE>
|
|
66
66
|
agentplane task plan approve <task-id> --by ORCHESTRATOR
|
|
67
67
|
agentplane task start-ready <task-id> --author <ROLE> --body "Start: ..."
|
|
68
|
-
agentplane verify <task-id> --ok|--rework --by <ROLE> --note "..."
|
|
68
|
+
agentplane verify <task-id> --ok|--rework --by <ROLE> --note "..." [--observation "..." --impact "..." --resolution "..."] [--local-only]
|
|
69
69
|
agentplane finish <task-id> --author <ROLE> --body "Verified: ..." --result "..." --commit <git-rev>
|
|
70
70
|
```
|
|
71
71
|
|
|
@@ -83,7 +83,7 @@ agentplane finish <task-id> --author INTEGRATOR --body "Verified: ..." --result
|
|
|
83
83
|
|
|
84
84
|
```bash
|
|
85
85
|
agentplane task verify-show <task-id>
|
|
86
|
-
agentplane verify <task-id> --ok|--rework --by <ROLE> --note "..."
|
|
86
|
+
agentplane verify <task-id> --ok|--rework --by <ROLE> --note "..." [--observation "..." --impact "..." --resolution "..."] [--local-only]
|
|
87
87
|
agentplane incidents advise <task-id>
|
|
88
88
|
agentplane incidents collect <task-id> --check
|
|
89
89
|
agentplane doctor
|
package/assets/agents/CODER.json
CHANGED
|
@@ -19,10 +19,14 @@
|
|
|
19
19
|
"workflow": [
|
|
20
20
|
"Follow shared workflow rules in AGENTS.md and `agentplane quickstart` / `agentplane role <ROLE>` output.",
|
|
21
21
|
"Restate the active task scope, target behavior, and any blocking unknowns before editing; inspect the repository first instead of guessing.",
|
|
22
|
+
"State assumptions and ambiguities explicitly; if multiple interpretations or a simpler viable approach exist, say so before editing instead of choosing silently.",
|
|
22
23
|
"Keep diffs minimal, task-scoped, and easy to review; if the root cause or blast radius expands materially, stop and route drift back through ORCHESTRATOR or PLANNER.",
|
|
23
24
|
"Prefer existing patterns, helpers, and tests over new abstractions; explain deliberate deviations rather than silently introducing them.",
|
|
25
|
+
"Do not add speculative features, configurability, abstractions, or impossible-scenario handling beyond the approved task.",
|
|
26
|
+
"Keep changes surgical: touch only files and lines that trace directly to the request, and remove only the unused code your own edits create.",
|
|
24
27
|
"Document edits with exact file paths and concise before/after rationale.",
|
|
25
28
|
"Run the smallest sufficient local commands (tests/linters/formatters) and summarize only the output lines that change a decision.",
|
|
29
|
+
"Turn the task into verifiable goals before coding: prefer a reproducing or acceptance check first, then loop until it passes.",
|
|
26
30
|
"Prefer declared verify commands; treat `Verify Steps` as the acceptance contract and request PLANNER updates when the contract itself drifts.",
|
|
27
31
|
"Record local deviations, follow-ups, and incident candidates in the task-local observation section (`Notes` for v2, `Findings` for v3); use structured `incident-candidate` blocks for external/unfixable-in-repo incidents and let `finish` or `agentplane incidents collect` promote them.",
|
|
28
32
|
"Separate confirmed facts, inferred risks, and open questions in handoff summaries.",
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"workflow": [
|
|
19
19
|
"Follow shared workflow rules in AGENTS.md and `agentplane quickstart` / `agentplane role <ROLE>` output.",
|
|
20
20
|
"Confirm that no existing agent or smaller prompt adjustment cleanly covers the requested specialty; restate the intended capability and decision boundary.",
|
|
21
|
+
"State assumptions and unresolved boundary questions explicitly; prefer the smallest prompt change to an existing role over creating a new agent for speculative flexibility.",
|
|
21
22
|
"Create the new agent JSON with uppercase snake case ID and crisp IO/permissions/workflow that do not overlap existing roles.",
|
|
22
23
|
"Keep the new prompt explicit, minimal, and workflow-compatible with AGENTS.md precedence.",
|
|
23
24
|
"Update AGENTS.md registry guidance as needed and refresh any derived lists per spec.",
|
package/assets/agents/DOCS.json
CHANGED
|
@@ -18,8 +18,9 @@
|
|
|
18
18
|
"workflow": [
|
|
19
19
|
"Follow shared workflow rules in AGENTS.md and `agentplane quickstart` / `agentplane role <ROLE>` output.",
|
|
20
20
|
"Confirm behavior from code, help output, tests, or verification evidence before editing docs; do not document intended behavior as if it already ships.",
|
|
21
|
+
"State any documentation assumptions explicitly; if behavior is ambiguous, stop at the evidence boundary instead of filling the gap with plausible prose.",
|
|
21
22
|
"Create/update task README content via agentplane task doc set; keep the active doc_version contract explicit and treat v3 `Findings` as task-local observation memory, not policy incidents.",
|
|
22
|
-
"Update only the docs surfaces required for the changed behavior and keep wording aligned with gateway/policy/CLI precedence.",
|
|
23
|
+
"Update only the docs surfaces required for the changed behavior and keep wording aligned with gateway/policy/CLI precedence; keep edits surgical and task-scoped.",
|
|
23
24
|
"When generated or mirrored docs exist, update the canonical source or generation path instead of hand-editing downstream artifacts.",
|
|
24
25
|
"Keep PR artifact docs and notes current when required; add handoff notes for INTEGRATOR.",
|
|
25
26
|
"Separate confirmed behavior, known caveats, and deferred follow-up in summaries.",
|
|
@@ -19,10 +19,11 @@
|
|
|
19
19
|
"workflow": [
|
|
20
20
|
"Follow shared workflow rules in AGENTS.md and `agentplane quickstart` / `agentplane role <ROLE>` output.",
|
|
21
21
|
"Operate from the repo root on the pinned base branch; treat integration as a state machine: confirm preconditions -> run pr check -> integrate -> finish via agentplane.",
|
|
22
|
+
"State branch, metadata, and verification assumptions explicitly before mutating base; if they are not satisfied, stop instead of inferring missing state.",
|
|
22
23
|
"Stop on dirty base state, stale PR artifacts, missing verification evidence, or branch/task mismatch; do not paper over inconsistent state.",
|
|
23
24
|
"Use configured base branch and task branch prefix when referencing branches; check config if uncertain.",
|
|
24
25
|
"Ensure verify commands are run/recorded against the declared Verify Steps contract; update PR artifacts and task README findings as needed.",
|
|
25
|
-
"Keep integration writes limited to merge outputs, required verification artifacts, and deterministic closure updates.",
|
|
26
|
+
"Keep integration writes limited to merge outputs, required verification artifacts, and deterministic closure updates; avoid adjacent cleanup that is not directly required by the task state machine.",
|
|
26
27
|
"When closing multiple tasks, use batch finish only when the same verification evidence and commit metadata genuinely apply.",
|
|
27
28
|
"Summaries should distinguish merged commit(s), verification evidence, and any remaining cleanup.",
|
|
28
29
|
"Check `closure_commit_requires_approval` in .agentplane/config.json; ask for user approval before the final closure commit when true, otherwise proceed without confirmation. Optionally clean task branches/worktrees after closure."
|
|
@@ -18,6 +18,8 @@
|
|
|
18
18
|
"Use `agentplane config show|set` for config changes (workflow_mode, branch/task settings); avoid manual edits.",
|
|
19
19
|
"Convert the first user message into an execution plan; do not create tasks until the user approves it.",
|
|
20
20
|
"Restate the user goal, constraints, assumptions, and re-approval triggers, then draft a numbered execution plan with agent assignments and expected outcomes.",
|
|
21
|
+
"State assumptions explicitly, surface competing interpretations instead of choosing silently, and prefer the simplest viable plan over speculative flexibility.",
|
|
22
|
+
"Make each plan step goal-driven with a concrete verification check or observable pass condition whenever the repository already has an enforcement surface.",
|
|
21
23
|
"Build a task graph from the approved plan: split into atomic tasks, each with one specific owner from existing agent IDs; schedule CREATOR if a required agent is missing.",
|
|
22
24
|
"When task artifacts are part of scope, keep the active README contract explicit: Verify Steps define acceptance, and task-local observations stay in Notes/Findings rather than policy incidents.",
|
|
23
25
|
"For development work, select the minimal role set needed for risk and workflow mode; do not split work by role labels alone.",
|
|
@@ -19,10 +19,12 @@
|
|
|
19
19
|
"Review the backlog before changes to avoid duplicates or conflicts.",
|
|
20
20
|
"After overall plan approval, create executable tasks directly from the approved task graph plan.",
|
|
21
21
|
"If task graph planning yields exactly one work item, create exactly one task and keep full traceability there.",
|
|
22
|
+
"State planning assumptions explicitly; if scope is ambiguous, resolve that ambiguity before multiplying tasks.",
|
|
23
|
+
"Prefer the smallest task graph that preserves ownership and verification; do not split work for hypothetical future flexibility.",
|
|
22
24
|
"Split goals into atomic tasks only at real deliverable, owner, or dependency boundaries; set depends_on explicitly (use [] for none).",
|
|
23
25
|
"Create tasks with valid parameters: non-empty title/description/owner, at least one meaningful tag, deduped depends_on/verify.",
|
|
24
26
|
"Write titles, descriptions, and Plans as observable work, not implementation poetry.",
|
|
25
|
-
"Treat Verify Steps as concrete acceptance checks; encode uncertainty as explicit scope notes or follow-up tasks
|
|
27
|
+
"Treat Verify Steps as concrete acceptance checks; translate goals into verifiable checks or commands when possible, and encode uncertainty as explicit scope notes or follow-up tasks instead of vague README prose.",
|
|
26
28
|
"Keep task-local observations in Notes/Findings rather than policy incidents.",
|
|
27
29
|
"Before creating a new task, check open tasks (`TODO|DOING|BLOCKED`) and reuse/update a matching task when scope and owner align.",
|
|
28
30
|
"Do not create separate tasks for role handoffs unless there is an independent deliverable, a different required owner, or an explicit dependency boundary.",
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"Follow shared workflow rules in AGENTS.md and `agentplane quickstart` / `agentplane role <ROLE>` output.",
|
|
17
17
|
"Review changes against approved scope, changed behavior, and declared verification contract before forming conclusions.",
|
|
18
18
|
"Prioritize confirmed defects first, then plausible risks, then open questions; label uncertainty explicitly.",
|
|
19
|
+
"Flag unnecessary complexity explicitly: speculative flexibility, avoidable abstractions, and scope creep are review defects when they do not serve the approved task.",
|
|
19
20
|
"Prefer PR artifact review when present (README completeness, diffstat, verify log).",
|
|
20
21
|
"Report findings ordered by severity with exact file/line references and concise testing notes.",
|
|
21
22
|
"Focus on regressions, hidden scope expansion, lifecycle drift, and missing evidence rather than style-only commentary.",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"Follow shared workflow rules in AGENTS.md and `agentplane quickstart` / `agentplane role <ROLE>` output.",
|
|
21
21
|
"Restate the behavior under test, the declared acceptance contract, and the likely regression surface before adding tests or running checks.",
|
|
22
22
|
"Identify existing test tooling and reuse it; do not add new frameworks unless requested.",
|
|
23
|
-
"Add the smallest set of high-value tests that distinguishes working behavior from the most likely failure modes.",
|
|
23
|
+
"Add the smallest set of high-value tests that distinguishes working behavior from the most likely failure modes; prefer the narrowest reproducer or acceptance check first.",
|
|
24
24
|
"Keep tests deterministic and fast; avoid network calls and time-based flakiness.",
|
|
25
|
-
"If behavior
|
|
25
|
+
"If behavior or success criteria are ambiguous, escalate instead of encoding guesses into tests.",
|
|
26
26
|
"Run targeted tests first and summarize only the key output lines.",
|
|
27
27
|
"Check results against `Verify Steps` as the acceptance contract, not just against ad-hoc commands.",
|
|
28
28
|
"Record residual gaps in the task-local observation section (`Notes` for v2, `Findings` for v3) rather than escalating them directly into policy incidents.",
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"Confirm the user explicitly summoned UPDATER; otherwise hand control back to ORCHESTRATOR.",
|
|
20
20
|
"Audit AGENTS.md and .agentplane/agents/*.json plus relevant repo files, citing exact paths.",
|
|
21
21
|
"Distinguish correctness issues, ambiguity/UX friction, and structural overlap; prioritize by blast radius and recurrence risk.",
|
|
22
|
+
"State assumptions, tradeoffs, and the simplest effective change before recommending broader prompt or workflow rewrites.",
|
|
22
23
|
"Recommend the smallest prompt/system changes that improve behavior; avoid broad rewrites without evidence.",
|
|
23
24
|
"Return a prioritized optimization plan and any required validation commands."
|
|
24
25
|
]
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"Follow shared workflow rules in AGENTS.md and `agentplane quickstart` / `agentplane role <ROLE>` output.",
|
|
22
22
|
"Treat `AGENTS.md` as the canonical policy (highest priority); do not introduce rules that contradict it.",
|
|
23
23
|
"Load the upgrade run artifacts (runDir) and inspect changed files from `files.json` / `review.json` before editing anything.",
|
|
24
|
-
"Treat managed files as replace-first outputs from upgrade; do not re-introduce manual merge paths.",
|
|
24
|
+
"Treat managed files as replace-first outputs from upgrade; do not re-introduce manual merge paths or speculative prompt rewrites beyond what the contract requires.",
|
|
25
25
|
"For `.agentplane/policy/incidents.md`, ensure local history is append-only and not overwritten.",
|
|
26
26
|
"Reconcile `.agentplane/agents/*.json` only when required to remove contradictions with policy or installed prompt contracts.",
|
|
27
27
|
"Stop and report when upgrade output conflicts with current enforcement, generated artifacts, or the installed agent contract.",
|
|
@@ -19,3 +19,4 @@
|
|
|
19
19
|
- id: INC-20260410-02 | date: 2026-04-10 | scope: Integrate leaves framework runtime stale after watched-source merges. | tags: workflow, runtime, git, code | match: workflow, runtime, git, code, integrate, leaves, framework, stale, after, watched, source, merges, auto, bootstrap, touches, sources | failure: Base-side integrate could land watched runtime source changes in the framework checkout, but the repo-local runtime stayed stale until the operator manually ran framework bootstrap before finish closeout. | advice: Integrate now auto-runs bun run framework:dev:bootstrap in framework checkouts when watched runtime sources changed, and falls back to explicit manual guidance only if the refresh fails. | rule: Analogous Integrate leaves framework runtime stale after watched-source merges. work MUST review and apply the recorded external incident advice before retrying. | evidence: task 202604100023-EVJWDM; commit 0f4d2f9a92e0 | enforcement: manual | fixability: repo-fixable | state: open
|
|
20
20
|
- id: INC-20260410-03 | date: 2026-04-10 | scope: Integrate currently can apply task code onto the base branch and only then discover that the task branch never committed .agentplane/tasks/<task-id>/pr artifacts. Validate the branch-backed task/PR artifact set before any merge-side mutation so base never advances when closeout metadata is absent. | tags: code, workflow | match: code, workflow, integrate, currently, can, apply, task, onto, the, base, branch, and, only, then, discover, that | failure: Integrate validated task/PR metadata too late: a task branch could omit committed .agentplane/tasks/<task-id>/pr artifacts and still reach merge-side mutation before failing. | advice: Added committed-artifact validation before merge-side mutation, covered the missing-artifact and post-merge-removal regressions, and updated prepare.test mocks for the new contract. | rule: Analogous Integrate currently can apply task code onto the base branch and only then discover that the task branch never committed .agentplane/tasks/<task-id>/pr artifacts. Validate the branch-backed task/PR artifact set before any merge-side mutation so base never advances when closeout metadata is absent. work MUST review and apply the recorded external incident advice before retrying. | evidence: task 202604100213-MVAGSD | enforcement: manual | fixability: external | state: open
|
|
21
21
|
- id: INC-20260410-04 | date: 2026-04-10 | scope: Verify-required task scaffolds currently seed a placeholder Verify Steps block that immediately fails plan approval. Generate concrete acceptance steps from the primary tag and any explicit verify commands so a freshly scaffolded task is reviewable without manual README surgery. | tags: code, workflow | match: code, workflow, verify, required, task, scaffolds, currently, seed, placeholder, steps, block, that, immediately, fails, plan, approval | failure: Verify-required task scaffolds could seed a placeholder Verify Steps block when no explicit verify command was supplied, so plan approval failed on a fresh task before any human refinement. | advice: Removed the placeholder path for verify-required scaffolds without explicit verify commands, updated warning text to reflect concrete seeded acceptance steps, and added regression coverage for task new, task derive, and plan approve. | rule: Analogous Verify-required task scaffolds currently seed a placeholder Verify Steps block that immediately fails plan approval. Generate concrete acceptance steps from the primary tag and any explicit verify commands so a freshly scaffolded task is reviewable without manual README surgery. work MUST review and apply the recorded external incident advice before retrying. | evidence: task 202604100213-1AAPW1 | enforcement: manual | fixability: external | state: open
|
|
22
|
+
- id: INC-20260410-05 | date: 2026-04-10 | scope: Generate the next patch release plan from v0.3.10, draft release notes, prepare a release candidate branch/PR, and reconcile the current mismatch between release apply --push and the protected-main publish route before any irreversible release action. | tags: release | match: release, generate, the, next, patch, plan, from, draft, notes, prepare, candidate, branch, and, reconcile, current, mismatch | failure: Protected-main publication remains intentionally deferred because agentplane release apply --push --yes still assumes a direct push/tag route while this repository publishes via main-driven automation. | advice: Push the release branch, review the candidate, and confirm a protected-main-safe publish path before running the final release apply/tag flow. | rule: Analogous Generate the next patch release plan from v0.3.10, draft release notes, prepare a release candidate branch/PR, and reconcile the current mismatch between release apply --push and the protected-main publish route before any irreversible release action. work MUST review and apply the recorded external incident advice before retrying. | evidence: task 202604101009-36KKA9 | enforcement: manual | fixability: external | state: open
|
package/bin/agentplane.js
CHANGED
|
@@ -26,7 +26,17 @@ async function exists(p) {
|
|
|
26
26
|
async function maybeWarnGlobalBinaryInRepoCheckout() {
|
|
27
27
|
const thisBin = fileURLToPath(import.meta.url);
|
|
28
28
|
const context = resolveFrameworkBinaryContext({ cwd: process.cwd(), thisBin });
|
|
29
|
-
|
|
29
|
+
const currentBinaryContext = resolveFrameworkBinaryContext({
|
|
30
|
+
cwd: path.dirname(thisBin),
|
|
31
|
+
thisBin,
|
|
32
|
+
});
|
|
33
|
+
if (
|
|
34
|
+
!context.inFrameworkCheckout ||
|
|
35
|
+
context.isRepoLocalBinary ||
|
|
36
|
+
context.isRepoLocalRuntime ||
|
|
37
|
+
currentBinaryContext.isRepoLocalRuntime
|
|
38
|
+
)
|
|
39
|
+
return;
|
|
30
40
|
|
|
31
41
|
const normalizedThis = path.resolve(thisBin);
|
|
32
42
|
const normalizedRepo = path.resolve(context.checkout.repoBin);
|
|
@@ -102,7 +112,21 @@ function handoffToRepoLocalBinary(context) {
|
|
|
102
112
|
return true;
|
|
103
113
|
}
|
|
104
114
|
|
|
105
|
-
function
|
|
115
|
+
async function repoLocalRuntimeReady(repoBin) {
|
|
116
|
+
if (!repoBin) return false;
|
|
117
|
+
const agentplaneRoot = path.resolve(path.dirname(repoBin), "..");
|
|
118
|
+
if (!(await distExists(agentplaneRoot))) return false;
|
|
119
|
+
return missingRepoRuntimeDependencies(agentplaneRoot).length === 0;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
function resolveCurrentBinaryFrameworkContext(thisBin) {
|
|
123
|
+
return resolveFrameworkBinaryContext({
|
|
124
|
+
cwd: path.dirname(thisBin),
|
|
125
|
+
thisBin,
|
|
126
|
+
});
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
async function maybeHandoffToRepoLocalBinary() {
|
|
106
130
|
if (shouldUseGlobalBinaryInFramework() || isRepoLocalHandoffInvocation()) return false;
|
|
107
131
|
|
|
108
132
|
const context = resolveFrameworkBinaryContext({
|
|
@@ -111,6 +135,37 @@ function maybeHandoffToRepoLocalBinary() {
|
|
|
111
135
|
});
|
|
112
136
|
if (!context.inFrameworkCheckout || context.isRepoLocalBinary) return false;
|
|
113
137
|
|
|
138
|
+
if (!(await repoLocalRuntimeReady(context.checkout?.repoBin ?? ""))) {
|
|
139
|
+
const currentBinaryContext = resolveCurrentBinaryFrameworkContext(context.thisBin);
|
|
140
|
+
const canStayOnCurrentRepoLocalBinary =
|
|
141
|
+
currentBinaryContext.inFrameworkCheckout &&
|
|
142
|
+
currentBinaryContext.isRepoLocalRuntime &&
|
|
143
|
+
currentBinaryContext.checkout?.repoRoot !== context.checkout?.repoRoot;
|
|
144
|
+
if (canStayOnCurrentRepoLocalBinary) {
|
|
145
|
+
process.stderr.write(
|
|
146
|
+
"warning: target framework checkout repo-local runtime is not bootstrapped; " +
|
|
147
|
+
`staying on current repo-local binary: ${context.thisBin}\n` +
|
|
148
|
+
`unbootstrapped checkout binary: ${context.checkout?.repoBin ?? "<missing>"}\n` +
|
|
149
|
+
`fix target checkout with: ${FRAMEWORK_DEV_BOOTSTRAP_COMMAND}\n`,
|
|
150
|
+
);
|
|
151
|
+
return false;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
const canStayOnCurrentInstalledBinary =
|
|
155
|
+
!currentBinaryContext.inFrameworkCheckout &&
|
|
156
|
+
!currentBinaryContext.isRepoLocalBinary &&
|
|
157
|
+
!currentBinaryContext.isRepoLocalRuntime;
|
|
158
|
+
if (canStayOnCurrentInstalledBinary) {
|
|
159
|
+
process.stderr.write(
|
|
160
|
+
"warning: target framework checkout repo-local runtime is not bootstrapped; " +
|
|
161
|
+
`staying on current installed binary: ${context.thisBin}\n` +
|
|
162
|
+
`unbootstrapped checkout binary: ${context.checkout?.repoBin ?? "<missing>"}\n` +
|
|
163
|
+
`fix target checkout with: ${FRAMEWORK_DEV_BOOTSTRAP_COMMAND}\n`,
|
|
164
|
+
);
|
|
165
|
+
return false;
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
|
|
114
169
|
return handoffToRepoLocalBinary(context);
|
|
115
170
|
}
|
|
116
171
|
|
|
@@ -279,7 +334,7 @@ const runtimeContext = resolveFrameworkBinaryContext({
|
|
|
279
334
|
});
|
|
280
335
|
primeRuntimeEnv(runtimeContext);
|
|
281
336
|
|
|
282
|
-
if (!maybeHandoffToRepoLocalBinary()) {
|
|
337
|
+
if (!(await maybeHandoffToRepoLocalBinary())) {
|
|
283
338
|
await maybeWarnGlobalBinaryInRepoCheckout();
|
|
284
339
|
const ok = isHooksRunCommitMsgInvocation(process.argv) ? true : await assertDistUpToDate();
|
|
285
340
|
if (ok) await import("../dist/cli.js");
|
package/bin/stale-dist-policy.js
CHANGED
|
@@ -38,6 +38,10 @@ function isPreflightCommand(args) {
|
|
|
38
38
|
return args[0] === "preflight";
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
+
function isPostMergeHookCommand(args) {
|
|
42
|
+
return args[0] === "hooks" && args[1] === "run" && args[2] === "post-merge";
|
|
43
|
+
}
|
|
44
|
+
|
|
41
45
|
function isTaskArtifactMutationCommand(args) {
|
|
42
46
|
if (args[0] === "verify") return true;
|
|
43
47
|
if (args[0] === "finish") return true;
|
|
@@ -58,7 +62,8 @@ export function classifyStaleDistPolicy(argv = process.argv) {
|
|
|
58
62
|
isConfigInspectionCommand(args) ||
|
|
59
63
|
isTaskInspectionCommand(args) ||
|
|
60
64
|
isReadyInspectionCommand(args) ||
|
|
61
|
-
isPreflightCommand(args)
|
|
65
|
+
isPreflightCommand(args) ||
|
|
66
|
+
isPostMergeHookCommand(args)
|
|
62
67
|
) {
|
|
63
68
|
return { mode: "warn_and_run", reason: "read_only_diagnostic" };
|
|
64
69
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": 1,
|
|
3
3
|
"package_dir": "/home/runner/work/agentplane/agentplane/packages/agentplane",
|
|
4
|
-
"generated_at": "2026-04-
|
|
5
|
-
"git_head": "
|
|
6
|
-
"src_cli_mtime_ms":
|
|
4
|
+
"generated_at": "2026-04-15T18:59:22.213Z",
|
|
5
|
+
"git_head": "6ddbb9afff915d350dbeb84d4524ada57166f459",
|
|
6
|
+
"src_cli_mtime_ms": 1776279501492.4805,
|
|
7
7
|
"src_index_mtime_ms": null,
|
|
8
|
-
"dist_cli_mtime_ms":
|
|
8
|
+
"dist_cli_mtime_ms": 1776279561594.0981,
|
|
9
9
|
"dist_index_mtime_ms": null,
|
|
10
|
-
"tsbuildinfo_mtime_ms":
|
|
10
|
+
"tsbuildinfo_mtime_ms": 1776279561657.0977,
|
|
11
11
|
"watched_runtime_paths": [
|
|
12
12
|
"src",
|
|
13
13
|
"bin/agentplane.js",
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
"bin/runtime-context.js",
|
|
16
16
|
"bin/stale-dist-policy.js"
|
|
17
17
|
],
|
|
18
|
-
"watched_runtime_snapshot_hash": "
|
|
18
|
+
"watched_runtime_snapshot_hash": "8824502f3723ef637a70bbef865bcbad2dee18d15448369b846ebb52a3669d4d",
|
|
19
19
|
"watched_runtime_files": [
|
|
20
20
|
{
|
|
21
21
|
"path": "bin/agentplane.js",
|
|
22
|
-
"sha256": "
|
|
23
|
-
"size_bytes":
|
|
22
|
+
"sha256": "78d16de8ea03c471f6fece3e11be86320430afb1431849ef81c50454632cb517",
|
|
23
|
+
"size_bytes": 12121
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"path": "bin/dist-guard.js",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"path": "bin/stale-dist-policy.js",
|
|
37
|
-
"sha256": "
|
|
38
|
-
"size_bytes":
|
|
37
|
+
"sha256": "0091a665862fead0ddf5057f3062a9fa9cff6260556e2431e0f380bd329f2c03",
|
|
38
|
+
"size_bytes": 2186
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"path": "src/adapters/clock/system-clock-adapter.ts",
|
|
@@ -334,8 +334,8 @@
|
|
|
334
334
|
},
|
|
335
335
|
{
|
|
336
336
|
"path": "src/cli/run-cli.test-helpers.ts",
|
|
337
|
-
"sha256": "
|
|
338
|
-
"size_bytes":
|
|
337
|
+
"sha256": "5ee912e471ff0501e6a0e61edff1417bb6699c074c5cc4dc577a41b83c704c75",
|
|
338
|
+
"size_bytes": 30342
|
|
339
339
|
},
|
|
340
340
|
{
|
|
341
341
|
"path": "src/cli/run-cli.ts",
|
|
@@ -349,8 +349,8 @@
|
|
|
349
349
|
},
|
|
350
350
|
{
|
|
351
351
|
"path": "src/cli/run-cli/command-catalog/core.ts",
|
|
352
|
-
"sha256": "
|
|
353
|
-
"size_bytes":
|
|
352
|
+
"sha256": "a4bf9f338f05f5edb4902dae5d5c80824ae38df2542cd7ded6ee675e1379c28d",
|
|
353
|
+
"size_bytes": 8204
|
|
354
354
|
},
|
|
355
355
|
{
|
|
356
356
|
"path": "src/cli/run-cli/command-catalog/lifecycle.ts",
|
|
@@ -584,8 +584,8 @@
|
|
|
584
584
|
},
|
|
585
585
|
{
|
|
586
586
|
"path": "src/commands/branch/cleanup-merged.ts",
|
|
587
|
-
"sha256": "
|
|
588
|
-
"size_bytes":
|
|
587
|
+
"sha256": "91a340c381defb56180c0224064abb9f17330a3162e09b396b7bbf64116866dd",
|
|
588
|
+
"size_bytes": 10393
|
|
589
589
|
},
|
|
590
590
|
{
|
|
591
591
|
"path": "src/commands/branch/index.ts",
|
|
@@ -629,8 +629,8 @@
|
|
|
629
629
|
},
|
|
630
630
|
{
|
|
631
631
|
"path": "src/commands/branch/work-start.ts",
|
|
632
|
-
"sha256": "
|
|
633
|
-
"size_bytes":
|
|
632
|
+
"sha256": "3a233c600af99fc7a886ec1450dc98dbd03506ebbb150929503c30ad4fff7d25",
|
|
633
|
+
"size_bytes": 15911
|
|
634
634
|
},
|
|
635
635
|
{
|
|
636
636
|
"path": "src/commands/cleanup/merged.command.ts",
|
|
@@ -669,8 +669,8 @@
|
|
|
669
669
|
},
|
|
670
670
|
{
|
|
671
671
|
"path": "src/commands/doctor/branch-pr.ts",
|
|
672
|
-
"sha256": "
|
|
673
|
-
"size_bytes":
|
|
672
|
+
"sha256": "3d3504826f979acd8ef0593eb56a4e6bafebbfa968beb291dcb237d0efbd2e3a",
|
|
673
|
+
"size_bytes": 4032
|
|
674
674
|
},
|
|
675
675
|
{
|
|
676
676
|
"path": "src/commands/doctor/fixes.ts",
|
|
@@ -734,8 +734,8 @@
|
|
|
734
734
|
},
|
|
735
735
|
{
|
|
736
736
|
"path": "src/commands/guard/impl/commands.ts",
|
|
737
|
-
"sha256": "
|
|
738
|
-
"size_bytes":
|
|
737
|
+
"sha256": "3d4f0b5764fb3b8006551a21adf78026bbb31e279a367880a0a461dd8b9e9d6b",
|
|
738
|
+
"size_bytes": 22329
|
|
739
739
|
},
|
|
740
740
|
{
|
|
741
741
|
"path": "src/commands/guard/impl/comment-commit.ts",
|
|
@@ -769,8 +769,8 @@
|
|
|
769
769
|
},
|
|
770
770
|
{
|
|
771
771
|
"path": "src/commands/hooks/index.ts",
|
|
772
|
-
"sha256": "
|
|
773
|
-
"size_bytes":
|
|
772
|
+
"sha256": "3a1723efa9477ec3e37ff71dce0dc6e430df6d447f4a21138cdf135fc6d22169",
|
|
773
|
+
"size_bytes": 15121
|
|
774
774
|
},
|
|
775
775
|
{
|
|
776
776
|
"path": "src/commands/hooks/install.command.ts",
|
|
@@ -814,8 +814,8 @@
|
|
|
814
814
|
},
|
|
815
815
|
{
|
|
816
816
|
"path": "src/commands/pr/check.ts",
|
|
817
|
-
"sha256": "
|
|
818
|
-
"size_bytes":
|
|
817
|
+
"sha256": "0dccc90df33dc52b8f284fd9879bf514795b2ebc63b491c3ed6ebc5e0f1867f9",
|
|
818
|
+
"size_bytes": 13861
|
|
819
819
|
},
|
|
820
820
|
{
|
|
821
821
|
"path": "src/commands/pr/close-superseded.ts",
|
|
@@ -844,8 +844,8 @@
|
|
|
844
844
|
},
|
|
845
845
|
{
|
|
846
846
|
"path": "src/commands/pr/integrate/cmd.ts",
|
|
847
|
-
"sha256": "
|
|
848
|
-
"size_bytes":
|
|
847
|
+
"sha256": "c796b33c147318f7a5bc057b3d44b11dc1f8b839054acaad54f88779f311bb5d",
|
|
848
|
+
"size_bytes": 8556
|
|
849
849
|
},
|
|
850
850
|
{
|
|
851
851
|
"path": "src/commands/pr/integrate/internal/bootstrap-guidance.ts",
|
|
@@ -854,13 +854,18 @@
|
|
|
854
854
|
},
|
|
855
855
|
{
|
|
856
856
|
"path": "src/commands/pr/integrate/internal/cleanup.ts",
|
|
857
|
-
"sha256": "
|
|
858
|
-
"size_bytes":
|
|
857
|
+
"sha256": "0248a5d500f720fea765dfd3acc2a28486d8e9daa884faba72cf24931292ac3d",
|
|
858
|
+
"size_bytes": 175
|
|
859
859
|
},
|
|
860
860
|
{
|
|
861
861
|
"path": "src/commands/pr/integrate/internal/finalize.ts",
|
|
862
|
-
"sha256": "
|
|
863
|
-
"size_bytes":
|
|
862
|
+
"sha256": "ded54dc72968dfa3d379359881a382e6a61b4f4e8b6c09b19d7e72bd7c1baea8",
|
|
863
|
+
"size_bytes": 5142
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"path": "src/commands/pr/integrate/internal/github-protection.ts",
|
|
867
|
+
"sha256": "ecd6b88c5a5451e751e9ce22a72c801c511cd6eceacce1de82b281f3c704ac6b",
|
|
868
|
+
"size_bytes": 612
|
|
864
869
|
},
|
|
865
870
|
{
|
|
866
871
|
"path": "src/commands/pr/integrate/internal/merge.ts",
|
|
@@ -872,10 +877,15 @@
|
|
|
872
877
|
"sha256": "e403c173338975c20d2aba962a1c1ad3626ce127a028d238d8a712f948f2b837",
|
|
873
878
|
"size_bytes": 983
|
|
874
879
|
},
|
|
880
|
+
{
|
|
881
|
+
"path": "src/commands/pr/integrate/internal/pre-integrate-bootstrap.ts",
|
|
882
|
+
"sha256": "f06e4a879c1ffbba856970b27adbc09bfa41e750599f955b2912cfd6dc5a48d7",
|
|
883
|
+
"size_bytes": 1445
|
|
884
|
+
},
|
|
875
885
|
{
|
|
876
886
|
"path": "src/commands/pr/integrate/internal/prepare.ts",
|
|
877
|
-
"sha256": "
|
|
878
|
-
"size_bytes":
|
|
887
|
+
"sha256": "036fda60859831c006c71788b7ff351666162dbfe4b34aa92c0dd70be089c12a",
|
|
888
|
+
"size_bytes": 9656
|
|
879
889
|
},
|
|
880
890
|
{
|
|
881
891
|
"path": "src/commands/pr/integrate/internal/worktree.ts",
|
|
@@ -887,10 +897,15 @@
|
|
|
887
897
|
"sha256": "c5bb38b7a2e06e50dc75c0ed79f3f2e9c4c0acccffb23768ac4b59c92a742e7c",
|
|
888
898
|
"size_bytes": 2799
|
|
889
899
|
},
|
|
900
|
+
{
|
|
901
|
+
"path": "src/commands/pr/internal/auto-commit.ts",
|
|
902
|
+
"sha256": "0f96a1cefe0295295bd779a54ae3c6ad86f97b1a5ddb784e9da700f2cab4a5e8",
|
|
903
|
+
"size_bytes": 2638
|
|
904
|
+
},
|
|
890
905
|
{
|
|
891
906
|
"path": "src/commands/pr/internal/freshness.ts",
|
|
892
|
-
"sha256": "
|
|
893
|
-
"size_bytes":
|
|
907
|
+
"sha256": "bc13b4b120fb4722e47aaa1eaa51c251ed7b86f429282886b34bad116976c850",
|
|
908
|
+
"size_bytes": 2467
|
|
894
909
|
},
|
|
895
910
|
{
|
|
896
911
|
"path": "src/commands/pr/internal/gh-api.ts",
|
|
@@ -914,8 +929,8 @@
|
|
|
914
929
|
},
|
|
915
930
|
{
|
|
916
931
|
"path": "src/commands/pr/internal/sync.ts",
|
|
917
|
-
"sha256": "
|
|
918
|
-
"size_bytes":
|
|
932
|
+
"sha256": "c2c5df6c566d4d92f2118221e7557e3d13e61f2eef1cd078b9bc36b7cbc6c088",
|
|
933
|
+
"size_bytes": 25809
|
|
919
934
|
},
|
|
920
935
|
{
|
|
921
936
|
"path": "src/commands/pr/note.ts",
|
|
@@ -924,8 +939,8 @@
|
|
|
924
939
|
},
|
|
925
940
|
{
|
|
926
941
|
"path": "src/commands/pr/open.ts",
|
|
927
|
-
"sha256": "
|
|
928
|
-
"size_bytes":
|
|
942
|
+
"sha256": "90479ea163d35b9fa652f8a91cd8d9aafcd0c7e50b2bacddaa5c18ea6982e5ea",
|
|
943
|
+
"size_bytes": 2359
|
|
929
944
|
},
|
|
930
945
|
{
|
|
931
946
|
"path": "src/commands/pr/pr.command.ts",
|
|
@@ -934,8 +949,8 @@
|
|
|
934
949
|
},
|
|
935
950
|
{
|
|
936
951
|
"path": "src/commands/pr/update.ts",
|
|
937
|
-
"sha256": "
|
|
938
|
-
"size_bytes":
|
|
952
|
+
"sha256": "20c322173302a945bebaa52e8375a934cde33b06aed58a1e4cc1242fb5ddf66f",
|
|
953
|
+
"size_bytes": 3892
|
|
939
954
|
},
|
|
940
955
|
{
|
|
941
956
|
"path": "src/commands/ready.command.ts",
|
|
@@ -1119,13 +1134,13 @@
|
|
|
1119
1134
|
},
|
|
1120
1135
|
{
|
|
1121
1136
|
"path": "src/commands/release/apply.command.ts",
|
|
1122
|
-
"sha256": "
|
|
1123
|
-
"size_bytes":
|
|
1137
|
+
"sha256": "fc41fafc65e35b110a8f22c05a137c0ad4df65e71a2d6badb2b8f0dedad3ecbc",
|
|
1138
|
+
"size_bytes": 29873
|
|
1124
1139
|
},
|
|
1125
1140
|
{
|
|
1126
1141
|
"path": "src/commands/release/apply.mutation.ts",
|
|
1127
|
-
"sha256": "
|
|
1128
|
-
"size_bytes":
|
|
1142
|
+
"sha256": "a103b80ae5d4c8bc8e2ffadbb4af044a52addfdd11805d2a1e7493ce8212f17c",
|
|
1143
|
+
"size_bytes": 4470
|
|
1129
1144
|
},
|
|
1130
1145
|
{
|
|
1131
1146
|
"path": "src/commands/release/apply.preflight.ts",
|
|
@@ -1134,18 +1149,18 @@
|
|
|
1134
1149
|
},
|
|
1135
1150
|
{
|
|
1136
1151
|
"path": "src/commands/release/apply.reporting.ts",
|
|
1137
|
-
"sha256": "
|
|
1138
|
-
"size_bytes":
|
|
1152
|
+
"sha256": "9beb497c4aec3e0ad8456e0fae35f7c711e2394dad5c023f883b212856151b9f",
|
|
1153
|
+
"size_bytes": 1406
|
|
1139
1154
|
},
|
|
1140
1155
|
{
|
|
1141
1156
|
"path": "src/commands/release/apply.types.ts",
|
|
1142
|
-
"sha256": "
|
|
1143
|
-
"size_bytes":
|
|
1157
|
+
"sha256": "fd3d3fcd0e21fc1110db54d6dc8a25c284537305ab147c3ac8b12b9120a22533",
|
|
1158
|
+
"size_bytes": 1213
|
|
1144
1159
|
},
|
|
1145
1160
|
{
|
|
1146
1161
|
"path": "src/commands/release/plan.command.ts",
|
|
1147
|
-
"sha256": "
|
|
1148
|
-
"size_bytes":
|
|
1162
|
+
"sha256": "3538a8159233866e4b26c733f51b822a389926fcd72c1a221c2d0e37c89080d8",
|
|
1163
|
+
"size_bytes": 12458
|
|
1149
1164
|
},
|
|
1150
1165
|
{
|
|
1151
1166
|
"path": "src/commands/release/release.command.ts",
|
|
@@ -1232,6 +1247,11 @@
|
|
|
1232
1247
|
"sha256": "e91e79fe6292e0d1cbfb5c768d76d95cc568c60fdc99189ef67ae6405a5ff81d",
|
|
1233
1248
|
"size_bytes": 508
|
|
1234
1249
|
},
|
|
1250
|
+
{
|
|
1251
|
+
"path": "src/commands/shared/merged-branch-cleanup.ts",
|
|
1252
|
+
"sha256": "3521be214ca86b2f99cd79bc43819e265668c1f7eb0780e421a49dc2cd649941",
|
|
1253
|
+
"size_bytes": 1818
|
|
1254
|
+
},
|
|
1235
1255
|
{
|
|
1236
1256
|
"path": "src/commands/shared/network-approval.ts",
|
|
1237
1257
|
"sha256": "c56aa2b1b65211fd043a4a5ccda7d4cae53d43758b1945ec6c40c9cf57e9d843",
|
|
@@ -1254,8 +1274,8 @@
|
|
|
1254
1274
|
},
|
|
1255
1275
|
{
|
|
1256
1276
|
"path": "src/commands/shared/post-commit-pr-artifacts.ts",
|
|
1257
|
-
"sha256": "
|
|
1258
|
-
"size_bytes":
|
|
1277
|
+
"sha256": "88e6625502e8d0fe8b23fa074dd4dd2c40d2db4537a75d1b93fe9524a8777ade",
|
|
1278
|
+
"size_bytes": 2233
|
|
1259
1279
|
},
|
|
1260
1280
|
{
|
|
1261
1281
|
"path": "src/commands/shared/pr-meta.ts",
|
|
@@ -1269,8 +1289,8 @@
|
|
|
1269
1289
|
},
|
|
1270
1290
|
{
|
|
1271
1291
|
"path": "src/commands/shared/task-backend.ts",
|
|
1272
|
-
"sha256": "
|
|
1273
|
-
"size_bytes":
|
|
1292
|
+
"sha256": "81ee7a5bc74476bb67dda073f0ea62b12e43edd2d7cc87d822ee187db9365833",
|
|
1293
|
+
"size_bytes": 11019
|
|
1274
1294
|
},
|
|
1275
1295
|
{
|
|
1276
1296
|
"path": "src/commands/shared/task-handoff.ts",
|
|
@@ -1279,8 +1299,8 @@
|
|
|
1279
1299
|
},
|
|
1280
1300
|
{
|
|
1281
1301
|
"path": "src/commands/shared/task-local-freshness.ts",
|
|
1282
|
-
"sha256": "
|
|
1283
|
-
"size_bytes":
|
|
1302
|
+
"sha256": "85f794e7653c9a5f8a9eef42008eee830ac0d729871b1f60fba3f47684ac46bf",
|
|
1303
|
+
"size_bytes": 1303
|
|
1284
1304
|
},
|
|
1285
1305
|
{
|
|
1286
1306
|
"path": "src/commands/shared/task-mutation.ts",
|
|
@@ -1424,8 +1444,8 @@
|
|
|
1424
1444
|
},
|
|
1425
1445
|
{
|
|
1426
1446
|
"path": "src/commands/task/finish-shared.ts",
|
|
1427
|
-
"sha256": "
|
|
1428
|
-
"size_bytes":
|
|
1447
|
+
"sha256": "c62a645e073973e8136005cf4c5072319af53982c3d5b8f60e6f7c69264754f9",
|
|
1448
|
+
"size_bytes": 10190
|
|
1429
1449
|
},
|
|
1430
1450
|
{
|
|
1431
1451
|
"path": "src/commands/task/finish.ts",
|
|
@@ -1454,18 +1474,18 @@
|
|
|
1454
1474
|
},
|
|
1455
1475
|
{
|
|
1456
1476
|
"path": "src/commands/task/hosted-close-pr.command.ts",
|
|
1457
|
-
"sha256": "
|
|
1458
|
-
"size_bytes":
|
|
1477
|
+
"sha256": "fcda2a63c9976ede02e773abc7624bdf4b2729a25a7f2bebb90a7eddb7239e67",
|
|
1478
|
+
"size_bytes": 18459
|
|
1459
1479
|
},
|
|
1460
1480
|
{
|
|
1461
1481
|
"path": "src/commands/task/hosted-close.command.ts",
|
|
1462
|
-
"sha256": "
|
|
1463
|
-
"size_bytes":
|
|
1482
|
+
"sha256": "df15bfa1206c504896f02049ab36e13d8920df488c9f952a7cac04210939a396",
|
|
1483
|
+
"size_bytes": 15405
|
|
1464
1484
|
},
|
|
1465
1485
|
{
|
|
1466
1486
|
"path": "src/commands/task/hosted-merge-sync.ts",
|
|
1467
|
-
"sha256": "
|
|
1468
|
-
"size_bytes":
|
|
1487
|
+
"sha256": "ee4ce3455cb36024bc5108862e989fda14ff5041afcabf3df33cd16a1c3ebc44",
|
|
1488
|
+
"size_bytes": 22106
|
|
1469
1489
|
},
|
|
1470
1490
|
{
|
|
1471
1491
|
"path": "src/commands/task/index.ts",
|
|
@@ -1779,8 +1799,8 @@
|
|
|
1779
1799
|
},
|
|
1780
1800
|
{
|
|
1781
1801
|
"path": "src/commands/task/start-ready.ts",
|
|
1782
|
-
"sha256": "
|
|
1783
|
-
"size_bytes":
|
|
1802
|
+
"sha256": "f3b1e852d0d8052586b2f33bf2123d5456bf4ce90ef34fca1ba91fa7a020ea3b",
|
|
1803
|
+
"size_bytes": 1867
|
|
1784
1804
|
},
|
|
1785
1805
|
{
|
|
1786
1806
|
"path": "src/commands/task/start.ts",
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { type CommandEntry } from "./shared.js";
|
|
2
|
-
export declare const CORE_COMMANDS: readonly [CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry];
|
|
2
|
+
export declare const CORE_COMMANDS: readonly [CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry, CommandEntry];
|
|
3
3
|
//# sourceMappingURL=core.d.ts.map
|