Skip to content

Commit 8fd3b7c

Browse files
replace v1 package manifest with v2 architecture
1 parent 496ed4c commit 8fd3b7c

1 file changed

Lines changed: 66 additions & 60 deletions

File tree

PACKAGE-MANIFEST.json

Lines changed: 66 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,99 +1,105 @@
11
{
22
"name": "commandcode-docgen-kit",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
4+
"releaseType": "breaking-token-efficiency-redesign",
5+
"runtime": {
6+
"node": ">=22.5.0",
7+
"database": "node:sqlite with FTS5",
8+
"provider": "Command Code CLI"
9+
},
410
"defaultInstallationScope": "global",
511
"globalComponents": [
6-
"agents",
712
"skills",
813
"commands",
914
"hooks",
10-
"orchestrator",
11-
"prompts",
15+
"modular-engine",
16+
"bounded-prompts",
1217
"schemas",
1318
"project-template"
1419
],
1520
"projectComponents": [
1621
".docgen/config",
17-
".docgen/evidence",
22+
".docgen/index",
23+
".docgen/context",
1824
".docgen/model",
1925
".docgen/plan",
26+
".docgen/traceability",
2027
".docgen/audit",
21-
".docgen/state",
28+
".docgen/telemetry",
29+
".docgen/budget",
2230
".docgen/runs",
23-
".docgen/traceability",
31+
".docgen/publish",
32+
".docgen/state",
2433
"docs",
25-
".docgen/quarantine",
26-
".docgenignore",
27-
".docgen/publish"
34+
".docgenignore"
2835
],
2936
"counts": {
30-
"agents": 8,
37+
"agents": 0,
3138
"skills": 50,
32-
"commands": 21,
39+
"commands": 15,
3340
"schemas": 35,
34-
"prompts": 14
41+
"providerPrompts": 5
3542
},
36-
"contractFirewall": {
37-
"boundaries": 19,
38-
"deterministicTests": 21,
39-
"transactionalStages": 6,
40-
"zeroTokenCommand": "docgen contract-test"
43+
"tokenEfficiency": {
44+
"singlePassSourceIndex": true,
45+
"incrementalFileHashing": true,
46+
"sourceChunkIndex": true,
47+
"sqliteFts5": true,
48+
"boundedContextCompiler": true,
49+
"contentAddressedContext": true,
50+
"hardProviderBudgets": true,
51+
"providerTelemetry": true,
52+
"twoModelSynthesisCalls": true,
53+
"deterministicReferenceRendering": true,
54+
"itemLevelPageInvalidation": true,
55+
"selectiveRiskAudit": true,
56+
"auditInputCaching": true,
57+
"parentAgentDelegation": false,
58+
"autoEnrichLoop": false,
59+
"autoFixLoop": false,
60+
"fullReauditLoop": false,
61+
"legacyPipeline": false
4162
},
42-
"p0Trustworthiness": {
63+
"trustworthiness": {
4364
"typedSemanticModels": true,
4465
"claimLevelTraceability": true,
45-
"evidenceCentricQuality": true,
46-
"crossPageContradictions": true,
47-
"duplicateDetection": true,
48-
"sourceFreshness": true,
49-
"wordCountGate": "advisory",
50-
"zeroTokenCommand": "docgen traceability"
66+
"factEvidenceValidation": true,
67+
"ignoredEvidenceRejected": true,
68+
"contextOnlyReadHook": true,
69+
"mermaidOnly": true
5170
},
52-
"p1EnterpriseDepth": {
53-
"security": true,
54-
"operations": true,
55-
"testing": true,
56-
"dataGovernance": true,
57-
"architectureDecisions": true,
58-
"configuration": true,
59-
"changeImpact": true,
60-
"ownership": true
61-
},
62-
"ignoreBoundary": {
71+
"sourceBoundary": {
6372
"gitignore": true,
73+
"nestedGitignoreFallback": true,
6474
"docgenignore": true,
65-
"readHook": true,
66-
"sourceInventory": true,
67-
"fingerprintsRespectIgnore": true,
68-
"traceabilityRejectsIgnoredEvidence": true,
6975
"binaryAndNonText": true,
70-
"magicAndUtf8Probe": true
76+
"magicAndUtf8Probe": true,
77+
"oversizedTextGuard": true
7178
},
72-
"p2DocumentationExperience": {
73-
"documentModes": true,
79+
"publishing": {
7480
"frontmatter": true,
7581
"llmsTxt": true,
82+
"llmsFullTxt": true,
7683
"searchIndex": true,
77-
"backlinks": true,
78-
"aliasesRedirects": true,
79-
"versionDeprecationMigration": true,
80-
"evidenceDerivedExamples": true
84+
"navigationIndex": true
8185
},
82-
"p3SystemOfSystems": {
86+
"systemOfSystems": {
8387
"workspaceRegistry": true,
8488
"multiRepositoryAggregation": true,
85-
"globalDependencyGraph": true,
86-
"sharedContractRegistry": true,
87-
"domainCapabilityMap": true,
89+
"dependencyGraph": true,
90+
"contractRegistry": true,
91+
"capabilityMap": true,
8892
"businessJourneys": true,
89-
"crossServiceRequestFlows": true,
90-
"crossServiceEventFlows": true,
91-
"crossRepositoryDataLineage": true,
92-
"sharedInfrastructure": true,
93-
"ownershipAggregation": true,
94-
"crossRepositoryChangeImpact": true,
95-
"incrementalWorkspaceRebuild": true,
96-
"mermaidOnly": true,
97-
"zeroProviderBasePipeline": true
93+
"crossServiceFlows": true,
94+
"dataLineage": true,
95+
"ownership": true,
96+
"changeImpact": true,
97+
"incrementalWorkspaceRebuild": true
98+
},
99+
"migration": {
100+
"from": "1.x",
101+
"command": "docgen migrate",
102+
"preserves": ["docs/**", ".docgenignore", "selected runtime/ignore configuration"],
103+
"archivesLegacyArtifacts": true
98104
}
99105
}

0 commit comments

Comments
 (0)