chati-dev 4.5.7 → 4.5.9
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/framework/agents/build/dev.md +1 -1
- package/framework/agents/deploy/devops.md +1 -1
- package/framework/agents/discover/brief.md +1 -1
- package/framework/agents/discover/brownfield-wu.md +1 -1
- package/framework/agents/discover/greenfield-wu.md +1 -1
- package/framework/agents/plan/architect-data-engineer.md +1 -1
- package/framework/agents/plan/architect-system.md +1 -1
- package/framework/agents/plan/architect.md +1 -1
- package/framework/agents/plan/detail.md +1 -1
- package/framework/agents/plan/phases.md +1 -1
- package/framework/agents/plan/tasks.md +1 -1
- package/framework/agents/plan/ux-brand-architect.md +1 -1
- package/framework/agents/plan/ux-component-engineer.md +1 -1
- package/framework/agents/plan/ux-researcher.md +1 -1
- package/framework/agents/plan/ux.md +1 -1
- package/framework/agents/quality/qa-implementation.md +1 -1
- package/framework/agents/quality/qa-planning.md +1 -1
- package/framework/agents/quality/qa-visual.md +1 -1
- package/framework/agents/shared/visualizer.md +1 -1
- package/framework/config.yaml +2 -2
- package/framework/context/root.md +1 -1
- package/framework/data/entity-registry.yaml +1 -1
- package/framework/hooks/license-guard.js +19 -0
- package/framework/manifest.json +53 -48
- package/framework/manifest.sig +1 -1
- package/framework/orchestrator/chati-router.js +177 -71
- package/framework/orchestrator/chati.md +1 -1
- package/framework/package.json +3 -0
- package/package.json +1 -1
- package/src/config/claude-settings-generator.js +6 -6
- package/src/config/context-file-generator.js +2 -2
- package/src/config/ide-configs.js +3 -3
- package/src/config/mcp-configs.js +80 -10
- package/src/installer/core.js +60 -34
- package/src/installer/path-replacement.js +13 -0
- package/src/installer/provider-overlay.js +3 -1
- package/src/installer-v2/index.js +55 -0
|
@@ -13,7 +13,7 @@ You are the **Dev Agent**, responsible for implementing code based on the approv
|
|
|
13
13
|
- **Duration**: Varies per task
|
|
14
14
|
- **Ratio**: 20% Human / 80% AI (interactive) or 5% Human / 95% AI (autonomous)
|
|
15
15
|
- **Absorbs**: Dev personas, self-validation patterns, Design System token enforcement, Ralph Wiggum autonomous mode, blocker taxonomy
|
|
16
|
-
- **
|
|
16
|
+
- **Execution binding**: resolved at runtime by installation-v2 task routing; never self-select or downgrade
|
|
17
17
|
- **Provider**: claude (default) | gemini (when large codebase tasks)
|
|
18
18
|
|
|
19
19
|
## Required MCPs
|
|
@@ -12,7 +12,7 @@ You are the **DevOps Agent**, responsible for shipping the project: Git operatio
|
|
|
12
12
|
- **Question Answered**: SHIP it
|
|
13
13
|
- **Duration**: 15-30 min
|
|
14
14
|
- **Ratio**: 30% Human / 70% AI
|
|
15
|
-
- **
|
|
15
|
+
- **Execution binding**: resolved at runtime by installation-v2 task routing; never self-select or downgrade
|
|
16
16
|
- **Provider**: claude (default)
|
|
17
17
|
- **Absorbs**: Docs-gen (auto documentation generation)
|
|
18
18
|
|
|
@@ -12,7 +12,7 @@ You are the **Brief Agent**, responsible for extracting and structuring the core
|
|
|
12
12
|
- **Question Answered**: WHAT is the problem?
|
|
13
13
|
- **Duration**: 30-60 min
|
|
14
14
|
- **Ratio**: 90% Human / 10% AI
|
|
15
|
-
- **
|
|
15
|
+
- **Execution binding**: resolved at runtime by installation-v2 task routing; never self-select or downgrade
|
|
16
16
|
- **Provider**: claude (default)
|
|
17
17
|
|
|
18
18
|
## Required MCPs
|
|
@@ -12,7 +12,7 @@ You are the **Brownfield WU Agent**, responsible for comprehensive discovery of
|
|
|
12
12
|
- **Question Answered**: HOW does it work today? (both code and operations)
|
|
13
13
|
- **Duration**: 1-4h depending on codebase size
|
|
14
14
|
- **Ratio**: 40% Human / 60% AI
|
|
15
|
-
- **
|
|
15
|
+
- **Execution binding**: resolved at runtime by installation-v2 task routing; never self-select or downgrade
|
|
16
16
|
- **Provider**: claude (default) | gemini (when codebase > 100K LOC)
|
|
17
17
|
|
|
18
18
|
## Required MCPs
|
|
@@ -12,7 +12,7 @@ You are the **Greenfield WU Agent**, responsible for understanding HOW the user
|
|
|
12
12
|
- **Question Answered**: HOW does it work today?
|
|
13
13
|
- **Duration**: 15-30 min
|
|
14
14
|
- **Ratio**: 70% Human / 30% AI
|
|
15
|
-
- **
|
|
15
|
+
- **Execution binding**: resolved at runtime by installation-v2 task routing; never self-select or downgrade
|
|
16
16
|
- **Provider**: claude (default)
|
|
17
17
|
|
|
18
18
|
## Required MCPs
|
|
@@ -9,7 +9,7 @@ You are the **Data Engineer**, a specialist sub-agent of the Architect Manager.
|
|
|
9
9
|
- **Role**: Database Architecture & Data Operations Specialist
|
|
10
10
|
- **Parent**: Architect Manager
|
|
11
11
|
- **Step**: 4 (Data Architecture - expanded from original Architect)
|
|
12
|
-
- **
|
|
12
|
+
- **Execution binding**: resolved at runtime by installation-v2 task routing; never self-select or downgrade
|
|
13
13
|
|
|
14
14
|
---
|
|
15
15
|
|
|
@@ -9,7 +9,7 @@ You are the **System Architect**, a specialist sub-agent of the Architect Manage
|
|
|
9
9
|
- **Role**: System Architecture & API Design Specialist
|
|
10
10
|
- **Parent**: Architect Manager
|
|
11
11
|
- **Steps**: 1-3 (Tech Stack, System Design, API + Auth + Deploy + Security)
|
|
12
|
-
- **
|
|
12
|
+
- **Execution binding**: resolved at runtime by installation-v2 task routing; never self-select or downgrade
|
|
13
13
|
|
|
14
14
|
---
|
|
15
15
|
|
|
@@ -12,7 +12,7 @@ You are the **Architect Manager**, the coordinator for the technical design pipe
|
|
|
12
12
|
- **Question Answered**: HOW will we build it?
|
|
13
13
|
- **Duration**: 45-90 min (coordinates 2 sub-agents sequentially)
|
|
14
14
|
- **Ratio**: 50% Human / 50% AI
|
|
15
|
-
- **
|
|
15
|
+
- **Execution binding**: resolved at runtime by installation-v2 task routing; never self-select or downgrade
|
|
16
16
|
- **Provider**: claude (default)
|
|
17
17
|
|
|
18
18
|
## Required MCPs
|
|
@@ -13,7 +13,7 @@ You are the **Detail Agent**, responsible for transforming the Brief into a form
|
|
|
13
13
|
- **Duration**: 45-90 min
|
|
14
14
|
- **Ratio**: 70% Human / 30% AI
|
|
15
15
|
- **Absorbs**: PM (PRD creation, product strategy), Analyst (market research, competitive analysis)
|
|
16
|
-
- **
|
|
16
|
+
- **Execution binding**: resolved at runtime by installation-v2 task routing; never self-select or downgrade
|
|
17
17
|
- **Provider**: claude (default)
|
|
18
18
|
|
|
19
19
|
## Required MCPs
|
|
@@ -13,7 +13,7 @@ You are the **Phases Agent**, responsible for breaking the PRD into development
|
|
|
13
13
|
- **Duration**: 20-40 min
|
|
14
14
|
- **Ratio**: 60% Human / 40% AI
|
|
15
15
|
- **Absorbs**: SM (phase planning, prioritization, wave sequencing)
|
|
16
|
-
- **
|
|
16
|
+
- **Execution binding**: resolved at runtime by installation-v2 task routing; never self-select or downgrade
|
|
17
17
|
- **Provider**: claude (default)
|
|
18
18
|
|
|
19
19
|
## Required MCPs
|
|
@@ -13,7 +13,7 @@ You are the **Tasks Agent**, responsible for breaking phases into atomic, execut
|
|
|
13
13
|
- **Duration**: 30-60 min
|
|
14
14
|
- **Ratio**: 50% Human / 50% AI
|
|
15
15
|
- **Absorbs**: SM (structured task creation, Given-When-Then criteria)
|
|
16
|
-
- **
|
|
16
|
+
- **Execution binding**: resolved at runtime by installation-v2 task routing; never self-select or downgrade
|
|
17
17
|
- **Provider**: claude (default)
|
|
18
18
|
|
|
19
19
|
## Required MCPs
|
|
@@ -9,7 +9,7 @@ You are the **Brand & Design System Architect**, a specialist sub-agent of the U
|
|
|
9
9
|
- **Role**: Brand Identity & Design System Specialist
|
|
10
10
|
- **Parent**: UX Manager
|
|
11
11
|
- **Phases**: 0 (Brand Identity) + 4 (Design System Definition)
|
|
12
|
-
- **
|
|
12
|
+
- **Execution binding**: resolved at runtime by installation-v2 task routing; never self-select or downgrade
|
|
13
13
|
|
|
14
14
|
---
|
|
15
15
|
|
|
@@ -9,7 +9,7 @@ You are the **Component Engineer**, a specialist sub-agent of the UX Manager. Yo
|
|
|
9
9
|
- **Role**: Component Architecture & Accessibility Specialist
|
|
10
10
|
- **Parent**: UX Manager
|
|
11
11
|
- **Phases**: 3 (Interaction Patterns + Accessibility + Motion + Component Discovery)
|
|
12
|
-
- **
|
|
12
|
+
- **Execution binding**: resolved at runtime by installation-v2 task routing; never self-select or downgrade
|
|
13
13
|
|
|
14
14
|
---
|
|
15
15
|
|
|
@@ -9,7 +9,7 @@ You are the **UX Researcher**, a specialist sub-agent of the UX Manager. You own
|
|
|
9
9
|
- **Role**: User Experience Research & Information Architecture Specialist
|
|
10
10
|
- **Parent**: UX Manager
|
|
11
11
|
- **Phases**: 1 (User Flow Mapping) + 2 (Information Architecture)
|
|
12
|
-
- **
|
|
12
|
+
- **Execution binding**: resolved at runtime by installation-v2 task routing; never self-select or downgrade
|
|
13
13
|
|
|
14
14
|
---
|
|
15
15
|
|
|
@@ -12,7 +12,7 @@ You are the **UX Manager**, the coordinator for the design experience pipeline.
|
|
|
12
12
|
- **Question Answered**: HOW will it look/feel?
|
|
13
13
|
- **Duration**: 60-120 min (coordinates 3 sub-agents sequentially)
|
|
14
14
|
- **Ratio**: 30% Human / 70% AI (user validates direction, sub-agents execute)
|
|
15
|
-
- **
|
|
15
|
+
- **Execution binding**: resolved at runtime by installation-v2 task routing; never self-select or downgrade
|
|
16
16
|
- **Provider**: claude (default)
|
|
17
17
|
|
|
18
18
|
## Required MCPs
|
|
@@ -12,7 +12,7 @@ You are the **QA-Implementation Agent**, the quality gate between BUILD and DEPL
|
|
|
12
12
|
- **Question Answered**: DOES it work correctly?
|
|
13
13
|
- **Duration**: 15-45 min (mostly automated)
|
|
14
14
|
- **Ratio**: 90% AI / 10% Human
|
|
15
|
-
- **
|
|
15
|
+
- **Execution binding**: resolved at runtime by installation-v2 task routing; never self-select or downgrade
|
|
16
16
|
- **Provider**: claude (default)
|
|
17
17
|
- **Absorbs**: Tests + SAST + CodeRabbit code review
|
|
18
18
|
|
|
@@ -12,7 +12,7 @@ You are the **QA-Planning Agent**, the quality gate between PLANNING (planning)
|
|
|
12
12
|
- **Question Answered**: IS everything traceable and rigorous?
|
|
13
13
|
- **Duration**: 15-30 min (automated validation)
|
|
14
14
|
- **Ratio**: 95% AI / 5% Human
|
|
15
|
-
- **
|
|
15
|
+
- **Execution binding**: resolved at runtime by installation-v2 task routing; never self-select or downgrade
|
|
16
16
|
- **Provider**: claude (default)
|
|
17
17
|
- **Absorbs**: Manager (cross-artifact validation), PO (quality gate validation, coherence checks)
|
|
18
18
|
|
|
@@ -19,7 +19,7 @@ You are the **QA-Visual Agent**, a specialized quality gate focused exclusively
|
|
|
19
19
|
- **Question Answered**: DOES it look right?
|
|
20
20
|
- **Duration**: 5-15 min (mostly automated via visual-qa.js)
|
|
21
21
|
- **Ratio**: 80% AI / 20% Human
|
|
22
|
-
- **
|
|
22
|
+
- **Execution binding**: resolved at runtime by installation-v2 task routing; never self-select or downgrade
|
|
23
23
|
- **Provider**: claude (default)
|
|
24
24
|
- **Absorbs**: Phase 5d + Phase 5e from QA-Implementation (visual review and motion quality)
|
|
25
25
|
|
|
@@ -13,7 +13,7 @@ You are the **Visualizer**, a specialized sub-agent that reads sequential screen
|
|
|
13
13
|
## Identity
|
|
14
14
|
|
|
15
15
|
- **Role**: Visual Frame Analyst (sub-agent, never runs standalone)
|
|
16
|
-
- **
|
|
16
|
+
- **Execution binding**: resolved at runtime by installation-v2 task routing; never self-select or downgrade
|
|
17
17
|
- **Spawned by**: Brief (reference analysis) or QA-Visual (build validation)
|
|
18
18
|
- **Output**: Text-only analysis returned to the parent agent
|
|
19
19
|
|
package/framework/config.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Chati.dev System Context
|
|
2
2
|
|
|
3
3
|
## Framework
|
|
4
|
-
- **Version**: 4.5.
|
|
4
|
+
- **Version**: 4.5.9
|
|
5
5
|
- **Agents**: Specialized discovery and planning agents feeding provider-neutral RAIL execution and a sealed release lane
|
|
6
6
|
- **Constitution**: 25 Articles + Preamble
|
|
7
7
|
- **Quality**: 5 pipeline gates + 3-tier verdicts + Fault Vector Protocol (Article XXII)
|
|
@@ -29,6 +29,19 @@ const CACHE_TTL_MS = 4 * 60 * 60 * 1000; // 4 hours
|
|
|
29
29
|
const GLOBAL_DIR = join(homedir(), '.chati-dev');
|
|
30
30
|
const LICENSE_PATH = join(GLOBAL_DIR, 'license.yaml');
|
|
31
31
|
|
|
32
|
+
async function hasVerifiedOpenInstallation(projectDir = process.cwd()) {
|
|
33
|
+
const artifactPath = join(projectDir, '.chati', 'v2', 'installation.json');
|
|
34
|
+
const doctorPath = join(projectDir, '.chati.dev', '_cli', 'installer-v2', 'index.js');
|
|
35
|
+
if (!existsSync(artifactPath) || !existsSync(doctorPath)) return false;
|
|
36
|
+
try {
|
|
37
|
+
const artifact = JSON.parse(readFileSync(artifactPath, 'utf-8'));
|
|
38
|
+
const { doctorV2 } = await import(doctorPath);
|
|
39
|
+
return doctorV2(artifact).passed && artifact.installation?.profile === 'open';
|
|
40
|
+
} catch {
|
|
41
|
+
return false;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
32
45
|
/**
|
|
33
46
|
* Pure license validation function — provider-agnostic.
|
|
34
47
|
* Returns a verdict object that hook wrappers can translate to their
|
|
@@ -38,6 +51,12 @@ const LICENSE_PATH = join(GLOBAL_DIR, 'license.yaml');
|
|
|
38
51
|
* @returns {Promise<{valid: boolean, reason?: string, status?: string}>}
|
|
39
52
|
*/
|
|
40
53
|
export async function checkLicense() {
|
|
54
|
+
// The public Open profile does not require a commercial license. Trust the
|
|
55
|
+
// profile only after the canonical v2 doctor validates the signed artifact.
|
|
56
|
+
if (await hasVerifiedOpenInstallation()) {
|
|
57
|
+
return { valid: true, status: 'NOT_REQUIRED', profile: 'open' };
|
|
58
|
+
}
|
|
59
|
+
|
|
41
60
|
// Read global license file — REQUIRED for operation
|
|
42
61
|
if (!existsSync(LICENSE_PATH)) {
|
|
43
62
|
return { valid: false, reason: 'No license found. Run: npx chati-dev activate --key=YOUR-KEY\nGet a license at https://chati.dev/pricing', status: 'MISSING' };
|
package/framework/manifest.json
CHANGED
|
@@ -1,103 +1,103 @@
|
|
|
1
1
|
{
|
|
2
|
-
"createdAt": "2026-08-
|
|
2
|
+
"createdAt": "2026-08-27T12:53:59.633Z",
|
|
3
3
|
"files": {
|
|
4
4
|
"agents/build/dev.md": {
|
|
5
|
-
"hash": "
|
|
6
|
-
"size":
|
|
5
|
+
"hash": "13c2b3855c1f815154a2f4020b99fd8ee71e701b41783f5f26696222720a1466",
|
|
6
|
+
"size": 64962,
|
|
7
7
|
"type": "md"
|
|
8
8
|
},
|
|
9
9
|
"agents/deploy/devops.md": {
|
|
10
|
-
"hash": "
|
|
11
|
-
"size":
|
|
10
|
+
"hash": "f751c5d95d690627c45d885d0a484c2019aacda4111cb9785b70ea1813e67f40",
|
|
11
|
+
"size": 18025,
|
|
12
12
|
"type": "md"
|
|
13
13
|
},
|
|
14
14
|
"agents/discover/brief.md": {
|
|
15
|
-
"hash": "
|
|
16
|
-
"size":
|
|
15
|
+
"hash": "f5980b1c622103879b8fec400ab4461ba9bbdc0b60f498ddcdcdc4c8504ee919",
|
|
16
|
+
"size": 26193,
|
|
17
17
|
"type": "md"
|
|
18
18
|
},
|
|
19
19
|
"agents/discover/brownfield-wu.md": {
|
|
20
|
-
"hash": "
|
|
21
|
-
"size":
|
|
20
|
+
"hash": "b89e20408bdb0c672d6799507b0f9679c76df7f87f183f27b325070174ac490f",
|
|
21
|
+
"size": 18120,
|
|
22
22
|
"type": "md"
|
|
23
23
|
},
|
|
24
24
|
"agents/discover/greenfield-wu.md": {
|
|
25
|
-
"hash": "
|
|
26
|
-
"size":
|
|
25
|
+
"hash": "046d29a39c85faaae7f67e820f8755d08b84d18ce880041208b6d9432e00eac8",
|
|
26
|
+
"size": 17214,
|
|
27
27
|
"type": "md"
|
|
28
28
|
},
|
|
29
29
|
"agents/plan/architect-data-engineer.md": {
|
|
30
|
-
"hash": "
|
|
30
|
+
"hash": "092e76bf23eda8634863f05e1557a29044ec7afbde4cce3b103db26363a2cbc5",
|
|
31
31
|
"size": 10435,
|
|
32
32
|
"type": "md"
|
|
33
33
|
},
|
|
34
34
|
"agents/plan/architect-system.md": {
|
|
35
|
-
"hash": "
|
|
36
|
-
"size":
|
|
35
|
+
"hash": "e05732c0a944be2c4d52cb3cd394a521c10c7a5d04569abb9f5f9111a1db1ceb",
|
|
36
|
+
"size": 8790,
|
|
37
37
|
"type": "md"
|
|
38
38
|
},
|
|
39
39
|
"agents/plan/architect.md": {
|
|
40
|
-
"hash": "
|
|
41
|
-
"size":
|
|
40
|
+
"hash": "d3d39eb5ac360b4945187dd6ad6b00bb096c09de2cf99232e881b91a8ae1c04a",
|
|
41
|
+
"size": 13289,
|
|
42
42
|
"type": "md"
|
|
43
43
|
},
|
|
44
44
|
"agents/plan/detail.md": {
|
|
45
|
-
"hash": "
|
|
46
|
-
"size":
|
|
45
|
+
"hash": "310903bd1e7edc79ccd30ee83ccdfdea1b18f745629f6e2892a001f777771f6a",
|
|
46
|
+
"size": 19291,
|
|
47
47
|
"type": "md"
|
|
48
48
|
},
|
|
49
49
|
"agents/plan/phases.md": {
|
|
50
|
-
"hash": "
|
|
51
|
-
"size":
|
|
50
|
+
"hash": "04f53642c0624da30cc74ec26298731480d016e959ed3538f40054ea5a95d8af",
|
|
51
|
+
"size": 15863,
|
|
52
52
|
"type": "md"
|
|
53
53
|
},
|
|
54
54
|
"agents/plan/tasks.md": {
|
|
55
|
-
"hash": "
|
|
56
|
-
"size":
|
|
55
|
+
"hash": "d6440ac7e7ecc9a24d89f39b1786e3cb218565a16b12ecba888e8899abe57b48",
|
|
56
|
+
"size": 28257,
|
|
57
57
|
"type": "md"
|
|
58
58
|
},
|
|
59
59
|
"agents/plan/ux-brand-architect.md": {
|
|
60
|
-
"hash": "
|
|
61
|
-
"size":
|
|
60
|
+
"hash": "7bb987949fb404115735c82085c906db7a6b7b1baa4e6672f442114fe6c554b7",
|
|
61
|
+
"size": 28402,
|
|
62
62
|
"type": "md"
|
|
63
63
|
},
|
|
64
64
|
"agents/plan/ux-component-engineer.md": {
|
|
65
|
-
"hash": "
|
|
66
|
-
"size":
|
|
65
|
+
"hash": "65c72804f9ee40f814493b0e4a3db6d9d12f8ce34f8a4425d46a4bd23d522aa2",
|
|
66
|
+
"size": 19702,
|
|
67
67
|
"type": "md"
|
|
68
68
|
},
|
|
69
69
|
"agents/plan/ux-researcher.md": {
|
|
70
|
-
"hash": "
|
|
71
|
-
"size":
|
|
70
|
+
"hash": "230555bfa77ced7196cf082ccc3f6de2b531b81063082c8d5af61d81ef37c608",
|
|
71
|
+
"size": 6573,
|
|
72
72
|
"type": "md"
|
|
73
73
|
},
|
|
74
74
|
"agents/plan/ux.md": {
|
|
75
|
-
"hash": "
|
|
76
|
-
"size":
|
|
75
|
+
"hash": "1b4303659b12a4cc687a7b14da52c51d4f72ab16b892cd2c074a818c96cacbe1",
|
|
76
|
+
"size": 15252,
|
|
77
77
|
"type": "md"
|
|
78
78
|
},
|
|
79
79
|
"agents/quality/qa-implementation.md": {
|
|
80
|
-
"hash": "
|
|
81
|
-
"size":
|
|
80
|
+
"hash": "33d48d86473bd23b137baefb62ccfb5ad3f5a3e515779e2a19acc54ebe1de62b",
|
|
81
|
+
"size": 40366,
|
|
82
82
|
"type": "md"
|
|
83
83
|
},
|
|
84
84
|
"agents/quality/qa-planning.md": {
|
|
85
|
-
"hash": "
|
|
86
|
-
"size":
|
|
85
|
+
"hash": "82cf821a4a04b784788f3b53281e7aa49abd4e72a88d9fcd42f2cc5c5d9a0f6d",
|
|
86
|
+
"size": 25798,
|
|
87
87
|
"type": "md"
|
|
88
88
|
},
|
|
89
89
|
"agents/quality/qa-visual.md": {
|
|
90
|
-
"hash": "
|
|
91
|
-
"size":
|
|
90
|
+
"hash": "c4b7ca7ec0378c6a51092adfcaf58f811796711f713b65ac12408529374a72e9",
|
|
91
|
+
"size": 21520,
|
|
92
92
|
"type": "md"
|
|
93
93
|
},
|
|
94
94
|
"agents/shared/visualizer.md": {
|
|
95
|
-
"hash": "
|
|
96
|
-
"size":
|
|
95
|
+
"hash": "4110dcb1c2e440f31d9820499c7e946b58ac7fe2b9e7d29f68133c3c8f2021e9",
|
|
96
|
+
"size": 4375,
|
|
97
97
|
"type": "md"
|
|
98
98
|
},
|
|
99
99
|
"config.yaml": {
|
|
100
|
-
"hash": "
|
|
100
|
+
"hash": "2a0de0eae5e361cc23b1777573b3dadf4676ce8c231a3022dd14ebac385eb89f",
|
|
101
101
|
"size": 2669,
|
|
102
102
|
"type": "yaml"
|
|
103
103
|
},
|
|
@@ -122,12 +122,12 @@
|
|
|
122
122
|
"type": "md"
|
|
123
123
|
},
|
|
124
124
|
"context/root.md": {
|
|
125
|
-
"hash": "
|
|
125
|
+
"hash": "b76681d1bdd7c75e79733a520fc0c929858dc9399348dbb8ba30380e77c32849",
|
|
126
126
|
"size": 1217,
|
|
127
127
|
"type": "md"
|
|
128
128
|
},
|
|
129
129
|
"data/entity-registry.yaml": {
|
|
130
|
-
"hash": "
|
|
130
|
+
"hash": "c4b2005f61055a6f1d04c674ba369dbb997dda8d7f81991d6012f25b5a89210f",
|
|
131
131
|
"size": 34605,
|
|
132
132
|
"type": "yaml"
|
|
133
133
|
},
|
|
@@ -307,8 +307,8 @@
|
|
|
307
307
|
"type": "js"
|
|
308
308
|
},
|
|
309
309
|
"hooks/license-guard.js": {
|
|
310
|
-
"hash": "
|
|
311
|
-
"size":
|
|
310
|
+
"hash": "40b0d044e2dac77fca826825e52119b1f2293a3b63225d1aecc9116ed7dc695d",
|
|
311
|
+
"size": 11759,
|
|
312
312
|
"type": "js"
|
|
313
313
|
},
|
|
314
314
|
"hooks/mode-governance.js": {
|
|
@@ -462,8 +462,8 @@
|
|
|
462
462
|
"type": "yaml"
|
|
463
463
|
},
|
|
464
464
|
"orchestrator/chati-router.js": {
|
|
465
|
-
"hash": "
|
|
466
|
-
"size":
|
|
465
|
+
"hash": "f5c3e7b8285d32cbb1e1f9e0bfda23f8996a4bb3e1b3966038b41d06aacc50d8",
|
|
466
|
+
"size": 20793,
|
|
467
467
|
"type": "js"
|
|
468
468
|
},
|
|
469
469
|
"orchestrator/chati-update.md": {
|
|
@@ -472,10 +472,15 @@
|
|
|
472
472
|
"type": "md"
|
|
473
473
|
},
|
|
474
474
|
"orchestrator/chati.md": {
|
|
475
|
-
"hash": "
|
|
476
|
-
"size":
|
|
475
|
+
"hash": "8d55e3e354e7e7cf4d28ca3aba5372df0580ca3b191e2e14696363867eba567a",
|
|
476
|
+
"size": 45355,
|
|
477
477
|
"type": "md"
|
|
478
478
|
},
|
|
479
|
+
"package.json": {
|
|
480
|
+
"hash": "3ca9d4afd21425087cf31893b8f9f63c81b0b8408db5e343ca76e5f8aa26ab9a",
|
|
481
|
+
"size": 23,
|
|
482
|
+
"type": "json"
|
|
483
|
+
},
|
|
479
484
|
"patterns/elicitation-library.yaml": {
|
|
480
485
|
"hash": "223780498a36981fa030ae54f2e73bbc68140073b7c30a286465cffe45886f17",
|
|
481
486
|
"size": 25578,
|
|
@@ -1347,5 +1352,5 @@
|
|
|
1347
1352
|
"type": "yaml"
|
|
1348
1353
|
}
|
|
1349
1354
|
},
|
|
1350
|
-
"version": "4.5.
|
|
1355
|
+
"version": "4.5.9"
|
|
1351
1356
|
}
|
package/framework/manifest.sig
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Hb7c+de1wUKAcc4qkLRzsVYqMzP02CNhfXf+bcp5ezJLqsH+KyZ7sOvQUpRf89mWC57jrLu/dscvchEyVdxQBQ==
|