@paths.design/caws-cli 11.1.6 → 11.1.8
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/README.md +1 -1
- package/dist/index.js +55 -58
- package/dist/init/hook-packs/manifest-claude-code.d.ts +1 -1
- package/dist/init/hook-packs/manifest-claude-code.d.ts.map +1 -1
- package/dist/init/hook-packs/manifest-claude-code.js +317 -6
- package/dist/init/hook-packs/manifest-claude-code.js.map +1 -1
- package/dist/init/hook-packs/types.js +1 -1
- package/dist/init/hook-packs/types.js.map +1 -1
- package/dist/shell/binding/resolve-binding.d.ts.map +1 -1
- package/dist/shell/binding/resolve-binding.js +105 -1
- package/dist/shell/binding/resolve-binding.js.map +1 -1
- package/dist/shell/binding/types.d.ts +47 -3
- package/dist/shell/binding/types.d.ts.map +1 -1
- package/dist/shell/command-metadata.d.ts +93 -0
- package/dist/shell/command-metadata.d.ts.map +1 -0
- package/dist/shell/command-metadata.js +687 -0
- package/dist/shell/command-metadata.js.map +1 -0
- package/dist/shell/commands/agents.d.ts +48 -0
- package/dist/shell/commands/agents.d.ts.map +1 -0
- package/dist/shell/commands/agents.js +577 -0
- package/dist/shell/commands/agents.js.map +1 -0
- package/dist/shell/commands/claim.d.ts +16 -0
- package/dist/shell/commands/claim.d.ts.map +1 -1
- package/dist/shell/commands/claim.js +88 -30
- package/dist/shell/commands/claim.js.map +1 -1
- package/dist/shell/commands/events.d.ts +106 -0
- package/dist/shell/commands/events.d.ts.map +1 -0
- package/dist/shell/commands/events.js +510 -0
- package/dist/shell/commands/events.js.map +1 -0
- package/dist/shell/commands/gates.d.ts +2 -2
- package/dist/shell/commands/gates.d.ts.map +1 -1
- package/dist/shell/commands/gates.js +106 -25
- package/dist/shell/commands/gates.js.map +1 -1
- package/dist/shell/commands/init.d.ts.map +1 -1
- package/dist/shell/commands/init.js +26 -0
- package/dist/shell/commands/init.js.map +1 -1
- package/dist/shell/commands/prepush.d.ts +26 -0
- package/dist/shell/commands/prepush.d.ts.map +1 -0
- package/dist/shell/commands/prepush.js +373 -0
- package/dist/shell/commands/prepush.js.map +1 -0
- package/dist/shell/commands/scope.d.ts.map +1 -1
- package/dist/shell/commands/scope.js +31 -1
- package/dist/shell/commands/scope.js.map +1 -1
- package/dist/shell/commands/specs.d.ts +44 -3
- package/dist/shell/commands/specs.d.ts.map +1 -1
- package/dist/shell/commands/specs.js +411 -15
- package/dist/shell/commands/specs.js.map +1 -1
- package/dist/shell/commands/status.d.ts +12 -0
- package/dist/shell/commands/status.d.ts.map +1 -1
- package/dist/shell/commands/status.js +236 -21
- package/dist/shell/commands/status.js.map +1 -1
- package/dist/shell/commands/worktree.d.ts +9 -0
- package/dist/shell/commands/worktree.d.ts.map +1 -1
- package/dist/shell/commands/worktree.js +353 -1
- package/dist/shell/commands/worktree.js.map +1 -1
- package/dist/shell/gates/disposition.d.ts.map +1 -1
- package/dist/shell/gates/disposition.js +43 -2
- package/dist/shell/gates/disposition.js.map +1 -1
- package/dist/shell/index.d.ts +14 -6
- package/dist/shell/index.d.ts.map +1 -1
- package/dist/shell/index.js +32 -1
- package/dist/shell/index.js.map +1 -1
- package/dist/shell/legacy-command-map.js +832 -0
- package/dist/shell/push-range/classify-range.d.ts +99 -0
- package/dist/shell/push-range/classify-range.d.ts.map +1 -0
- package/dist/shell/push-range/classify-range.js +155 -0
- package/dist/shell/push-range/classify-range.js.map +1 -0
- package/dist/shell/push-range/scope-match.d.ts +13 -0
- package/dist/shell/push-range/scope-match.d.ts.map +1 -0
- package/dist/shell/push-range/scope-match.js +53 -0
- package/dist/shell/push-range/scope-match.js.map +1 -0
- package/dist/shell/register.d.ts.map +1 -1
- package/dist/shell/register.js +350 -165
- package/dist/shell/register.js.map +1 -1
- package/dist/shell/registered-command-groups.js +48 -0
- package/dist/shell/render/status.d.ts +7 -1
- package/dist/shell/render/status.d.ts.map +1 -1
- package/dist/shell/render/status.js +72 -0
- package/dist/shell/render/status.js.map +1 -1
- package/dist/shell/rules.d.ts +19 -0
- package/dist/shell/rules.d.ts.map +1 -1
- package/dist/shell/rules.js +27 -0
- package/dist/shell/rules.js.map +1 -1
- package/dist/shell/session/resolve-session.d.ts +29 -1
- package/dist/shell/session/resolve-session.d.ts.map +1 -1
- package/dist/shell/session/resolve-session.js +817 -11
- package/dist/shell/session/resolve-session.js.map +1 -1
- package/dist/shell/session/types.d.ts +127 -1
- package/dist/shell/session/types.d.ts.map +1 -1
- package/dist/shell/session/types.js +10 -4
- package/dist/shell/session/types.js.map +1 -1
- package/dist/store/agents-store.d.ts.map +1 -1
- package/dist/store/agents-store.js +9 -0
- package/dist/store/agents-store.js.map +1 -1
- package/dist/store/apply-patch.d.ts.map +1 -1
- package/dist/store/apply-patch.js +15 -0
- package/dist/store/apply-patch.js.map +1 -1
- package/dist/store/doctor-snapshot.d.ts.map +1 -1
- package/dist/store/doctor-snapshot.js +169 -3
- package/dist/store/doctor-snapshot.js.map +1 -1
- package/dist/store/events-migration.d.ts +207 -0
- package/dist/store/events-migration.d.ts.map +1 -0
- package/dist/store/events-migration.js +358 -0
- package/dist/store/events-migration.js.map +1 -0
- package/dist/store/events-store.d.ts +47 -1
- package/dist/store/events-store.d.ts.map +1 -1
- package/dist/store/events-store.js +278 -0
- package/dist/store/events-store.js.map +1 -1
- package/dist/store/git-autocommit.d.ts +46 -0
- package/dist/store/git-autocommit.d.ts.map +1 -0
- package/dist/store/git-autocommit.js +198 -0
- package/dist/store/git-autocommit.js.map +1 -0
- package/dist/store/git-sparse-checkout.d.ts +25 -0
- package/dist/store/git-sparse-checkout.d.ts.map +1 -0
- package/dist/store/git-sparse-checkout.js +101 -0
- package/dist/store/git-sparse-checkout.js.map +1 -0
- package/dist/store/index.d.ts +6 -1
- package/dist/store/index.d.ts.map +1 -1
- package/dist/store/index.js +16 -1
- package/dist/store/index.js.map +1 -1
- package/dist/store/leases-store.d.ts +89 -0
- package/dist/store/leases-store.d.ts.map +1 -0
- package/dist/store/leases-store.js +427 -0
- package/dist/store/leases-store.js.map +1 -0
- package/dist/store/lifecycle-transaction.d.ts.map +1 -1
- package/dist/store/lifecycle-transaction.js +34 -1
- package/dist/store/lifecycle-transaction.js.map +1 -1
- package/dist/store/rules.d.ts +74 -1
- package/dist/store/rules.d.ts.map +1 -1
- package/dist/store/rules.js +76 -0
- package/dist/store/rules.js.map +1 -1
- package/dist/store/specs-migration.d.ts +128 -0
- package/dist/store/specs-migration.d.ts.map +1 -0
- package/dist/store/specs-migration.js +481 -0
- package/dist/store/specs-migration.js.map +1 -0
- package/dist/store/specs-store.d.ts.map +1 -1
- package/dist/store/specs-store.js +14 -2
- package/dist/store/specs-store.js.map +1 -1
- package/dist/store/specs-writer.d.ts +130 -3
- package/dist/store/specs-writer.d.ts.map +1 -1
- package/dist/store/specs-writer.js +941 -102
- package/dist/store/specs-writer.js.map +1 -1
- package/dist/store/types.d.ts +31 -1
- package/dist/store/types.d.ts.map +1 -1
- package/dist/store/waivers-store.d.ts.map +1 -1
- package/dist/store/waivers-store.js +8 -1
- package/dist/store/waivers-store.js.map +1 -1
- package/dist/store/worktrees-migration.d.ts +141 -0
- package/dist/store/worktrees-migration.d.ts.map +1 -0
- package/dist/store/worktrees-migration.js +356 -0
- package/dist/store/worktrees-migration.js.map +1 -0
- package/dist/store/worktrees-writer.d.ts +28 -0
- package/dist/store/worktrees-writer.d.ts.map +1 -1
- package/dist/store/worktrees-writer.js +147 -13
- package/dist/store/worktrees-writer.js.map +1 -1
- package/package.json +5 -2
- package/templates/hook-packs/claude-code/CLAUDE.md +11 -5
- package/templates/hook-packs/claude-code/agent-heartbeat.sh +131 -0
- package/templates/hook-packs/claude-code/agent-register.sh +62 -0
- package/templates/hook-packs/claude-code/agent-stop.sh +51 -0
- package/templates/hook-packs/claude-code/audit.sh +1 -1
- package/templates/hook-packs/claude-code/block-dangerous.sh +1 -1
- package/templates/hook-packs/claude-code/classify_command.py +1 -1
- package/templates/hook-packs/claude-code/cwd-guard.sh +30 -0
- package/templates/hook-packs/claude-code/dispatch/post_tool_use.sh +15 -4
- package/templates/hook-packs/claude-code/dispatch/pre_tool_use.sh +19 -2
- package/templates/hook-packs/claude-code/dispatch/session_start.sh +6 -2
- package/templates/hook-packs/claude-code/dispatch/stop.sh +7 -2
- package/templates/hook-packs/claude-code/duplicate-export-check.sh +156 -0
- package/templates/hook-packs/claude-code/god-object-check.sh +102 -0
- package/templates/hook-packs/claude-code/guard-strikes.sh +1 -1
- package/templates/hook-packs/claude-code/lib/parse-input.sh +115 -1
- package/templates/hook-packs/claude-code/lib/run-handlers.sh +1 -1
- package/templates/hook-packs/claude-code/loc-delta-check.sh +91 -0
- package/templates/hook-packs/claude-code/naming-check.sh +128 -0
- package/templates/hook-packs/claude-code/plan-transcript-finalize.sh +59 -0
- package/templates/hook-packs/claude-code/plan-transcript-snapshot.sh +86 -0
- package/templates/hook-packs/claude-code/protected-paths.sh +59 -0
- package/templates/hook-packs/claude-code/quiet-merge.sh +68 -0
- package/templates/hook-packs/claude-code/reset-danger-latch.sh +1 -1
- package/templates/hook-packs/claude-code/reset-strikes.sh +1 -1
- package/templates/hook-packs/claude-code/runtime-paths.sh +1 -1
- package/templates/hook-packs/claude-code/scan-secrets.sh +98 -0
- package/templates/hook-packs/claude-code/scope-guard.sh +47 -65
- package/templates/hook-packs/claude-code/session-caws-status.sh +7 -1
- package/templates/hook-packs/claude-code/session-log.sh +1 -1
- package/templates/hook-packs/claude-code/session_log_renderer.py +956 -0
- package/templates/hook-packs/claude-code/shortcut-language-check.sh +147 -0
- package/templates/hook-packs/claude-code/worktree-guard.sh +130 -4
- package/templates/hook-packs/claude-code/worktree-write-guard.sh +133 -18
package/dist/shell/index.js
CHANGED
|
@@ -6,13 +6,17 @@
|
|
|
6
6
|
// Internals below the command surface are exported for tests and for
|
|
7
7
|
// adjacent shell modules that need them (hooks, status renderer).
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
-
exports.
|
|
9
|
+
exports.runSpecsPruneArchiveCommand = exports.runSpecsArchiveCommand = exports.runSpecsCloseCommand = exports.runSpecsActivateCommand = exports.runSpecsShowCommand = exports.runSpecsListCommand = exports.runSpecsCreateCommand = exports.runInitCommand = exports.renderWaiverDetail = exports.renderWaiverSummary = exports.runWaiverRevokeCommand = exports.runWaiverShowCommand = exports.runWaiverListCommand = exports.runWaiverCreateCommand = exports.filterWaivedViolations = exports.deriveDispositions = exports.resolveQualityGatesBin = exports.runQualityGates = exports.validateGatesReport = exports.renderGatesRun = exports.runPrepushCommand = exports.runGatesRunCommand = exports.renderStatus = exports.runStatusCommand = exports.classifyOwnership = exports.renderClaimPanel = exports.runClaimCommand = exports.runEventsVerifyArchiveCommand = exports.runEventsRotateCommand = exports.runEventsMigrateCommand = exports.runEvidenceRecordCommand = exports.runScopeCommand = exports.runDoctorCommand = exports.renderDecision = exports.countFindingSeverities = exports.renderFindings = exports.renderFinding = exports.countSeverities = exports.renderDiagnostics = exports.renderDiagnostic = exports.parseWorktreePorcelain = exports.resolveBinding = exports.buildActor = exports.describeCandidateTrace = exports.admitsOwner = exports.resolveSessionCandidates = exports.describeSessionSource = exports.resolveSession = exports.SHELL_RULE_PREFIXES = exports.SHELL_RULES = void 0;
|
|
10
|
+
exports.COMMAND_SURFACE_METADATA = exports.registerShellCommands = exports.runAgentsPruneCommand = exports.runAgentsShowCommand = exports.runAgentsListCommand = exports.runAgentsStopCommand = exports.runAgentsHeartbeatCommand = exports.runAgentsRegisterCommand = exports.renderInit = exports.runWorktreeRepairSparseCommand = exports.runWorktreeMigrateRegistryCommand = exports.runWorktreeMergeCommand = exports.runWorktreeDestroyCommand = exports.runWorktreeBindCommand = exports.runWorktreeListCommand = exports.runWorktreeCreateCommand = exports.runSpecsMigrateCommand = exports.runSpecsRetireDraftCommand = exports.runSpecsRecoverCommand = void 0;
|
|
10
11
|
var rules_1 = require("./rules");
|
|
11
12
|
Object.defineProperty(exports, "SHELL_RULES", { enumerable: true, get: function () { return rules_1.SHELL_RULES; } });
|
|
12
13
|
Object.defineProperty(exports, "SHELL_RULE_PREFIXES", { enumerable: true, get: function () { return rules_1.SHELL_RULE_PREFIXES; } });
|
|
13
14
|
var resolve_session_1 = require("./session/resolve-session");
|
|
14
15
|
Object.defineProperty(exports, "resolveSession", { enumerable: true, get: function () { return resolve_session_1.resolveSession; } });
|
|
15
16
|
Object.defineProperty(exports, "describeSessionSource", { enumerable: true, get: function () { return resolve_session_1.describeSessionSource; } });
|
|
17
|
+
Object.defineProperty(exports, "resolveSessionCandidates", { enumerable: true, get: function () { return resolve_session_1.resolveSessionCandidates; } });
|
|
18
|
+
Object.defineProperty(exports, "admitsOwner", { enumerable: true, get: function () { return resolve_session_1.admitsOwner; } });
|
|
19
|
+
Object.defineProperty(exports, "describeCandidateTrace", { enumerable: true, get: function () { return resolve_session_1.describeCandidateTrace; } });
|
|
16
20
|
var actor_1 = require("./session/actor");
|
|
17
21
|
Object.defineProperty(exports, "buildActor", { enumerable: true, get: function () { return actor_1.buildActor; } });
|
|
18
22
|
var resolve_binding_1 = require("./binding/resolve-binding");
|
|
@@ -34,6 +38,10 @@ var scope_1 = require("./commands/scope");
|
|
|
34
38
|
Object.defineProperty(exports, "runScopeCommand", { enumerable: true, get: function () { return scope_1.runScopeCommand; } });
|
|
35
39
|
var evidence_1 = require("./commands/evidence");
|
|
36
40
|
Object.defineProperty(exports, "runEvidenceRecordCommand", { enumerable: true, get: function () { return evidence_1.runEvidenceRecordCommand; } });
|
|
41
|
+
var events_1 = require("./commands/events");
|
|
42
|
+
Object.defineProperty(exports, "runEventsMigrateCommand", { enumerable: true, get: function () { return events_1.runEventsMigrateCommand; } });
|
|
43
|
+
Object.defineProperty(exports, "runEventsRotateCommand", { enumerable: true, get: function () { return events_1.runEventsRotateCommand; } });
|
|
44
|
+
Object.defineProperty(exports, "runEventsVerifyArchiveCommand", { enumerable: true, get: function () { return events_1.runEventsVerifyArchiveCommand; } });
|
|
37
45
|
var claim_1 = require("./commands/claim");
|
|
38
46
|
Object.defineProperty(exports, "runClaimCommand", { enumerable: true, get: function () { return claim_1.runClaimCommand; } });
|
|
39
47
|
var claim_2 = require("./render/claim");
|
|
@@ -45,6 +53,8 @@ var status_2 = require("./render/status");
|
|
|
45
53
|
Object.defineProperty(exports, "renderStatus", { enumerable: true, get: function () { return status_2.renderStatus; } });
|
|
46
54
|
var gates_1 = require("./commands/gates");
|
|
47
55
|
Object.defineProperty(exports, "runGatesRunCommand", { enumerable: true, get: function () { return gates_1.runGatesRunCommand; } });
|
|
56
|
+
var prepush_1 = require("./commands/prepush");
|
|
57
|
+
Object.defineProperty(exports, "runPrepushCommand", { enumerable: true, get: function () { return prepush_1.runPrepushCommand; } });
|
|
48
58
|
var gates_2 = require("./render/gates");
|
|
49
59
|
Object.defineProperty(exports, "renderGatesRun", { enumerable: true, get: function () { return gates_2.renderGatesRun; } });
|
|
50
60
|
var gate_result_contract_1 = require("./gates/gate-result-contract");
|
|
@@ -70,16 +80,37 @@ var specs_1 = require("./commands/specs");
|
|
|
70
80
|
Object.defineProperty(exports, "runSpecsCreateCommand", { enumerable: true, get: function () { return specs_1.runSpecsCreateCommand; } });
|
|
71
81
|
Object.defineProperty(exports, "runSpecsListCommand", { enumerable: true, get: function () { return specs_1.runSpecsListCommand; } });
|
|
72
82
|
Object.defineProperty(exports, "runSpecsShowCommand", { enumerable: true, get: function () { return specs_1.runSpecsShowCommand; } });
|
|
83
|
+
Object.defineProperty(exports, "runSpecsActivateCommand", { enumerable: true, get: function () { return specs_1.runSpecsActivateCommand; } });
|
|
73
84
|
Object.defineProperty(exports, "runSpecsCloseCommand", { enumerable: true, get: function () { return specs_1.runSpecsCloseCommand; } });
|
|
74
85
|
Object.defineProperty(exports, "runSpecsArchiveCommand", { enumerable: true, get: function () { return specs_1.runSpecsArchiveCommand; } });
|
|
86
|
+
Object.defineProperty(exports, "runSpecsPruneArchiveCommand", { enumerable: true, get: function () { return specs_1.runSpecsPruneArchiveCommand; } });
|
|
87
|
+
Object.defineProperty(exports, "runSpecsRecoverCommand", { enumerable: true, get: function () { return specs_1.runSpecsRecoverCommand; } });
|
|
88
|
+
Object.defineProperty(exports, "runSpecsRetireDraftCommand", { enumerable: true, get: function () { return specs_1.runSpecsRetireDraftCommand; } });
|
|
89
|
+
Object.defineProperty(exports, "runSpecsMigrateCommand", { enumerable: true, get: function () { return specs_1.runSpecsMigrateCommand; } });
|
|
75
90
|
var worktree_1 = require("./commands/worktree");
|
|
76
91
|
Object.defineProperty(exports, "runWorktreeCreateCommand", { enumerable: true, get: function () { return worktree_1.runWorktreeCreateCommand; } });
|
|
77
92
|
Object.defineProperty(exports, "runWorktreeListCommand", { enumerable: true, get: function () { return worktree_1.runWorktreeListCommand; } });
|
|
78
93
|
Object.defineProperty(exports, "runWorktreeBindCommand", { enumerable: true, get: function () { return worktree_1.runWorktreeBindCommand; } });
|
|
79
94
|
Object.defineProperty(exports, "runWorktreeDestroyCommand", { enumerable: true, get: function () { return worktree_1.runWorktreeDestroyCommand; } });
|
|
80
95
|
Object.defineProperty(exports, "runWorktreeMergeCommand", { enumerable: true, get: function () { return worktree_1.runWorktreeMergeCommand; } });
|
|
96
|
+
Object.defineProperty(exports, "runWorktreeMigrateRegistryCommand", { enumerable: true, get: function () { return worktree_1.runWorktreeMigrateRegistryCommand; } });
|
|
97
|
+
Object.defineProperty(exports, "runWorktreeRepairSparseCommand", { enumerable: true, get: function () { return worktree_1.runWorktreeRepairSparseCommand; } });
|
|
81
98
|
var init_2 = require("./render/init");
|
|
82
99
|
Object.defineProperty(exports, "renderInit", { enumerable: true, get: function () { return init_2.renderInit; } });
|
|
100
|
+
// ─── caws agents (MULTI-AGENT-ACTIVITY-REGISTRY-001) ─────────────────────
|
|
101
|
+
var agents_1 = require("./commands/agents");
|
|
102
|
+
Object.defineProperty(exports, "runAgentsRegisterCommand", { enumerable: true, get: function () { return agents_1.runAgentsRegisterCommand; } });
|
|
103
|
+
Object.defineProperty(exports, "runAgentsHeartbeatCommand", { enumerable: true, get: function () { return agents_1.runAgentsHeartbeatCommand; } });
|
|
104
|
+
Object.defineProperty(exports, "runAgentsStopCommand", { enumerable: true, get: function () { return agents_1.runAgentsStopCommand; } });
|
|
105
|
+
Object.defineProperty(exports, "runAgentsListCommand", { enumerable: true, get: function () { return agents_1.runAgentsListCommand; } });
|
|
106
|
+
Object.defineProperty(exports, "runAgentsShowCommand", { enumerable: true, get: function () { return agents_1.runAgentsShowCommand; } });
|
|
107
|
+
Object.defineProperty(exports, "runAgentsPruneCommand", { enumerable: true, get: function () { return agents_1.runAgentsPruneCommand; } });
|
|
83
108
|
var register_1 = require("./register");
|
|
84
109
|
Object.defineProperty(exports, "registerShellCommands", { enumerable: true, get: function () { return register_1.registerShellCommands; } });
|
|
110
|
+
// CAWS-CLI-HELP-METADATA-AUTHORITY-001: the typed single-source command
|
|
111
|
+
// metadata that register.ts consumes (populated group-by-group in slices 2-3)
|
|
112
|
+
// and that the help-metadata lock test asserts against the kernel enums +
|
|
113
|
+
// REGISTERED_COMMAND_GROUPS.
|
|
114
|
+
var command_metadata_1 = require("./command-metadata");
|
|
115
|
+
Object.defineProperty(exports, "COMMAND_SURFACE_METADATA", { enumerable: true, get: function () { return command_metadata_1.COMMAND_SURFACE_METADATA; } });
|
|
85
116
|
//# sourceMappingURL=index.js.map
|
package/dist/shell/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/shell/index.ts"],"names":[],"mappings":";AAAA,4CAA4C;AAC5C,EAAE;AACF,qEAAqE;AACrE,oEAAoE;AACpE,qEAAqE;AACrE,kEAAkE
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/shell/index.ts"],"names":[],"mappings":"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"}
|