@agentskit/doc-bridge 1.6.4 → 1.7.44

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.
Files changed (38) hide show
  1. package/CHANGELOG.md +243 -0
  2. package/action.yml +1 -1
  3. package/dist/cli/program.js +793 -137
  4. package/dist/cli/program.js.map +1 -1
  5. package/dist/config/index.d.ts +1 -1
  6. package/dist/config/index.js +38 -2
  7. package/dist/config/index.js.map +1 -1
  8. package/dist/{index-DudNuwI5.d.ts → index-C2PCQSrB.d.ts} +216 -25
  9. package/dist/index.d.ts +837 -67
  10. package/dist/index.js +858 -127
  11. package/dist/index.js.map +1 -1
  12. package/docs/PRD-enterprise-hardening.md +288 -0
  13. package/docs/adr/0001-enterprise-verification-contract.md +35 -0
  14. package/docs/knowledge-engine-runbook.md +18 -2
  15. package/docs/spec/analyzer-plugin-v1.md +24 -0
  16. package/docs/spec/benchmark-v1.md +30 -0
  17. package/docs/spec/config-v1.md +111 -0
  18. package/docs/validation-cycle-plan.md +236 -0
  19. package/docs/verification-harness.md +33 -4
  20. package/mcpb/manifest.json +1 -1
  21. package/package.json +1 -1
  22. package/scripts/report-visual-check.mjs +45 -10
  23. package/scripts/verification-harness.mjs +216 -13
  24. package/skills/doc-bridge-handoff/scripts/resolve-handoff.mjs +1 -1
  25. package/src/agents/registry-adapter.ts +31 -7
  26. package/src/cli/program.ts +44 -11
  27. package/src/config/index.ts +2 -0
  28. package/src/config/schema.ts +56 -0
  29. package/src/discovery/documentation.ts +46 -5
  30. package/src/discovery/repository.ts +95 -16
  31. package/src/index.ts +29 -0
  32. package/src/metrics/benchmark.ts +176 -0
  33. package/src/plugins/contract.ts +89 -0
  34. package/src/reconciliation/reconcile.ts +137 -3
  35. package/src/report/html.ts +302 -78
  36. package/src/schemas/knowledge.ts +16 -1
  37. package/src/version.ts +1 -1
  38. package/src/workflow/engine.ts +65 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,248 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.7.44
4
+
5
+ - Precompute module-to-package ownership during package-scope reconciliation to reduce repeated entity scans on large repositories.
6
+
7
+ ## 1.7.43
8
+
9
+ - Add deterministic reconciliation rollups by diagnostic code and status for agent and dashboard consumption.
10
+
11
+ ## 1.7.42
12
+
13
+ - Correct package documentation health classification when aggregated relations are undocumented.
14
+ - Add regression coverage so package-level reports cannot mark affected packages as fresh.
15
+
16
+ ## 1.7.41
17
+
18
+ - Add configurable anonymized HTML report output that preserves topology and metrics without project-specific identity or evidence content.
19
+
20
+ ## 1.7.40
21
+
22
+ - Clarify that `ak-verify` is portable while verification contracts remain project-local.
23
+ - Require a project verification contract before implementation under the global agent policy.
24
+
25
+ ## 1.7.39
26
+
27
+ - Avoid recompiling the conventional agent-package path matcher for every document during reconciliation.
28
+
29
+ ## 1.7.38
30
+
31
+ - Count conventional agent documents under `packages/` and `apps/` as package coverage even when they do not declare a `humanDoc` bridge.
32
+ - Preserve configurable agent roots and keep human-document linking as a separate concern.
33
+
34
+ ## 1.7.37
35
+
36
+ - Keep package-frontmatter reconciliation linear in document size and avoid unnecessary package scans for direct entity references.
37
+
38
+ ## 1.7.36
39
+
40
+ - Link package documentation that follows the existing `apps|packages` path convention when it declares a human documentation route.
41
+
42
+ ## 1.7.35
43
+
44
+ - Reconcile existing package frontmatter (`type`, `package`, and `humanDoc`) as safe package coverage without requiring duplicate Doc Bridge declarations.
45
+
46
+ ## 1.7.34
47
+
48
+ - Resolve constant-bound dynamic import and require specifiers while keeping computed and ambiguous bindings explicitly unresolved.
49
+
50
+ ## 1.7.33
51
+
52
+ - Anchor dense architecture maps to the viewport so wide graph snapshots do not render as an empty centered strip.
53
+
54
+ ## 1.7.32
55
+
56
+ - Balance dense graph nodes into a readable grid instead of compressing deep hierarchies into a narrow vertical strip.
57
+
58
+ ## 1.7.31
59
+
60
+ - Preserve readable dense-map sizing across responsive breakpoint overrides.
61
+
62
+ ## 1.7.30
63
+
64
+ - Keep dense architecture maps readable with prioritized edge rendering, explicit total-versus-visible counts, and horizontal map exploration.
65
+
66
+ ## 1.7.29
67
+
68
+ - Add enterprise verification profiles with legal state transitions, content-addressed evidence, resumable workflow artifacts, and audited baseline replacement.
69
+ - Add explicit JS/TS coverage boundaries, versioned analyzer plugins, benchmark metrics, and bounded AgentsKit Registry proposals.
70
+ - Improve documentation/code reconciliation with document classification, package documentation status, and orphan-document findings.
71
+
72
+ ## 1.7.28
73
+
74
+ - Keep the initial large-report payload limited to package topology while preserving compact evidence indexes for insights and risk lenses.
75
+ - Preserve module counts and relation finding health in the overview without loading module/file detail chunks.
76
+
77
+ ## 1.7.27
78
+
79
+ ### Patch Changes
80
+
81
+ - Exclude test and spec modules from runtime-wiring coverage by default, with an explicit opt-in for test architecture.
82
+
83
+ ## 1.7.26
84
+
85
+ ### Patch Changes
86
+
87
+ - Report unresolved runtime wiring only when a call contains a potential target, avoiding inline-registration and no-argument false positives.
88
+
89
+ ## 1.7.25
90
+
91
+ ### Patch Changes
92
+
93
+ - Remove generic `bind` and `listen` calls from default runtime-wiring detection while keeping them configurable.
94
+
95
+ ## 1.7.24
96
+
97
+ ### Patch Changes
98
+
99
+ - Warm the browser runtime before visual timing so cold Chromium startup does not masquerade as report latency.
100
+
101
+ ## 1.7.23
102
+
103
+ ### Patch Changes
104
+
105
+ - Clarify runtime-wiring coverage so resolved static targets and unresolved indirect wiring are not conflated.
106
+
107
+ ## 1.7.22
108
+
109
+ ### Patch Changes
110
+
111
+ - Resolve configurable runtime-wiring calls when their arguments are statically imported, while preserving unresolved calls as explicit coverage gaps.
112
+
113
+ ## 1.7.21
114
+
115
+ ### Patch Changes
116
+
117
+ - Preserve explicit detection metadata for literal dynamic imports and advance the JS/TS analyzer version.
118
+
119
+ ## 1.7.20
120
+
121
+ ### Patch Changes
122
+
123
+ - Resolve literal dynamic imports as repository relations and distinguish them from unresolved non-literal loading.
124
+
125
+ ## 1.7.19
126
+
127
+ ### Patch Changes
128
+
129
+ - Keep the directory report index small by describing only the findings chunk; level and detail chunks remain addressable from the overview metadata.
130
+
131
+ ## 1.7.18
132
+
133
+ ### Patch Changes
134
+
135
+ - Encode package chunk names as an ordered list to keep the initial report metadata compact.
136
+
137
+ ## 1.7.17
138
+
139
+ ### Patch Changes
140
+
141
+ - Measure double-click application response from a window-capture listener that cannot be stopped by the report event handler.
142
+
143
+ ## 1.7.16
144
+
145
+ ### Patch Changes
146
+
147
+ - Derive evidence chunk names from existing package level metadata and compact graph payloads further.
148
+
149
+ ## 1.7.15
150
+
151
+ ### Patch Changes
152
+
153
+ - Keep module and file navigation within the selected package scope after package-level hydration.
154
+
155
+ ## 1.7.14
156
+
157
+ ### Patch Changes
158
+
159
+ - Resolve selected package chunks before their parent group chunks during report navigation.
160
+
161
+ ## 1.7.13
162
+
163
+ ### Patch Changes
164
+
165
+ - Defer report evidence payloads until a graph node is selected, keeping topology navigation compact.
166
+
167
+ ## 1.7.12
168
+
169
+ ### Patch Changes
170
+
171
+ - Keep application/group report chunks at package level and load module/file data only for the selected package.
172
+
173
+ ## 1.7.11
174
+
175
+ ### Patch Changes
176
+
177
+ - Split large report level data into on-demand group and package chunks to reduce initial navigation cost.
178
+
179
+ ## 1.7.10
180
+
181
+ ### Patch Changes
182
+
183
+ - Remove the hidden findings DOM while navigating the architecture lens to avoid unnecessary layout work.
184
+
185
+ ## 1.7.9
186
+
187
+ ### Patch Changes
188
+
189
+ - Record report render phase timings in visual evidence for actionable performance diagnosis.
190
+
191
+ ## 1.7.8
192
+
193
+ ### Patch Changes
194
+
195
+ - Cache the graph model for the active report navigation state and invalidate it after lazy data hydration.
196
+
197
+ ## 1.7.7
198
+
199
+ ### Patch Changes
200
+
201
+ - Avoid recalculating hidden findings and insight dashboards during architecture navigation.
202
+
203
+ ## 1.7.6
204
+
205
+ ### Patch Changes
206
+
207
+ - Persist browser interaction timing markers in the report DOM so visual evidence is isolated from test-runner state.
208
+
209
+ ## 1.7.5
210
+
211
+ ### Patch Changes
212
+
213
+ - Distinguish real browser gesture duration from application interaction response in visual evidence.
214
+
215
+ ## 1.7.4
216
+
217
+ ### Patch Changes
218
+
219
+ - Avoid duplicate architecture drill-down renders when a native double-click is received.
220
+
221
+ ## 1.7.3
222
+
223
+ ### Patch Changes
224
+
225
+ - Measure report render and interaction latency with a high-resolution clock.
226
+
227
+ ## 1.7.2
228
+
229
+ ### Patch Changes
230
+
231
+ - Harden verification outcomes and add measurable report interaction timings.
232
+
233
+ ## 1.7.1
234
+
235
+ ### Patch Changes
236
+
237
+ - Keep verification outcomes consistent when human approval completes a run.
238
+
239
+ ## 1.7.0
240
+
241
+ ### Minor Changes
242
+
243
+ - Add configurable package/module reconciliation scopes while preserving raw file-level evidence for architecture exploration.
244
+ - Require verification contracts to declare intent and map every outcome to executable checks.
245
+
3
246
  ## 1.6.4
4
247
 
5
248
  ### Patch Changes
package/action.yml CHANGED
@@ -20,7 +20,7 @@ inputs:
20
20
  package-version:
21
21
  description: Exact @agentskit/doc-bridge npm version (kept in sync with this Action release)
22
22
  required: false
23
- default: '1.6.4'
23
+ default: '1.7.44'
24
24
 
25
25
  runs:
26
26
  using: composite