@llm-dev-ops/agentics-cli 1.4.6 → 1.4.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/dist/adapters/base-adapter.d.ts +117 -0
- package/dist/adapters/base-adapter.d.ts.map +1 -1
- package/dist/adapters/base-adapter.js +143 -0
- package/dist/adapters/base-adapter.js.map +1 -1
- package/dist/auth/identity-resolver.d.ts +21 -0
- package/dist/auth/identity-resolver.d.ts.map +1 -0
- package/dist/auth/identity-resolver.js +68 -0
- package/dist/auth/identity-resolver.js.map +1 -0
- package/dist/auth/index.d.ts +2 -0
- package/dist/auth/index.d.ts.map +1 -1
- package/dist/auth/index.js +2 -0
- package/dist/auth/index.js.map +1 -1
- package/dist/auth/role-permissions.d.ts +12 -0
- package/dist/auth/role-permissions.d.ts.map +1 -0
- package/dist/auth/role-permissions.js +43 -0
- package/dist/auth/role-permissions.js.map +1 -0
- package/dist/cli/index.js +139 -134
- package/dist/cli/index.js.map +1 -1
- package/dist/commands/erp.d.ts.map +1 -1
- package/dist/commands/erp.js +62 -0
- package/dist/commands/erp.js.map +1 -1
- package/dist/commands/login.d.ts.map +1 -1
- package/dist/commands/login.js +25 -0
- package/dist/commands/login.js.map +1 -1
- package/dist/commands/logout.d.ts.map +1 -1
- package/dist/commands/logout.js +4 -1
- package/dist/commands/logout.js.map +1 -1
- package/dist/commands/plan.d.ts.map +1 -1
- package/dist/commands/plan.js +6 -5
- package/dist/commands/plan.js.map +1 -1
- package/dist/commands/simulate.d.ts.map +1 -1
- package/dist/commands/simulate.js +57 -1
- package/dist/commands/simulate.js.map +1 -1
- package/dist/commands/whoami.d.ts +4 -0
- package/dist/commands/whoami.d.ts.map +1 -1
- package/dist/commands/whoami.js +22 -5
- package/dist/commands/whoami.js.map +1 -1
- package/dist/contracts/adr-002-operational-enforcement.d.ts +684 -0
- package/dist/contracts/adr-002-operational-enforcement.d.ts.map +1 -0
- package/dist/contracts/adr-002-operational-enforcement.js +671 -0
- package/dist/contracts/adr-002-operational-enforcement.js.map +1 -0
- package/dist/contracts/adr-003-governance-architecture.d.ts +766 -0
- package/dist/contracts/adr-003-governance-architecture.d.ts.map +1 -0
- package/dist/contracts/adr-003-governance-architecture.js +773 -0
- package/dist/contracts/adr-003-governance-architecture.js.map +1 -0
- package/dist/contracts/adr-004-enterprise-integration-memory.d.ts +1150 -0
- package/dist/contracts/adr-004-enterprise-integration-memory.d.ts.map +1 -0
- package/dist/contracts/adr-004-enterprise-integration-memory.js +1158 -0
- package/dist/contracts/adr-004-enterprise-integration-memory.js.map +1 -0
- package/dist/contracts/adr-005-system-coherence-drift-self-governance.d.ts +1393 -0
- package/dist/contracts/adr-005-system-coherence-drift-self-governance.d.ts.map +1 -0
- package/dist/contracts/adr-005-system-coherence-drift-self-governance.js +1371 -0
- package/dist/contracts/adr-005-system-coherence-drift-self-governance.js.map +1 -0
- package/dist/contracts/adr-006-claude-code-synthesis-runner.d.ts +196 -0
- package/dist/contracts/adr-006-claude-code-synthesis-runner.d.ts.map +1 -0
- package/dist/contracts/adr-006-claude-code-synthesis-runner.js +177 -0
- package/dist/contracts/adr-006-claude-code-synthesis-runner.js.map +1 -0
- package/dist/contracts/adr-007-subcommand-synthesis-router.d.ts +273 -0
- package/dist/contracts/adr-007-subcommand-synthesis-router.d.ts.map +1 -0
- package/dist/contracts/adr-007-subcommand-synthesis-router.js +226 -0
- package/dist/contracts/adr-007-subcommand-synthesis-router.js.map +1 -0
- package/dist/contracts/adr-008-synthesis-artifact-persistence.d.ts +323 -0
- package/dist/contracts/adr-008-synthesis-artifact-persistence.d.ts.map +1 -0
- package/dist/contracts/adr-008-synthesis-artifact-persistence.js +184 -0
- package/dist/contracts/adr-008-synthesis-artifact-persistence.js.map +1 -0
- package/dist/contracts/adr-command-semantics.d.ts +150 -0
- package/dist/contracts/adr-command-semantics.d.ts.map +1 -0
- package/dist/contracts/adr-command-semantics.js +984 -0
- package/dist/contracts/adr-command-semantics.js.map +1 -0
- package/dist/contracts/index.d.ts +5 -0
- package/dist/contracts/index.d.ts.map +1 -1
- package/dist/contracts/index.js +16 -0
- package/dist/contracts/index.js.map +1 -1
- package/dist/enterprise/index.d.ts +16 -0
- package/dist/enterprise/index.d.ts.map +1 -0
- package/dist/enterprise/index.js +17 -0
- package/dist/enterprise/index.js.map +1 -0
- package/dist/enterprise/integration-registry.d.ts +73 -0
- package/dist/enterprise/integration-registry.d.ts.map +1 -0
- package/dist/enterprise/integration-registry.js +252 -0
- package/dist/enterprise/integration-registry.js.map +1 -0
- package/dist/enterprise/lineage.d.ts +73 -0
- package/dist/enterprise/lineage.d.ts.map +1 -0
- package/dist/enterprise/lineage.js +218 -0
- package/dist/enterprise/lineage.js.map +1 -0
- package/dist/gates/argument-guard.d.ts +39 -0
- package/dist/gates/argument-guard.d.ts.map +1 -0
- package/dist/gates/argument-guard.js +180 -0
- package/dist/gates/argument-guard.js.map +1 -0
- package/dist/gates/index.d.ts +5 -0
- package/dist/gates/index.d.ts.map +1 -1
- package/dist/gates/index.js +7 -0
- package/dist/gates/index.js.map +1 -1
- package/dist/gates/lineage-gate.d.ts +55 -0
- package/dist/gates/lineage-gate.d.ts.map +1 -0
- package/dist/gates/lineage-gate.js +127 -0
- package/dist/gates/lineage-gate.js.map +1 -0
- package/dist/mcp/mcp-server.d.ts +35 -0
- package/dist/mcp/mcp-server.d.ts.map +1 -0
- package/dist/mcp/mcp-server.js +692 -0
- package/dist/mcp/mcp-server.js.map +1 -0
- package/dist/modules/help-renderer.d.ts +25 -0
- package/dist/modules/help-renderer.d.ts.map +1 -0
- package/dist/modules/help-renderer.js +163 -0
- package/dist/modules/help-renderer.js.map +1 -0
- package/dist/modules/index.d.ts +1 -0
- package/dist/modules/index.d.ts.map +1 -1
- package/dist/modules/index.js +1 -0
- package/dist/modules/index.js.map +1 -1
- package/dist/runtime/claude-code-runner.d.ts +93 -0
- package/dist/runtime/claude-code-runner.d.ts.map +1 -0
- package/dist/runtime/claude-code-runner.js +588 -0
- package/dist/runtime/claude-code-runner.js.map +1 -0
- package/dist/runtime/index.d.ts +5 -0
- package/dist/runtime/index.d.ts.map +1 -0
- package/dist/runtime/index.js +5 -0
- package/dist/runtime/index.js.map +1 -0
- package/dist/server/index.d.ts +2 -0
- package/dist/server/index.d.ts.map +1 -1
- package/dist/server/index.js +16 -1
- package/dist/server/index.js.map +1 -1
- package/dist/server/routes/identity.d.ts +9 -0
- package/dist/server/routes/identity.d.ts.map +1 -0
- package/dist/server/routes/identity.js +100 -0
- package/dist/server/routes/identity.js.map +1 -0
- package/dist/server/routes/index.d.ts +2 -0
- package/dist/server/routes/index.d.ts.map +1 -1
- package/dist/server/routes/index.js +2 -0
- package/dist/server/routes/index.js.map +1 -1
- package/dist/server/routes/lineage.d.ts +15 -0
- package/dist/server/routes/lineage.d.ts.map +1 -0
- package/dist/server/routes/lineage.js +128 -0
- package/dist/server/routes/lineage.js.map +1 -0
- package/dist/synthesis/artifact-writer.d.ts +62 -0
- package/dist/synthesis/artifact-writer.d.ts.map +1 -0
- package/dist/synthesis/artifact-writer.js +603 -0
- package/dist/synthesis/artifact-writer.js.map +1 -0
- package/dist/synthesis/index.d.ts +7 -0
- package/dist/synthesis/index.d.ts.map +1 -0
- package/dist/synthesis/index.js +7 -0
- package/dist/synthesis/index.js.map +1 -0
- package/dist/synthesis/prompts/index.d.ts +50 -0
- package/dist/synthesis/prompts/index.d.ts.map +1 -0
- package/dist/synthesis/prompts/index.js +502 -0
- package/dist/synthesis/prompts/index.js.map +1 -0
- package/dist/synthesis/router.d.ts +70 -0
- package/dist/synthesis/router.d.ts.map +1 -0
- package/dist/synthesis/router.js +346 -0
- package/dist/synthesis/router.js.map +1 -0
- package/dist/types/index.d.ts +132 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/utils/identity-store.d.ts +31 -0
- package/dist/utils/identity-store.d.ts.map +1 -0
- package/dist/utils/identity-store.js +97 -0
- package/dist/utils/identity-store.js.map +1 -0
- package/dist/utils/index.d.ts +2 -0
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +1 -0
- package/dist/utils/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Lineage Gate — Gate 6 (ADR-004 Enforcement)
|
|
3
|
+
*
|
|
4
|
+
* PURPOSE: Enforce that artifact-producing commands reference a valid
|
|
5
|
+
* simulation parent. No integration proposal or ERP mapping may
|
|
6
|
+
* exist without traceability to a governed simulation.
|
|
7
|
+
*
|
|
8
|
+
* INVARIANTS ENFORCED:
|
|
9
|
+
* - ADR-004 Invariant 2: Every integration/ERP mapping derives from a simulation
|
|
10
|
+
* - ADR-004 Invariant 3: No integration proposal without traceability
|
|
11
|
+
* - ADR-004 Invariant 7: CLI is only path for artifact creation
|
|
12
|
+
*
|
|
13
|
+
* EXIT CODE: 110 (LINEAGE_VIOLATION)
|
|
14
|
+
*
|
|
15
|
+
* BEHAVIOR:
|
|
16
|
+
* - Commands that produce enterprise artifacts (erp surface, erp map,
|
|
17
|
+
* erp export) must pass a simulation_id in their positional args
|
|
18
|
+
* or flags when the lineage gate is enabled.
|
|
19
|
+
* - Commands that do not produce artifacts (list, inspect, help)
|
|
20
|
+
* are exempt from lineage validation.
|
|
21
|
+
* - The gate validates that simulation_id is present and non-empty.
|
|
22
|
+
* Whether the simulation exists in Ruvector is validated at the
|
|
23
|
+
* command level, not at the gate level (gate is synchronous).
|
|
24
|
+
*/
|
|
25
|
+
import { validateTraceability } from '../enterprise/lineage.js';
|
|
26
|
+
// ============================================================================
|
|
27
|
+
// Constants
|
|
28
|
+
// ============================================================================
|
|
29
|
+
export const LINEAGE_VIOLATION_EXIT_CODE = 110;
|
|
30
|
+
/**
|
|
31
|
+
* Commands that produce enterprise artifacts requiring lineage.
|
|
32
|
+
* These commands must reference a simulation_id.
|
|
33
|
+
*/
|
|
34
|
+
const LINEAGE_REQUIRED_COMMANDS = new Map([
|
|
35
|
+
['erp', new Set(['surface', 'map', 'export'])],
|
|
36
|
+
]);
|
|
37
|
+
/**
|
|
38
|
+
* Commands exempt from lineage validation.
|
|
39
|
+
* These commands are read-only or do not produce artifacts.
|
|
40
|
+
*/
|
|
41
|
+
const LINEAGE_EXEMPT_COMMANDS = new Set([
|
|
42
|
+
'help',
|
|
43
|
+
'version',
|
|
44
|
+
'login',
|
|
45
|
+
'logout',
|
|
46
|
+
'whoami',
|
|
47
|
+
'usage',
|
|
48
|
+
]);
|
|
49
|
+
// ============================================================================
|
|
50
|
+
// Gate Implementation
|
|
51
|
+
// ============================================================================
|
|
52
|
+
/**
|
|
53
|
+
* Check whether a command passes lineage validation.
|
|
54
|
+
* Returns a result indicating whether the command is allowed.
|
|
55
|
+
*
|
|
56
|
+
* Lineage is required when:
|
|
57
|
+
* 1. The command is in LINEAGE_REQUIRED_COMMANDS
|
|
58
|
+
* 2. The command is not in LINEAGE_EXEMPT_COMMANDS
|
|
59
|
+
* 3. The command produces enterprise artifacts
|
|
60
|
+
*/
|
|
61
|
+
export function checkLineageGate(cmd) {
|
|
62
|
+
const primary = cmd.command;
|
|
63
|
+
const sub = cmd.subcommand;
|
|
64
|
+
// Exempt commands skip lineage validation
|
|
65
|
+
if (LINEAGE_EXEMPT_COMMANDS.has(primary)) {
|
|
66
|
+
return { allowed: true, message: '', exitCode: 0, lineageRequired: false };
|
|
67
|
+
}
|
|
68
|
+
// Check if this command+subcommand requires lineage
|
|
69
|
+
const requiredSubs = LINEAGE_REQUIRED_COMMANDS.get(primary);
|
|
70
|
+
if (!requiredSubs || !sub || !requiredSubs.has(sub)) {
|
|
71
|
+
return { allowed: true, message: '', exitCode: 0, lineageRequired: false };
|
|
72
|
+
}
|
|
73
|
+
// This command requires lineage — check for simulation_id
|
|
74
|
+
// simulation_id can be provided as:
|
|
75
|
+
// 1. A flag: --simulation-id <id>
|
|
76
|
+
// 2. An option: simulation_id in options
|
|
77
|
+
// 3. The first positional arg (for commands that take simulation_id as primary arg)
|
|
78
|
+
const simulationId = cmd.options['simulation-id'] ??
|
|
79
|
+
cmd.options['simulation_id'] ??
|
|
80
|
+
cmd.flags['simulation-id'] ??
|
|
81
|
+
undefined;
|
|
82
|
+
const validation = validateTraceability(simulationId, `${primary} ${sub}`);
|
|
83
|
+
if (!validation.valid) {
|
|
84
|
+
return {
|
|
85
|
+
allowed: false,
|
|
86
|
+
message: `Lineage violation: ${validation.message}\n` +
|
|
87
|
+
`Usage: agentics ${primary} ${sub} --simulation-id <simulation_id>\n` +
|
|
88
|
+
`\n` +
|
|
89
|
+
`Enterprise artifacts must trace to a governed simulation (ADR-004).`,
|
|
90
|
+
exitCode: LINEAGE_VIOLATION_EXIT_CODE,
|
|
91
|
+
lineageRequired: true,
|
|
92
|
+
};
|
|
93
|
+
}
|
|
94
|
+
return { allowed: true, message: '', exitCode: 0, lineageRequired: true };
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* Enforce lineage gate — exits the process if validation fails.
|
|
98
|
+
*/
|
|
99
|
+
export function enforceLineageGate(cmd) {
|
|
100
|
+
const result = checkLineageGate(cmd);
|
|
101
|
+
if (!result.allowed) {
|
|
102
|
+
console.error(JSON.stringify({
|
|
103
|
+
error: {
|
|
104
|
+
code: 'LINEAGE_VIOLATION',
|
|
105
|
+
message: result.message,
|
|
106
|
+
command: `${cmd.command} ${cmd.subcommand ?? ''}`.trim(),
|
|
107
|
+
exit_code: result.exitCode,
|
|
108
|
+
adr: 'ADR-004',
|
|
109
|
+
},
|
|
110
|
+
}));
|
|
111
|
+
process.exit(result.exitCode);
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
/**
|
|
115
|
+
* Check if a command requires lineage validation.
|
|
116
|
+
*/
|
|
117
|
+
export function requiresLineageValidation(primary, sub) {
|
|
118
|
+
if (LINEAGE_EXEMPT_COMMANDS.has(primary))
|
|
119
|
+
return false;
|
|
120
|
+
const requiredSubs = LINEAGE_REQUIRED_COMMANDS.get(primary);
|
|
121
|
+
if (!requiredSubs)
|
|
122
|
+
return false;
|
|
123
|
+
if (!sub)
|
|
124
|
+
return false;
|
|
125
|
+
return requiredSubs.has(sub);
|
|
126
|
+
}
|
|
127
|
+
//# sourceMappingURL=lineage-gate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lineage-gate.js","sourceRoot":"","sources":["../../src/gates/lineage-gate.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
/**
|
|
3
|
+
* Agentics CLI — MCP Server (stdio transport)
|
|
4
|
+
*
|
|
5
|
+
* Exposes every CLI command + subcommand as an MCP tool so Claude Code
|
|
6
|
+
* can call them directly, the same way claude-flow works.
|
|
7
|
+
*
|
|
8
|
+
* Protocol: JSON-RPC 2.0 over newline-delimited stdin/stdout
|
|
9
|
+
*
|
|
10
|
+
* Tool inventory (48 tools across 12 domains):
|
|
11
|
+
*
|
|
12
|
+
* Identity & Access login, logout, whoami
|
|
13
|
+
* Simulation simulate_create, simulate_run, simulate_list,
|
|
14
|
+
* simulate_inspect, simulate_delete
|
|
15
|
+
* Planning plan_create, plan_list, plan_inspect,
|
|
16
|
+
* plan_approve, plan_delete
|
|
17
|
+
* Inspect inspect_query, inspect_run, inspect_latest,
|
|
18
|
+
* inspect_artifacts
|
|
19
|
+
* Usage & Billing usage, usage_history, usage_limits, usage_reset
|
|
20
|
+
* ROI / Quantify quantify_create, quantify_inspect, quantify_list,
|
|
21
|
+
* quantify_compare
|
|
22
|
+
* Deployment deploy_preview, deploy_run, deploy_status,
|
|
23
|
+
* deploy_rollback
|
|
24
|
+
* Export export_terraform, export_kubernetes, export_erp
|
|
25
|
+
* Policy policy_list, policy_inspect, policy_create,
|
|
26
|
+
* policy_edit, policy_delete, policy_enable,
|
|
27
|
+
* policy_disable, policy_dry_run, policy_scope
|
|
28
|
+
* ERP Surface erp_list, erp_inspect, erp_surface, erp_map,
|
|
29
|
+
* erp_export
|
|
30
|
+
* Diligence diligence
|
|
31
|
+
* Audit audit
|
|
32
|
+
* Meta version, help
|
|
33
|
+
*/
|
|
34
|
+
export {};
|
|
35
|
+
//# sourceMappingURL=mcp-server.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mcp-server.d.ts","sourceRoot":"","sources":["../../src/mcp/mcp-server.ts"],"names":[],"mappings":";AACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG"}
|