|
1 | 1 | { |
2 | 2 | "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 | + }, |
4 | 10 | "defaultInstallationScope": "global", |
5 | 11 | "globalComponents": [ |
6 | | - "agents", |
7 | 12 | "skills", |
8 | 13 | "commands", |
9 | 14 | "hooks", |
10 | | - "orchestrator", |
11 | | - "prompts", |
| 15 | + "modular-engine", |
| 16 | + "bounded-prompts", |
12 | 17 | "schemas", |
13 | 18 | "project-template" |
14 | 19 | ], |
15 | 20 | "projectComponents": [ |
16 | 21 | ".docgen/config", |
17 | | - ".docgen/evidence", |
| 22 | + ".docgen/index", |
| 23 | + ".docgen/context", |
18 | 24 | ".docgen/model", |
19 | 25 | ".docgen/plan", |
| 26 | + ".docgen/traceability", |
20 | 27 | ".docgen/audit", |
21 | | - ".docgen/state", |
| 28 | + ".docgen/telemetry", |
| 29 | + ".docgen/budget", |
22 | 30 | ".docgen/runs", |
23 | | - ".docgen/traceability", |
| 31 | + ".docgen/publish", |
| 32 | + ".docgen/state", |
24 | 33 | "docs", |
25 | | - ".docgen/quarantine", |
26 | | - ".docgenignore", |
27 | | - ".docgen/publish" |
| 34 | + ".docgenignore" |
28 | 35 | ], |
29 | 36 | "counts": { |
30 | | - "agents": 8, |
| 37 | + "agents": 0, |
31 | 38 | "skills": 50, |
32 | | - "commands": 21, |
| 39 | + "commands": 15, |
33 | 40 | "schemas": 35, |
34 | | - "prompts": 14 |
| 41 | + "providerPrompts": 5 |
35 | 42 | }, |
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 |
41 | 62 | }, |
42 | | - "p0Trustworthiness": { |
| 63 | + "trustworthiness": { |
43 | 64 | "typedSemanticModels": true, |
44 | 65 | "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 |
51 | 70 | }, |
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": { |
63 | 72 | "gitignore": true, |
| 73 | + "nestedGitignoreFallback": true, |
64 | 74 | "docgenignore": true, |
65 | | - "readHook": true, |
66 | | - "sourceInventory": true, |
67 | | - "fingerprintsRespectIgnore": true, |
68 | | - "traceabilityRejectsIgnoredEvidence": true, |
69 | 75 | "binaryAndNonText": true, |
70 | | - "magicAndUtf8Probe": true |
| 76 | + "magicAndUtf8Probe": true, |
| 77 | + "oversizedTextGuard": true |
71 | 78 | }, |
72 | | - "p2DocumentationExperience": { |
73 | | - "documentModes": true, |
| 79 | + "publishing": { |
74 | 80 | "frontmatter": true, |
75 | 81 | "llmsTxt": true, |
| 82 | + "llmsFullTxt": true, |
76 | 83 | "searchIndex": true, |
77 | | - "backlinks": true, |
78 | | - "aliasesRedirects": true, |
79 | | - "versionDeprecationMigration": true, |
80 | | - "evidenceDerivedExamples": true |
| 84 | + "navigationIndex": true |
81 | 85 | }, |
82 | | - "p3SystemOfSystems": { |
| 86 | + "systemOfSystems": { |
83 | 87 | "workspaceRegistry": true, |
84 | 88 | "multiRepositoryAggregation": true, |
85 | | - "globalDependencyGraph": true, |
86 | | - "sharedContractRegistry": true, |
87 | | - "domainCapabilityMap": true, |
| 89 | + "dependencyGraph": true, |
| 90 | + "contractRegistry": true, |
| 91 | + "capabilityMap": true, |
88 | 92 | "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 |
98 | 104 | } |
99 | 105 | } |
0 commit comments