@nebulacomponents/citable 1.19.0 → 1.20.0

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 (239) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +12 -1
  3. package/dist/universal/.agents/skills/citable/SKILL.md +11 -2
  4. package/dist/universal/.agents/skills/citable/VERSION +1 -1
  5. package/dist/universal/.agents/skills/citable/manifest.json +15 -12
  6. package/dist/universal/.agents/skills/citable/schemas/action-plan.schema.json +38 -1
  7. package/dist/universal/.agents/skills/citable/schemas/audit-coverage.schema.json +118 -0
  8. package/dist/universal/.agents/skills/citable/schemas/collection-result.schema.json +35 -0
  9. package/dist/universal/.agents/skills/citable/schemas/config.schema.json +2 -0
  10. package/dist/universal/.agents/skills/citable/schemas/cro-report.schema.json +8 -1
  11. package/dist/universal/.agents/skills/citable/schemas/finding.schema.json +105 -2
  12. package/dist/universal/.agents/skills/citable/schemas/remediation-verification.schema.json +12 -1
  13. package/dist/universal/.agents/skills/citable/schemas/run.schema.json +15 -2
  14. package/dist/universal/.agents/skills/citable/schemas/search-report.schema.json +8 -1
  15. package/dist/universal/.agents/skills/citable/schemas/summary.schema.json +41 -0
  16. package/dist/universal/.claude/agents/citable/manifest.json +2 -2
  17. package/dist/universal/.claude/skills/citable/SKILL.md +11 -2
  18. package/dist/universal/.claude/skills/citable/VERSION +1 -1
  19. package/dist/universal/.claude/skills/citable/manifest.json +15 -12
  20. package/dist/universal/.claude/skills/citable/schemas/action-plan.schema.json +38 -1
  21. package/dist/universal/.claude/skills/citable/schemas/audit-coverage.schema.json +118 -0
  22. package/dist/universal/.claude/skills/citable/schemas/collection-result.schema.json +35 -0
  23. package/dist/universal/.claude/skills/citable/schemas/config.schema.json +2 -0
  24. package/dist/universal/.claude/skills/citable/schemas/cro-report.schema.json +8 -1
  25. package/dist/universal/.claude/skills/citable/schemas/finding.schema.json +105 -2
  26. package/dist/universal/.claude/skills/citable/schemas/remediation-verification.schema.json +12 -1
  27. package/dist/universal/.claude/skills/citable/schemas/run.schema.json +15 -2
  28. package/dist/universal/.claude/skills/citable/schemas/search-report.schema.json +8 -1
  29. package/dist/universal/.claude/skills/citable/schemas/summary.schema.json +41 -0
  30. package/dist/universal/.cursor/skills/citable/SKILL.md +11 -2
  31. package/dist/universal/.cursor/skills/citable/VERSION +1 -1
  32. package/dist/universal/.cursor/skills/citable/manifest.json +15 -12
  33. package/dist/universal/.cursor/skills/citable/schemas/action-plan.schema.json +38 -1
  34. package/dist/universal/.cursor/skills/citable/schemas/audit-coverage.schema.json +118 -0
  35. package/dist/universal/.cursor/skills/citable/schemas/collection-result.schema.json +35 -0
  36. package/dist/universal/.cursor/skills/citable/schemas/config.schema.json +2 -0
  37. package/dist/universal/.cursor/skills/citable/schemas/cro-report.schema.json +8 -1
  38. package/dist/universal/.cursor/skills/citable/schemas/finding.schema.json +105 -2
  39. package/dist/universal/.cursor/skills/citable/schemas/remediation-verification.schema.json +12 -1
  40. package/dist/universal/.cursor/skills/citable/schemas/run.schema.json +15 -2
  41. package/dist/universal/.cursor/skills/citable/schemas/search-report.schema.json +8 -1
  42. package/dist/universal/.cursor/skills/citable/schemas/summary.schema.json +41 -0
  43. package/dist/universal/.gemini/skills/citable/SKILL.md +11 -2
  44. package/dist/universal/.gemini/skills/citable/VERSION +1 -1
  45. package/dist/universal/.gemini/skills/citable/manifest.json +15 -12
  46. package/dist/universal/.gemini/skills/citable/schemas/action-plan.schema.json +38 -1
  47. package/dist/universal/.gemini/skills/citable/schemas/audit-coverage.schema.json +118 -0
  48. package/dist/universal/.gemini/skills/citable/schemas/collection-result.schema.json +35 -0
  49. package/dist/universal/.gemini/skills/citable/schemas/config.schema.json +2 -0
  50. package/dist/universal/.gemini/skills/citable/schemas/cro-report.schema.json +8 -1
  51. package/dist/universal/.gemini/skills/citable/schemas/finding.schema.json +105 -2
  52. package/dist/universal/.gemini/skills/citable/schemas/remediation-verification.schema.json +12 -1
  53. package/dist/universal/.gemini/skills/citable/schemas/run.schema.json +15 -2
  54. package/dist/universal/.gemini/skills/citable/schemas/search-report.schema.json +8 -1
  55. package/dist/universal/.gemini/skills/citable/schemas/summary.schema.json +41 -0
  56. package/dist/universal/.github/skills/citable/SKILL.md +11 -2
  57. package/dist/universal/.github/skills/citable/VERSION +1 -1
  58. package/dist/universal/.github/skills/citable/manifest.json +15 -12
  59. package/dist/universal/.github/skills/citable/schemas/action-plan.schema.json +38 -1
  60. package/dist/universal/.github/skills/citable/schemas/audit-coverage.schema.json +118 -0
  61. package/dist/universal/.github/skills/citable/schemas/collection-result.schema.json +35 -0
  62. package/dist/universal/.github/skills/citable/schemas/config.schema.json +2 -0
  63. package/dist/universal/.github/skills/citable/schemas/cro-report.schema.json +8 -1
  64. package/dist/universal/.github/skills/citable/schemas/finding.schema.json +105 -2
  65. package/dist/universal/.github/skills/citable/schemas/remediation-verification.schema.json +12 -1
  66. package/dist/universal/.github/skills/citable/schemas/run.schema.json +15 -2
  67. package/dist/universal/.github/skills/citable/schemas/search-report.schema.json +8 -1
  68. package/dist/universal/.github/skills/citable/schemas/summary.schema.json +41 -0
  69. package/dist/universal/.kiro/skills/citable/SKILL.md +11 -2
  70. package/dist/universal/.kiro/skills/citable/VERSION +1 -1
  71. package/dist/universal/.kiro/skills/citable/manifest.json +15 -12
  72. package/dist/universal/.kiro/skills/citable/schemas/action-plan.schema.json +38 -1
  73. package/dist/universal/.kiro/skills/citable/schemas/audit-coverage.schema.json +118 -0
  74. package/dist/universal/.kiro/skills/citable/schemas/collection-result.schema.json +35 -0
  75. package/dist/universal/.kiro/skills/citable/schemas/config.schema.json +2 -0
  76. package/dist/universal/.kiro/skills/citable/schemas/cro-report.schema.json +8 -1
  77. package/dist/universal/.kiro/skills/citable/schemas/finding.schema.json +105 -2
  78. package/dist/universal/.kiro/skills/citable/schemas/remediation-verification.schema.json +12 -1
  79. package/dist/universal/.kiro/skills/citable/schemas/run.schema.json +15 -2
  80. package/dist/universal/.kiro/skills/citable/schemas/search-report.schema.json +8 -1
  81. package/dist/universal/.kiro/skills/citable/schemas/summary.schema.json +41 -0
  82. package/dist/universal/.opencode/skills/citable/SKILL.md +11 -2
  83. package/dist/universal/.opencode/skills/citable/VERSION +1 -1
  84. package/dist/universal/.opencode/skills/citable/manifest.json +15 -12
  85. package/dist/universal/.opencode/skills/citable/schemas/action-plan.schema.json +38 -1
  86. package/dist/universal/.opencode/skills/citable/schemas/audit-coverage.schema.json +118 -0
  87. package/dist/universal/.opencode/skills/citable/schemas/collection-result.schema.json +35 -0
  88. package/dist/universal/.opencode/skills/citable/schemas/config.schema.json +2 -0
  89. package/dist/universal/.opencode/skills/citable/schemas/cro-report.schema.json +8 -1
  90. package/dist/universal/.opencode/skills/citable/schemas/finding.schema.json +105 -2
  91. package/dist/universal/.opencode/skills/citable/schemas/remediation-verification.schema.json +12 -1
  92. package/dist/universal/.opencode/skills/citable/schemas/run.schema.json +15 -2
  93. package/dist/universal/.opencode/skills/citable/schemas/search-report.schema.json +8 -1
  94. package/dist/universal/.opencode/skills/citable/schemas/summary.schema.json +41 -0
  95. package/dist/universal/.pi/agent/skills/citable/SKILL.md +11 -2
  96. package/dist/universal/.pi/agent/skills/citable/VERSION +1 -1
  97. package/dist/universal/.pi/agent/skills/citable/manifest.json +15 -12
  98. package/dist/universal/.pi/agent/skills/citable/schemas/action-plan.schema.json +38 -1
  99. package/dist/universal/.pi/agent/skills/citable/schemas/audit-coverage.schema.json +118 -0
  100. package/dist/universal/.pi/agent/skills/citable/schemas/collection-result.schema.json +35 -0
  101. package/dist/universal/.pi/agent/skills/citable/schemas/config.schema.json +2 -0
  102. package/dist/universal/.pi/agent/skills/citable/schemas/cro-report.schema.json +8 -1
  103. package/dist/universal/.pi/agent/skills/citable/schemas/finding.schema.json +105 -2
  104. package/dist/universal/.pi/agent/skills/citable/schemas/remediation-verification.schema.json +12 -1
  105. package/dist/universal/.pi/agent/skills/citable/schemas/run.schema.json +15 -2
  106. package/dist/universal/.pi/agent/skills/citable/schemas/search-report.schema.json +8 -1
  107. package/dist/universal/.pi/agent/skills/citable/schemas/summary.schema.json +41 -0
  108. package/dist/universal/.qoder/skills/citable/SKILL.md +11 -2
  109. package/dist/universal/.qoder/skills/citable/VERSION +1 -1
  110. package/dist/universal/.qoder/skills/citable/manifest.json +15 -12
  111. package/dist/universal/.qoder/skills/citable/schemas/action-plan.schema.json +38 -1
  112. package/dist/universal/.qoder/skills/citable/schemas/audit-coverage.schema.json +118 -0
  113. package/dist/universal/.qoder/skills/citable/schemas/collection-result.schema.json +35 -0
  114. package/dist/universal/.qoder/skills/citable/schemas/config.schema.json +2 -0
  115. package/dist/universal/.qoder/skills/citable/schemas/cro-report.schema.json +8 -1
  116. package/dist/universal/.qoder/skills/citable/schemas/finding.schema.json +105 -2
  117. package/dist/universal/.qoder/skills/citable/schemas/remediation-verification.schema.json +12 -1
  118. package/dist/universal/.qoder/skills/citable/schemas/run.schema.json +15 -2
  119. package/dist/universal/.qoder/skills/citable/schemas/search-report.schema.json +8 -1
  120. package/dist/universal/.qoder/skills/citable/schemas/summary.schema.json +41 -0
  121. package/dist/universal/.rovodev/skills/citable/SKILL.md +11 -2
  122. package/dist/universal/.rovodev/skills/citable/VERSION +1 -1
  123. package/dist/universal/.rovodev/skills/citable/manifest.json +15 -12
  124. package/dist/universal/.rovodev/skills/citable/schemas/action-plan.schema.json +38 -1
  125. package/dist/universal/.rovodev/skills/citable/schemas/audit-coverage.schema.json +118 -0
  126. package/dist/universal/.rovodev/skills/citable/schemas/collection-result.schema.json +35 -0
  127. package/dist/universal/.rovodev/skills/citable/schemas/config.schema.json +2 -0
  128. package/dist/universal/.rovodev/skills/citable/schemas/cro-report.schema.json +8 -1
  129. package/dist/universal/.rovodev/skills/citable/schemas/finding.schema.json +105 -2
  130. package/dist/universal/.rovodev/skills/citable/schemas/remediation-verification.schema.json +12 -1
  131. package/dist/universal/.rovodev/skills/citable/schemas/run.schema.json +15 -2
  132. package/dist/universal/.rovodev/skills/citable/schemas/search-report.schema.json +8 -1
  133. package/dist/universal/.rovodev/skills/citable/schemas/summary.schema.json +41 -0
  134. package/dist/universal/.trae/skills/citable/SKILL.md +11 -2
  135. package/dist/universal/.trae/skills/citable/VERSION +1 -1
  136. package/dist/universal/.trae/skills/citable/manifest.json +15 -12
  137. package/dist/universal/.trae/skills/citable/schemas/action-plan.schema.json +38 -1
  138. package/dist/universal/.trae/skills/citable/schemas/audit-coverage.schema.json +118 -0
  139. package/dist/universal/.trae/skills/citable/schemas/collection-result.schema.json +35 -0
  140. package/dist/universal/.trae/skills/citable/schemas/config.schema.json +2 -0
  141. package/dist/universal/.trae/skills/citable/schemas/cro-report.schema.json +8 -1
  142. package/dist/universal/.trae/skills/citable/schemas/finding.schema.json +105 -2
  143. package/dist/universal/.trae/skills/citable/schemas/remediation-verification.schema.json +12 -1
  144. package/dist/universal/.trae/skills/citable/schemas/run.schema.json +15 -2
  145. package/dist/universal/.trae/skills/citable/schemas/search-report.schema.json +8 -1
  146. package/dist/universal/.trae/skills/citable/schemas/summary.schema.json +41 -0
  147. package/dist/universal/.trae-cn/skills/citable/SKILL.md +11 -2
  148. package/dist/universal/.trae-cn/skills/citable/VERSION +1 -1
  149. package/dist/universal/.trae-cn/skills/citable/manifest.json +15 -12
  150. package/dist/universal/.trae-cn/skills/citable/schemas/action-plan.schema.json +38 -1
  151. package/dist/universal/.trae-cn/skills/citable/schemas/audit-coverage.schema.json +118 -0
  152. package/dist/universal/.trae-cn/skills/citable/schemas/collection-result.schema.json +35 -0
  153. package/dist/universal/.trae-cn/skills/citable/schemas/config.schema.json +2 -0
  154. package/dist/universal/.trae-cn/skills/citable/schemas/cro-report.schema.json +8 -1
  155. package/dist/universal/.trae-cn/skills/citable/schemas/finding.schema.json +105 -2
  156. package/dist/universal/.trae-cn/skills/citable/schemas/remediation-verification.schema.json +12 -1
  157. package/dist/universal/.trae-cn/skills/citable/schemas/run.schema.json +15 -2
  158. package/dist/universal/.trae-cn/skills/citable/schemas/search-report.schema.json +8 -1
  159. package/dist/universal/.trae-cn/skills/citable/schemas/summary.schema.json +41 -0
  160. package/dist/universal/manifest.json +184 -148
  161. package/package.json +1 -1
  162. package/schemas/action-plan.schema.json +38 -1
  163. package/schemas/audit-coverage.schema.json +118 -0
  164. package/schemas/collection-result.schema.json +35 -0
  165. package/schemas/config.schema.json +2 -0
  166. package/schemas/cro-report.schema.json +8 -1
  167. package/schemas/finding.schema.json +105 -2
  168. package/schemas/remediation-verification.schema.json +12 -1
  169. package/schemas/run.schema.json +15 -2
  170. package/schemas/search-report.schema.json +8 -1
  171. package/schemas/summary.schema.json +41 -0
  172. package/skill/SKILL.md +11 -2
  173. package/src/acceptance/reproducibility.js +5 -25
  174. package/src/analysis/croRoadmap.js +3 -3
  175. package/src/analysis/strategicRoadmap.js +3 -3
  176. package/src/artifacts/interchange.js +2 -6
  177. package/src/cli/index.js +15 -3
  178. package/src/commands/actionPlan.js +46 -5
  179. package/src/commands/applyRemediation.js +5 -5
  180. package/src/commands/audit.js +75 -8
  181. package/src/commands/ciWorkflow.js +7 -2
  182. package/src/commands/compareSnapshots.js +155 -47
  183. package/src/commands/connect.js +24 -4
  184. package/src/commands/context.js +41 -2
  185. package/src/commands/croSuite.js +51 -13
  186. package/src/commands/delivery.js +7 -7
  187. package/src/commands/governance.js +9 -10
  188. package/src/commands/implementationKit.js +2 -1
  189. package/src/commands/init.js +8 -1
  190. package/src/commands/previewCro.js +1 -1
  191. package/src/commands/prioritize.js +3 -2
  192. package/src/commands/reviews.js +31 -5
  193. package/src/commands/roadmapCmd.js +7 -13
  194. package/src/commands/sweep.js +15 -2
  195. package/src/commands/verifyRemediation.js +94 -19
  196. package/src/connectors/collectionResult.js +80 -0
  197. package/src/connectors/ga4.js +46 -11
  198. package/src/connectors/gsc.js +41 -6
  199. package/src/connectors/index.js +1 -1
  200. package/src/connectors/webflow.js +140 -10
  201. package/src/connectors/wordpress.js +92 -8
  202. package/src/crawler/fetch.js +220 -24
  203. package/src/crawler/resourceValidity.js +119 -0
  204. package/src/crawler/sitemap.js +435 -16
  205. package/src/crawler/sitemapCollector.js +364 -0
  206. package/src/crawler/urlIdentity.js +97 -0
  207. package/src/detectors/agent.js +11 -0
  208. package/src/detectors/ans.js +16 -1
  209. package/src/detectors/arch.js +6 -0
  210. package/src/detectors/claim.js +9 -0
  211. package/src/detectors/crawl.js +7 -0
  212. package/src/detectors/cro.js +21 -0
  213. package/src/detectors/cwv.js +4 -0
  214. package/src/detectors/entity.js +7 -0
  215. package/src/detectors/evd.js +9 -0
  216. package/src/detectors/framework.js +28 -2
  217. package/src/detectors/geoReco.js +16 -0
  218. package/src/detectors/hreflang.js +3 -0
  219. package/src/detectors/lifeMeas.js +9 -0
  220. package/src/detectors/link.js +6 -1
  221. package/src/detectors/page.js +11 -0
  222. package/src/detectors/schemaData.js +16 -1
  223. package/src/detectors/tech.js +34 -3
  224. package/src/evidence/coverage.js +448 -0
  225. package/src/evidence/determination.js +157 -0
  226. package/src/evidence/downstream.js +110 -0
  227. package/src/evidence/hashes.js +109 -0
  228. package/src/evidence/run.js +68 -8
  229. package/src/extractor/page.js +29 -2
  230. package/src/extractor/site.js +298 -50
  231. package/src/reporting/executiveCroReport.js +36 -13
  232. package/src/reporting/executiveExport.js +45 -16
  233. package/src/reporting/executiveSearchReport.js +56 -22
  234. package/src/reporting/report.js +56 -9
  235. package/src/shared/epistemicLanguage.js +86 -0
  236. package/src/shared/evidenceSourceResolver.js +48 -17
  237. package/src/shared/htmlEscape.js +8 -4
  238. package/src/shared/runPackageVerifier.js +99 -8
  239. package/src/shared/verifiedRunLoader.js +129 -0
package/CHANGELOG.md CHANGED
@@ -15,6 +15,24 @@ _No entries yet. See [`BOUNTY.md`](BOUNTY.md) to submit the first one._
15
15
 
16
16
  ## Unreleased
17
17
 
18
+ ## 1.20.0 — 2026-09-20
19
+
20
+ ### Added — Semantic completeness and explicit audit coverage
21
+
22
+ - Replaced the hidden 50-page URL-audit ceiling with declared, bounded budgets
23
+ (`--max-pages`, default 500, hard ceiling 10,000; time budget default 1,800
24
+ seconds, hard ceiling 86,400 seconds).
25
+ - Added reconciled coverage evidence and independent execution, coverage, and
26
+ determination statuses so truncation and partial failures cannot masquerade
27
+ as complete evidence.
28
+ - Propagated coverage requirements through determinations, snapshot comparison,
29
+ remediation, connectors, reports, exports, CI output, and action plans.
30
+ - Added sealed package verification, representation-specific evidence hashes,
31
+ and an adversarial 257-page end-to-end regression fixture.
32
+ - Qualified user-facing language for incomplete, empty, legacy, and unverified
33
+ evidence rather than emitting unsupported clean, verified, resolved, or
34
+ site-wide claims.
35
+
18
36
  ## 1.19.0 — 2026-09-11
19
37
 
20
38
  ### Added — Deterministic Bounded Browser-Journey Evidence Acquisition (ADR-003)
package/README.md CHANGED
@@ -34,6 +34,10 @@ generator, not a Lighthouse wrapper, not an "AI visibility score".
34
34
  - **Separate state reporting** for retrieval eligibility, source extraction and
35
35
  support suitability, and observed citation behavior. These are never merged
36
36
  into an "AI visibility score."
37
+ - **Scope-qualified reporting**: empty, legacy, unverified, incomplete, and
38
+ indeterminate evidence cannot be rendered as a clean, complete, verified, or
39
+ site-wide conclusion. Reports name the evaluated population and preserve
40
+ limitations; absence of findings is not evidence of absence.
37
41
  - **Fail-closed governance**: claims can't become verified without evidence,
38
42
  expired evidence invalidates claims, schema is never fabricated, missing
39
43
  facts return `blocked` with `required_input`.
@@ -168,7 +172,7 @@ npx @nebulacomponents/citable help
168
172
  cd your-site/
169
173
  citable init # creates .citable/ (non-destructive)
170
174
  citable plan-audit --target ./dist --base-url https://example.com # read-only profile/capability plan
171
- citable audit --target ./dist --base-url https://example.com
175
+ citable audit --target ./dist --base-url https://example.com --max-pages 500 --time-budget-seconds 1800
172
176
  citable action-plan <run-id> # ordered actions, blockers, review gates, verification
173
177
  citable observe passages --target ./dist --base-url https://example.com
174
178
  citable observe index --input search-console-export.json
@@ -225,6 +229,13 @@ citable test visual
225
229
  citable corpus benchmark
226
230
  ```
227
231
 
232
+ URL audits are explicitly bounded. The default budget is 500 pages and 1,800
233
+ seconds; `--max-pages` accepts 1–10,000 and `--time-budget-seconds` accepts
234
+ 1–86,400. Every run records requested, discovered, attempted, retrieved,
235
+ evaluated, failed, indeterminate, excluded, and unvisited populations in
236
+ `coverage.json`. A completed process can still have incomplete coverage, and
237
+ reports never widen subset evidence into a site-wide claim.
238
+
228
239
  ## Repository map
229
240
 
230
241
  | Path | Purpose |
@@ -7,7 +7,7 @@ description: >
7
7
  generative engine optimization, structured data governance, claim substantiation,
8
8
  crawler policy, entity consistency, content discoverability, or wants a site audited
9
9
  for how search and AI systems will retrieve, understand, cite, or recommend it.
10
- version: 1.19.0
10
+ version: 1.20.0
11
11
  ---
12
12
 
13
13
  # Citable — evidence and change control for search and AI citation readiness
@@ -69,6 +69,15 @@ Every report must keep these top-level states separate:
69
69
  3. **Observed citation behavior** — only controlled, timestamped provider
70
70
  observations; absent observations are `not_evidenced`, never inferred.
71
71
 
72
+ Presentation language must preserve those boundaries. An empty finding list,
73
+ legacy package, unverified artifact, incomplete crawl, or indeterminate
74
+ determination must not be described as `clean`, `complete`, `verified`,
75
+ `resolved`, `100%`, or `site-wide`. State the evaluated population and the
76
+ limitation instead (for example, "No findings were produced for the 217
77
+ successfully evaluated resources; corpus-wide absence is not established").
78
+ Positive local observations may remain supported, but they must not be widened
79
+ to pages or resources that were not observed.
80
+
72
81
  Within retrieval, distinguish `allowed_by_policy`, `synthetic_fetch_succeeded`,
73
82
  `observed_in_production_logs`, `indexed`, and `returned_by_retrieval`. Within
74
83
  citation testing, distinguish mention, citation, material support, canonical
@@ -86,7 +95,7 @@ prefer running it over re-deriving its checks by hand:
86
95
 
87
96
  ```
88
97
  citable init # initialize .citable/ (non-destructive)
89
- citable audit [scope] --target <dir|url> [--base-url <url>] [--ref-date YYYY-MM-DD]
98
+ citable audit [scope] --target <dir|url> [--base-url <url>] [--max-pages <1..10000>] [--time-budget-seconds <1..86400>] [--ref-date YYYY-MM-DD]
90
99
  citable plan-audit --target <dir|url> [--base-url <url>]
91
100
  citable sweep technical --target <dir|url> # Technical SEO sweep + Core Web Vitals metrics
92
101
  citable inspect <page> --target <dir|url>
@@ -1 +1 @@
1
- 1.19.0
1
+ 1.20.0
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "citable",
3
- "version": "1.19.0",
3
+ "version": "1.20.0",
4
4
  "managedBy": "citable-cli",
5
5
  "provider": "codex",
6
6
  "providerName": "OpenAI Codex",
7
7
  "scope": "bundle",
8
- "sourcePackage": "@nebulacomponents/citable@1.19.0",
8
+ "sourcePackage": "@nebulacomponents/citable@1.20.0",
9
9
  "variantPath": ".agents/skills/citable",
10
10
  "agentProfiles": {
11
11
  "status": "unsupported",
@@ -55,9 +55,10 @@
55
55
  "schemas/acceptance-corpus.schema.json": "sha256:b703be371ee33747d83814e448d18cd01f103f1832480a95df4331b86982165d",
56
56
  "schemas/acceptance-run-context.schema.json": "sha256:56d75c7bcd166c3578a71699df1aa5466327c23c1e06e33773f2493f5caa1a50",
57
57
  "schemas/acceptance-run-receipt.schema.json": "sha256:6c6e66767cf3b9adb42ace087f7e9a428312f41b7ecbaf533fc8d7ba5953da44",
58
- "schemas/action-plan.schema.json": "sha256:e2ca871c92595a55ac56248cd87df67d94449ac39ac216e60751baaec5b74f1e",
58
+ "schemas/action-plan.schema.json": "sha256:56b298e47fef5238b7971fbd7a72220e900fb1494065d6f75871da4dd85816f1",
59
59
  "schemas/artifact-interchange.schema.json": "sha256:c6f628934c8a1b8ea2996e03c2c5abd46c2a0e74c680b0a43e44c2343dc9aa21",
60
60
  "schemas/assumption.schema.json": "sha256:31a0f44bbf1d207e013961ec4c39eea85c3ae9efde1485b5e26084562c816844",
61
+ "schemas/audit-coverage.schema.json": "sha256:8787a80e9917ab83438949cb1556bc6610bc6fb768a37df00a1504e6281f51f4",
61
62
  "schemas/bing-webmaster.schema.json": "sha256:8357c518a8cb4ccd1def2da38950fbba68270e2b1613ad522b50c568a3b8538f",
62
63
  "schemas/browser-evidence-plan.schema.json": "sha256:1df677fb08338b832d93af2aabec565ef8d621c820cbc77f847dc1c94a814256",
63
64
  "schemas/browser-network-events.schema.json": "sha256:aa71380998df74cff929316d7c76332a74c16cd08504214cdb2b86d9d793fee5",
@@ -66,15 +67,16 @@
66
67
  "schemas/canonical-index-import.schema.json": "sha256:ef633662cb30873242ca356443bc4835afe56bb020208e8f42fa47ac8047b66e",
67
68
  "schemas/claim.schema.json": "sha256:ce79ccbfa34ece9b7a309a6962522ea06a1f44c468b4c472b5c376554a788537",
68
69
  "schemas/cli-output-envelope.schema.json": "sha256:6964e8f2f43618bfd0d7a3f5344b37ebc26f04779796bb8ff4675b935b6208c3",
70
+ "schemas/collection-result.schema.json": "sha256:d844aa183300abf220030f6a000f297195a06c02f2cd3a4f15a399e317b8c5d8",
69
71
  "schemas/common.defs.json": "sha256:ac66081df6b86f652e066ea868edecfcd36cdd1b1c81e55a1e3af880f671b727",
70
72
  "schemas/competitor.schema.json": "sha256:2f6fd7e4543846bde56ff4dc62bb41fa366889787b794a7cdb0bff1a3392e591",
71
- "schemas/config.schema.json": "sha256:a87f3bb0087de09035b9f2dafea66e32e4fcc2e3e329abcd0fd8a5ec33318f2a",
73
+ "schemas/config.schema.json": "sha256:da40fe568844a6303d265f83058fce9f4a9a569cd72b271bc219361c71e8e8fa",
72
74
  "schemas/connection.schema.json": "sha256:abcedde8d62d0c0663d4f959e06132a617908058ed965078965445ef3b108310",
73
75
  "schemas/corpus-publication-receipt.schema.json": "sha256:a4d523fd1c1fa53762522891c06c06edb668cd15e1de3c7123d2b9948445ae32",
74
76
  "schemas/corroboration-import.schema.json": "sha256:927983d0590f1ec569e86195d2031be0cd212f9436ff98acca468cbae108d85e",
75
77
  "schemas/crawler-identity.schema.json": "sha256:e1e3e6da203a8bc49fba8f9bbde525368891db022d542fc615b677401825351d",
76
78
  "schemas/crawler.schema.json": "sha256:1a113dfb80bc6cde904c3ea648c82ea1d88fe50f2c1a0e7175d44abba28ac64e",
77
- "schemas/cro-report.schema.json": "sha256:270cfe946d3dce007672c5fd5e052f07e3322c85a2bfcc0cd47f34ce569f2fb1",
79
+ "schemas/cro-report.schema.json": "sha256:96a9c2a7a08eafe07bc78c3f38edc82c714ed96d13024142ece338dbd1e018bf",
78
80
  "schemas/customer-outcome.schema.json": "sha256:c0cdfee31a692feadb31dc6be734d45ae178ee53f28349c2a9e7504bdfcf9e50",
79
81
  "schemas/decision.schema.json": "sha256:7c30f3ad83a6aa0b67ecc51ac6691e5e041b633d01bab17cee2b5218d926204e",
80
82
  "schemas/deployment-receipt.schema.json": "sha256:789455907e7f3039fd55ee5b2568e09871128f513f5ddfe1f3afac1a4dd6b2bd",
@@ -86,7 +88,7 @@
86
88
  "schemas/exception.schema.json": "sha256:c88985494ec66554330fdc5b65d033527d0005acf41f10798b1e831d171f8944",
87
89
  "schemas/experiment.schema.json": "sha256:4b5d16481448597b152269296b67b5776be6f03d8f9afba1833bcee10bf3c05b",
88
90
  "schemas/field-validation-metrics.schema.json": "sha256:bd5daeafc1593f1c4707d75180e1feb1e81d9345a57c1f269eadf13c36cb7012",
89
- "schemas/finding.schema.json": "sha256:1775425b9b989dd4ffc0c607eb9d64e95cad2124f9058f83ef78b0b0030e209f",
91
+ "schemas/finding.schema.json": "sha256:06c0fc028288319828f124cea6791a7ad69a1bc3aa81c176604a83ca0f2da766",
90
92
  "schemas/fleet.schema.json": "sha256:3bf5772695ae4bb49a8c5fdbedee230ddb1d84aff6a3176eeb41527aca6ef2a5",
91
93
  "schemas/funnel.schema.json": "sha256:6c368f29296ac45f5d52bb3a2f95fa935a1f30f3d53aae846156e9aa4c8ec59c",
92
94
  "schemas/initiative.schema.json": "sha256:491f6cc022c7ac1f9ea9ac9ddfcd270cb49c390e2601fe1e73aa6192a9e7689a",
@@ -106,23 +108,24 @@
106
108
  "schemas/release-manifest.schema.json": "sha256:962be645e790b5f3dc6f6ea455e187492d727dcb91d00f91e4e25b40e2dbc360",
107
109
  "schemas/release-state.schema.json": "sha256:9920f68e538915d0d07044f313a9e410775a38ce9bb46a55d9ebe02970784803",
108
110
  "schemas/remediation-spec.schema.json": "sha256:6fe8cb773702862ba6d261198bb5cc2dca3eca0a2310a60ebddd04377654df8d",
109
- "schemas/remediation-verification.schema.json": "sha256:b4e4f3ce8d72ef64cdb879a86b6afe9220e2d9e4d13ed3486348cc8ee38e1319",
111
+ "schemas/remediation-verification.schema.json": "sha256:b56560b4f6fd82b9d3db4ad4f7fd0a0e4b289bfebf2e5a02e7c6727d5ba97291",
110
112
  "schemas/review-item.schema.json": "sha256:df532a70385d5031bbc18654f3ccb436dc6e8d402ccf987e58f8f7e3ad2fb3f1",
111
113
  "schemas/review-policy.schema.json": "sha256:b2d176b1886f78c384b25532a0c3eb18548dfbd17f362a305e622bab562a1d04",
112
114
  "schemas/reviewer.schema.json": "sha256:3716697b752575a1277f2c2b318b1f2565de02bf9dce2a0c165567ab5330d18b",
113
115
  "schemas/risk.schema.json": "sha256:ea3ca47a8457d98ea65df78e07ba6c20479906e8a3df07a6fa4be5644828fc49",
114
- "schemas/run.schema.json": "sha256:46c3178620f3a358d936d535aeadb83454b9b35b551e53e6615cc9862063dacb",
116
+ "schemas/run.schema.json": "sha256:d46e9d0154a4a8acddbc3b4dec69e9202c6a4848b94210ca5ba32ede0d447023",
115
117
  "schemas/sampling-plan.schema.json": "sha256:005f70f149baaacd7de698548d556d3e401c630978748271b0e14a74726dd413",
116
118
  "schemas/scenario.schema.json": "sha256:3f5bc2032d08f973600db068f475176a0e4706b33be42f99c778fe755a0ff38b",
117
119
  "schemas/schedule.schema.json": "sha256:645df065bf33577a960c0bf8bb97e141e9326840303569468dae8a553d468482",
118
- "schemas/search-report.schema.json": "sha256:0ae2dad77cf3c6f2abac22a8180d66bde8ebd044ed6324a56329cd12a3c898f2",
120
+ "schemas/search-report.schema.json": "sha256:d6e837580fdd53365e74d3d8b5101cd5a7d54b72f438155293aac399f676b176",
119
121
  "schemas/source-identity-chain.schema.json": "sha256:a65d9c12eaed1bd6b637c66a2f9362c17287fdfcb454d8676fb611d2d28aa019",
120
122
  "schemas/sow.schema.json": "sha256:3a3fd6048a747a9bc0cfaea98920376b043616a33c953a9eb8b74d0ae32dded0",
123
+ "schemas/summary.schema.json": "sha256:0c9eb076fe992f351c3963728ba247a003648d8fe637b7cdd3016ba5842199c6",
121
124
  "schemas/variance.schema.json": "sha256:68389f64f0a3be13ff8951e8eefba9a5c31d0738325cb47e37c1a8435bea48f0",
122
125
  "scripts/README.md": "sha256:9eee4e8beb4579a183bd714c9dd24b83abd020753eada5caeffae004739d60b5",
123
- "SKILL.md": "sha256:70629652ec22ece59e4ddef9198ce9e77f9d4da74eab14a4ccdf99d67c393ab1",
126
+ "SKILL.md": "sha256:77d5647c556f0ba398bcb855c7307b004020a9fec0d9ef3b8e143173ccbfb756",
124
127
  "templates/finding-review.md": "sha256:b270a83d3f015150aac80249ae9314979c0befea39ff92ec455f9a5aaa73404c",
125
- "VERSION": "sha256:c55c898de5079ee498d5f051b29815688154292df4d72ab91f1edb5497ac4e6e"
128
+ "VERSION": "sha256:26ac7beccb7951efb69255974ffc70a13bb2e68ae84dcb5456c3fb46294bdba8"
126
129
  },
127
- "treeHash": "sha256:0343fe90b5b631f5405e5c6390355f4fc6f926d0cf9e49946f3bed921b29ff2e"
130
+ "treeHash": "sha256:d2abaf43458900a402f054172a8c35811b99cab2272c7503d72ea01b7ed1285b"
128
131
  }
@@ -4,11 +4,23 @@
4
4
  "title": "Finding action plan",
5
5
  "type": "object",
6
6
  "additionalProperties": false,
7
- "required": ["source_run_id", "source_findings_hash", "generated_at", "summary", "actions"],
7
+ "required": ["source_run_id", "source_findings_hash", "generated_at", "summary", "actions", "source_coverage"],
8
8
  "properties": {
9
9
  "source_run_id": { "type": "string", "minLength": 1 },
10
10
  "source_findings_hash": { "type": "string", "pattern": "^[a-f0-9]{64}$" },
11
11
  "generated_at": { "type": "string" },
12
+ "source_coverage": {
13
+ "type": "object",
14
+ "additionalProperties": false,
15
+ "required": ["coverage_status", "determination_status", "evidence_scope", "limitations"],
16
+ "properties": {
17
+ "coverage_status": { "type": "string", "enum": ["complete", "truncated", "indeterminate", "not_applicable"] },
18
+ "determination_status": { "type": "string", "enum": ["supported", "qualified", "indeterminate", "not_applicable"] },
19
+ "artifact": { "type": ["string", "null"] },
20
+ "evidence_scope": { "$ref": "#/definitions/evidenceScope" },
21
+ "limitations": { "type": "array", "items": { "type": "string" } }
22
+ }
23
+ },
12
24
  "summary": {
13
25
  "type": "object",
14
26
  "additionalProperties": false,
@@ -40,6 +52,10 @@
40
52
  "owner": { "type": ["string", "null"] },
41
53
  "decision_owner": { "type": ["string", "null"] },
42
54
  "status": { "type": "string", "enum": ["ready", "blocked"] },
55
+ "coverage_status": { "type": "string", "enum": ["complete", "truncated", "indeterminate", "not_applicable"] },
56
+ "determination_status": { "type": "string", "enum": ["supported", "qualified", "indeterminate", "not_applicable"] },
57
+ "evidence_scope": { "$ref": "#/definitions/evidenceScope" },
58
+ "limitations": { "type": "array", "items": { "type": "string" } },
43
59
  "required_input": { "type": "array", "items": { "type": "string" } },
44
60
  "semantic_gates": { "type": "array", "items": { "type": "string" } },
45
61
  "unsafe_shortcuts": { "type": "array", "items": { "type": "string" } },
@@ -64,5 +80,26 @@
64
80
  }
65
81
  }
66
82
  }
83
+ },
84
+ "definitions": {
85
+ "evidenceScope": {
86
+ "type": "object",
87
+ "additionalProperties": false,
88
+ "required": ["requirement", "satisfaction", "coverage_ref", "resource_ids"],
89
+ "properties": {
90
+ "requirement": { "type": "string", "minLength": 1 },
91
+ "satisfaction": { "type": "string", "enum": ["supported", "qualified", "indeterminate", "not_applicable"] },
92
+ "coverage_ref": { "type": ["string", "null"] },
93
+ "resource_ids": { "type": "array", "uniqueItems": true, "items": { "type": "string", "minLength": 1 } },
94
+ "population": { "type": "string", "enum": ["evaluated_subset", "none_observed"] },
95
+ "evaluated": { "type": ["integer", "null"], "minimum": 0 },
96
+ "eligible": { "type": ["integer", "null"], "minimum": 0 },
97
+ "excluded": { "type": ["integer", "null"], "minimum": 0 },
98
+ "failed": { "type": ["integer", "null"], "minimum": 0 },
99
+ "indeterminate": { "type": ["integer", "null"], "minimum": 0 },
100
+ "unvisited": { "type": ["integer", "null"], "minimum": 0 },
101
+ "denominator": { "type": ["integer", "null"], "minimum": 0 }
102
+ }
103
+ }
67
104
  }
68
105
  }
@@ -0,0 +1,118 @@
1
+ {
2
+ "$id": "citable://schemas/audit-coverage.schema.json",
3
+ "$schema": "http://json-schema.org/draft-07/schema#",
4
+ "title": "Audit coverage",
5
+ "type": "object",
6
+ "additionalProperties": false,
7
+ "required": [
8
+ "schema_version",
9
+ "normalization_version",
10
+ "requested_scope",
11
+ "discovery",
12
+ "populations",
13
+ "resources",
14
+ "stop_reason",
15
+ "coverage_status",
16
+ "reconciliation",
17
+ "limitations"
18
+ ],
19
+ "properties": {
20
+ "schema_version": { "const": 1 },
21
+ "normalization_version": { "type": "string", "minLength": 1 },
22
+ "requested_scope": {
23
+ "type": "object",
24
+ "additionalProperties": false,
25
+ "required": ["start_url", "origin", "max_pages", "time_budget_seconds"],
26
+ "properties": {
27
+ "start_url": { "type": "string", "format": "uri" },
28
+ "origin": { "type": "string", "format": "uri" },
29
+ "max_pages": { "type": "integer", "minimum": 1, "maximum": 10000 },
30
+ "time_budget_seconds": { "type": "integer", "minimum": 1, "maximum": 86400 }
31
+ }
32
+ },
33
+ "discovery": {
34
+ "type": "object",
35
+ "additionalProperties": false,
36
+ "required": ["status", "methods", "limitations"],
37
+ "properties": {
38
+ "status": { "type": "string", "enum": ["complete", "truncated", "indeterminate"] },
39
+ "methods": { "type": "array", "items": { "type": "string" } },
40
+ "limitations": { "type": "array", "items": { "type": "string" } }
41
+ }
42
+ },
43
+ "populations": {
44
+ "type": "object",
45
+ "additionalProperties": false,
46
+ "required": [
47
+ "discovered",
48
+ "eligible",
49
+ "excluded",
50
+ "attempted",
51
+ "retrieved",
52
+ "valid_resource",
53
+ "evaluated",
54
+ "valid_but_unevaluated",
55
+ "failed",
56
+ "indeterminate",
57
+ "unvisited"
58
+ ],
59
+ "properties": {
60
+ "discovered": { "$ref": "#/definitions/populationCount" },
61
+ "eligible": { "$ref": "#/definitions/populationCount" },
62
+ "excluded": { "$ref": "#/definitions/populationCount" },
63
+ "attempted": { "$ref": "#/definitions/populationCount" },
64
+ "retrieved": { "$ref": "#/definitions/populationCount" },
65
+ "valid_resource": { "$ref": "#/definitions/populationCount" },
66
+ "evaluated": { "$ref": "#/definitions/populationCount" },
67
+ "valid_but_unevaluated": { "$ref": "#/definitions/populationCount" },
68
+ "failed": { "$ref": "#/definitions/populationCount" },
69
+ "indeterminate": { "$ref": "#/definitions/populationCount" },
70
+ "unvisited": { "$ref": "#/definitions/populationCount" }
71
+ }
72
+ },
73
+ "resources": {
74
+ "type": "array",
75
+ "items": {
76
+ "type": "object",
77
+ "properties": {
78
+ "resource_id": { "type": ["string", "null"] },
79
+ "requested_url": { "type": ["string", "null"] },
80
+ "effective_url": { "type": ["string", "null"] },
81
+ "canonical_url": { "type": ["string", "null"] },
82
+ "response_body_hash": { "type": ["string", "null"], "pattern": "^[a-f0-9]{64}$" },
83
+ "rendered_dom_hash": { "type": ["string", "null"], "pattern": "^[a-f0-9]{64}$" },
84
+ "extracted_text_hash": { "type": ["string", "null"], "pattern": "^[a-f0-9]{64}$" },
85
+ "structured_data_hash": { "type": ["string", "null"], "pattern": "^[a-f0-9]{64}$" },
86
+ "evidence_hash": { "type": ["string", "null"], "pattern": "^[a-f0-9]{64}$" },
87
+ "artifact_hash": { "type": ["string", "null"], "pattern": "^[a-f0-9]{64}$" }
88
+ }
89
+ }
90
+ },
91
+ "stop_reason": {
92
+ "type": "string",
93
+ "enum": [
94
+ "frontier_exhausted",
95
+ "page_budget_exhausted",
96
+ "time_budget_exhausted",
97
+ "fatal_collection_failure"
98
+ ]
99
+ },
100
+ "coverage_status": {
101
+ "type": "string",
102
+ "enum": ["complete", "truncated", "indeterminate", "not_applicable"]
103
+ },
104
+ "reconciliation": {
105
+ "type": "object",
106
+ "additionalProperties": false,
107
+ "required": ["valid", "errors"],
108
+ "properties": {
109
+ "valid": { "type": "boolean" },
110
+ "errors": { "type": "array", "items": { "type": "string" } }
111
+ }
112
+ },
113
+ "limitations": { "type": "array", "items": { "type": "string" } }
114
+ },
115
+ "definitions": {
116
+ "populationCount": { "type": "integer", "minimum": 0 }
117
+ }
118
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "$id": "citable://schemas/collection-result.schema.json",
3
+ "$schema": "http://json-schema.org/draft-07/schema#",
4
+ "title": "Collection result",
5
+ "type": "object",
6
+ "additionalProperties": false,
7
+ "required": [
8
+ "schema_version",
9
+ "items",
10
+ "pagination_state",
11
+ "provider_reported_total",
12
+ "retrieved_total",
13
+ "coverage_status",
14
+ "continuation_state",
15
+ "limitations",
16
+ "errors"
17
+ ],
18
+ "properties": {
19
+ "schema_version": { "const": 1 },
20
+ "items": {
21
+ "type": "array",
22
+ "items": {}
23
+ },
24
+ "pagination_state": { "type": "object" },
25
+ "provider_reported_total": { "type": ["integer", "null"], "minimum": 0 },
26
+ "retrieved_total": { "type": "integer", "minimum": 0 },
27
+ "coverage_status": {
28
+ "type": "string",
29
+ "enum": ["complete", "truncated", "indeterminate", "provider_bounded"]
30
+ },
31
+ "continuation_state": { "type": ["object", "null"] },
32
+ "limitations": { "type": "array", "items": { "type": "string" } },
33
+ "errors": { "type": "array", "items": { "type": "string" } }
34
+ }
35
+ }
@@ -30,6 +30,8 @@
30
30
  "type": "object",
31
31
  "properties": {
32
32
  "index_target_default": { "type": "boolean" },
33
+ "max_pages": { "type": "integer", "minimum": 1, "maximum": 10000 },
34
+ "time_budget_seconds": { "type": "integer", "minimum": 1, "maximum": 86400 },
33
35
  "max_crawl_depth": { "type": "integer", "minimum": 1 },
34
36
  "thin_content_words": { "type": "integer", "minimum": 1 },
35
37
  "fetch_external": { "type": "boolean" },
@@ -103,7 +103,14 @@
103
103
  "source_identifier": { "type": ["string", "null"] },
104
104
  "source_findings_count": { "type": "integer", "minimum": 0 },
105
105
  "integrity_hash": { "type": ["string", "null"] },
106
- "synthetic_evidence": { "type": "boolean" }
106
+ "synthetic_evidence": { "type": "boolean" },
107
+ "package_verified": { "type": "boolean" },
108
+ "integrity_mode": { "type": "string" },
109
+ "legacy": { "type": "boolean" },
110
+ "coverage_status": { "type": "string" },
111
+ "determination_status": { "type": "string" },
112
+ "evaluated": { "type": ["integer", "null"], "minimum": 0 },
113
+ "eligible": { "type": ["integer", "null"], "minimum": 0 }
107
114
  },
108
115
  "additionalProperties": false
109
116
  }
@@ -17,12 +17,19 @@
17
17
  "status"
18
18
  ],
19
19
  "properties": {
20
+ "schema_version": {
21
+ "type": "integer",
22
+ "enum": [1, 2]
23
+ },
20
24
  "finding_id": {
21
25
  "$ref": "citable://schemas/common.defs.json#/definitions/id"
22
26
  },
23
27
  "detector_id": {
24
28
  "$ref": "citable://schemas/common.defs.json#/definitions/id"
25
29
  },
30
+ "detector_name": {
31
+ "type": "string"
32
+ },
26
33
  "run_id": {
27
34
  "type": "string"
28
35
  },
@@ -84,6 +91,15 @@
84
91
  },
85
92
  "rendered_selector": {
86
93
  "type": "string"
94
+ },
95
+ "resource_id": {
96
+ "type": "string"
97
+ },
98
+ "url_identity": {
99
+ "type": "object"
100
+ },
101
+ "evidence_identity": {
102
+ "$ref": "#/definitions/evidenceIdentity"
87
103
  }
88
104
  }
89
105
  },
@@ -106,7 +122,10 @@
106
122
  }
107
123
  },
108
124
  "captured_value": {},
109
- "expected_value": {}
125
+ "expected_value": {},
126
+ "evidence_identity": {
127
+ "$ref": "#/definitions/evidenceIdentity"
128
+ }
110
129
  }
111
130
  },
112
131
  "classification": {
@@ -326,6 +345,42 @@
326
345
  }
327
346
  }
328
347
  },
348
+ "evidence_scope": {
349
+ "type": "object",
350
+ "additionalProperties": false,
351
+ "required": [
352
+ "requirement",
353
+ "satisfaction",
354
+ "resource_ids",
355
+ "coverage_ref"
356
+ ],
357
+ "properties": {
358
+ "requirement": {
359
+ "type": "string",
360
+ "minLength": 1
361
+ },
362
+ "satisfaction": {
363
+ "type": "string",
364
+ "enum": [
365
+ "supported",
366
+ "qualified",
367
+ "indeterminate",
368
+ "not_applicable"
369
+ ]
370
+ },
371
+ "resource_ids": {
372
+ "type": "array",
373
+ "uniqueItems": true,
374
+ "items": {
375
+ "type": "string"
376
+ }
377
+ },
378
+ "coverage_ref": {
379
+ "type": "string",
380
+ "minLength": 1
381
+ }
382
+ }
383
+ },
329
384
  "status": {
330
385
  "type": "object",
331
386
  "required": [
@@ -358,7 +413,55 @@
358
413
  }
359
414
  }
360
415
  },
416
+ "allOf": [
417
+ {
418
+ "if": {
419
+ "required": ["schema_version"],
420
+ "properties": {
421
+ "schema_version": {
422
+ "const": 2
423
+ }
424
+ }
425
+ },
426
+ "then": {
427
+ "required": ["evidence_scope"],
428
+ "propertyNames": {
429
+ "enum": [
430
+ "schema_version",
431
+ "finding_id",
432
+ "detector_id",
433
+ "detector_name",
434
+ "run_id",
435
+ "timestamp",
436
+ "discipline",
437
+ "subject",
438
+ "observation",
439
+ "classification",
440
+ "reasoning",
441
+ "remediation",
442
+ "verification",
443
+ "provenance",
444
+ "evidence_scope",
445
+ "status"
446
+ ]
447
+ }
448
+ }
449
+ }
450
+ ],
361
451
  "definitions": {
452
+ "evidenceIdentity": {
453
+ "type": "object",
454
+ "additionalProperties": false,
455
+ "required": ["hash_schema_version", "representation", "hash"],
456
+ "properties": {
457
+ "hash_schema_version": { "type": "string", "minLength": 1 },
458
+ "representation": {
459
+ "type": "string",
460
+ "enum": ["response_body", "rendered_dom", "extracted_text", "structured_data", "evidence", "artifact"]
461
+ },
462
+ "hash": { "type": "string", "pattern": "^[a-f0-9]{64}$" }
463
+ }
464
+ },
362
465
  "impactLevel": {
363
466
  "type": "string",
364
467
  "enum": [
@@ -370,4 +473,4 @@
370
473
  ]
371
474
  }
372
475
  }
373
- }
476
+ }
@@ -12,7 +12,7 @@
12
12
  "properties": {
13
13
  "verification_id": { "type": "string", "pattern": "^VR-[0-9]{14,20}-[a-z0-9]{2,8}$" },
14
14
  "timestamp": { "type": "string" },
15
- "status": { "type": "string", "enum": ["verified", "not_resolved", "blocked", "patch_refused"] },
15
+ "status": { "type": "string", "enum": ["verified", "not_resolved", "not_reobserved", "not_comparable", "indeterminate", "blocked", "patch_refused"] },
16
16
  "tool_version": { "type": "string" },
17
17
  "repository_commit": { "type": ["string", "null"] },
18
18
  "source_run_id": { "type": ["string", "null"], "minLength": 1 },
@@ -30,6 +30,7 @@
30
30
  "required": ["resolved"],
31
31
  "properties": {
32
32
  "resolved": { "type": "boolean" },
33
+ "comparison_state": { "type": "string", "enum": ["persisted", "resolved", "new", "changed", "not_comparable", "not_reobserved", "indeterminate"] },
33
34
  "before_finding_ids": { "type": "array", "items": { "type": "string" } },
34
35
  "after_finding_ids": { "type": "array", "items": { "type": "string" } },
35
36
  "new_regressions": {
@@ -51,6 +52,16 @@
51
52
  }
52
53
  }
53
54
  },
55
+ "comparison": {
56
+ "type": "object",
57
+ "required": ["state", "reason", "coverage_status"],
58
+ "properties": {
59
+ "state": { "type": "string", "enum": ["resolved", "not_reobserved", "not_comparable", "indeterminate"] },
60
+ "reason": { "type": "string" },
61
+ "coverage_status": { "type": "string" },
62
+ "resource": { "type": ["string", "null"] }
63
+ }
64
+ },
54
65
  "patch": {
55
66
  "type": ["object", "null"],
56
67
  "properties": {
@@ -5,6 +5,7 @@
5
5
  "type": "object",
6
6
  "required": ["run_id", "command", "tool_version", "skill_version", "timestamp", "target", "status"],
7
7
  "properties": {
8
+ "schema_version": { "type": "integer", "enum": [1, 2] },
8
9
  "run_id": { "type": "string" },
9
10
  "command": { "type": "string" },
10
11
  "argv": { "type": "array", "items": { "type": "string" } },
@@ -31,6 +32,18 @@
31
32
  "incomplete_checks": { "type": "array", "items": { "type": "string" } },
32
33
  "errors": { "type": "array", "items": { "type": "string" } },
33
34
  "warnings": { "type": "array", "items": { "type": "string" } },
34
- "status": { "type": "string", "enum": ["completed", "completed_with_warnings", "incomplete", "failed"] }
35
- }
35
+ "status": { "type": "string", "enum": ["completed", "completed_with_warnings", "incomplete", "failed"] },
36
+ "execution_status": { "type": "string", "enum": ["completed", "completed_with_warnings", "failed"] },
37
+ "coverage_status": { "type": "string", "enum": ["complete", "truncated", "indeterminate", "not_applicable"] },
38
+ "determination_status": { "type": "string", "enum": ["supported", "qualified", "indeterminate", "not_applicable"] }
39
+ },
40
+ "allOf": [
41
+ {
42
+ "if": {
43
+ "required": ["schema_version"],
44
+ "properties": { "schema_version": { "const": 2 } }
45
+ },
46
+ "then": { "required": ["execution_status", "coverage_status", "determination_status"] }
47
+ }
48
+ ]
36
49
  }