-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPACKAGE-MANIFEST.json
More file actions
105 lines (105 loc) · 2.58 KB
/
Copy pathPACKAGE-MANIFEST.json
File metadata and controls
105 lines (105 loc) · 2.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "commandcode-docgen-kit",
"version": "2.0.0",
"releaseType": "breaking-token-efficiency-redesign",
"runtime": {
"node": ">=22.5.0",
"database": "node:sqlite with FTS5",
"provider": "Command Code CLI"
},
"defaultInstallationScope": "global",
"globalComponents": [
"skills",
"commands",
"hooks",
"modular-engine",
"bounded-prompts",
"schemas",
"project-template"
],
"projectComponents": [
".docgen/config",
".docgen/index",
".docgen/context",
".docgen/model",
".docgen/plan",
".docgen/traceability",
".docgen/audit",
".docgen/telemetry",
".docgen/budget",
".docgen/runs",
".docgen/publish",
".docgen/state",
"docs",
".docgenignore"
],
"counts": {
"agents": 0,
"skills": 50,
"commands": 15,
"schemas": 35,
"providerPrompts": 5
},
"tokenEfficiency": {
"singlePassSourceIndex": true,
"incrementalFileHashing": true,
"sourceChunkIndex": true,
"sqliteFts5": true,
"boundedContextCompiler": true,
"contentAddressedContext": true,
"hardProviderBudgets": true,
"providerTelemetry": true,
"twoModelSynthesisCalls": true,
"deterministicReferenceRendering": true,
"itemLevelPageInvalidation": true,
"selectiveRiskAudit": true,
"auditInputCaching": true,
"parentAgentDelegation": false,
"autoEnrichLoop": false,
"autoFixLoop": false,
"fullReauditLoop": false,
"legacyPipeline": false
},
"trustworthiness": {
"typedSemanticModels": true,
"claimLevelTraceability": true,
"factEvidenceValidation": true,
"ignoredEvidenceRejected": true,
"contextOnlyReadHook": true,
"mermaidOnly": true
},
"sourceBoundary": {
"gitignore": true,
"nestedGitignoreFallback": true,
"docgenignore": true,
"binaryAndNonText": true,
"magicAndUtf8Probe": true,
"oversizedTextGuard": true
},
"publishing": {
"frontmatter": true,
"llmsTxt": true,
"llmsFullTxt": true,
"searchIndex": true,
"navigationIndex": true
},
"systemOfSystems": {
"workspaceRegistry": true,
"multiRepositoryAggregation": true,
"dependencyGraph": true,
"contractRegistry": true,
"capabilityMap": true,
"businessJourneys": true,
"crossServiceFlows": true,
"dataLineage": true,
"ownership": true,
"changeImpact": true,
"incrementalWorkspaceRebuild": true
},
"migration": {
"from": "1.x",
"command": "docgen migrate",
"preserves": ["docs/**", ".docgenignore", "selected runtime/ignore configuration"],
"archivesLegacyArtifacts": true
}
}