@nebulacomponents/citable 1.19.0 → 1.21.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.
- package/CHANGELOG.md +35 -0
- package/README.md +12 -1
- package/dist/universal/.agents/skills/citable/SKILL.md +11 -2
- package/dist/universal/.agents/skills/citable/VERSION +1 -1
- package/dist/universal/.agents/skills/citable/manifest.json +24 -12
- package/dist/universal/.agents/skills/citable/schemas/action-plan.schema.json +38 -1
- package/dist/universal/.agents/skills/citable/schemas/audit-coverage.schema.json +118 -0
- package/dist/universal/.agents/skills/citable/schemas/claim-evidence.schema.json +21 -0
- package/dist/universal/.agents/skills/citable/schemas/claim-verification.schema.json +18 -0
- package/dist/universal/.agents/skills/citable/schemas/collection-result.schema.json +35 -0
- package/dist/universal/.agents/skills/citable/schemas/config.schema.json +2 -0
- package/dist/universal/.agents/skills/citable/schemas/cro-report.schema.json +8 -1
- package/dist/universal/.agents/skills/citable/schemas/derivation.schema.json +18 -0
- package/dist/universal/.agents/skills/citable/schemas/external-comparison.schema.json +16 -0
- package/dist/universal/.agents/skills/citable/schemas/external-observation.schema.json +32 -0
- package/dist/universal/.agents/skills/citable/schemas/finding.schema.json +105 -2
- package/dist/universal/.agents/skills/citable/schemas/prompt-set.schema.json +47 -0
- package/dist/universal/.agents/skills/citable/schemas/remediation-verification.schema.json +12 -1
- package/dist/universal/.agents/skills/citable/schemas/representation-data.schema.json +21 -0
- package/dist/universal/.agents/skills/citable/schemas/research-dataset.schema.json +27 -0
- package/dist/universal/.agents/skills/citable/schemas/run.schema.json +15 -2
- package/dist/universal/.agents/skills/citable/schemas/search-discovery-data.schema.json +20 -0
- package/dist/universal/.agents/skills/citable/schemas/search-report.schema.json +8 -1
- package/dist/universal/.agents/skills/citable/schemas/summary.schema.json +41 -0
- package/dist/universal/.claude/agents/citable/manifest.json +2 -2
- package/dist/universal/.claude/skills/citable/SKILL.md +11 -2
- package/dist/universal/.claude/skills/citable/VERSION +1 -1
- package/dist/universal/.claude/skills/citable/manifest.json +24 -12
- package/dist/universal/.claude/skills/citable/schemas/action-plan.schema.json +38 -1
- package/dist/universal/.claude/skills/citable/schemas/audit-coverage.schema.json +118 -0
- package/dist/universal/.claude/skills/citable/schemas/claim-evidence.schema.json +21 -0
- package/dist/universal/.claude/skills/citable/schemas/claim-verification.schema.json +18 -0
- package/dist/universal/.claude/skills/citable/schemas/collection-result.schema.json +35 -0
- package/dist/universal/.claude/skills/citable/schemas/config.schema.json +2 -0
- package/dist/universal/.claude/skills/citable/schemas/cro-report.schema.json +8 -1
- package/dist/universal/.claude/skills/citable/schemas/derivation.schema.json +18 -0
- package/dist/universal/.claude/skills/citable/schemas/external-comparison.schema.json +16 -0
- package/dist/universal/.claude/skills/citable/schemas/external-observation.schema.json +32 -0
- package/dist/universal/.claude/skills/citable/schemas/finding.schema.json +105 -2
- package/dist/universal/.claude/skills/citable/schemas/prompt-set.schema.json +47 -0
- package/dist/universal/.claude/skills/citable/schemas/remediation-verification.schema.json +12 -1
- package/dist/universal/.claude/skills/citable/schemas/representation-data.schema.json +21 -0
- package/dist/universal/.claude/skills/citable/schemas/research-dataset.schema.json +27 -0
- package/dist/universal/.claude/skills/citable/schemas/run.schema.json +15 -2
- package/dist/universal/.claude/skills/citable/schemas/search-discovery-data.schema.json +20 -0
- package/dist/universal/.claude/skills/citable/schemas/search-report.schema.json +8 -1
- package/dist/universal/.claude/skills/citable/schemas/summary.schema.json +41 -0
- package/dist/universal/.cursor/skills/citable/SKILL.md +11 -2
- package/dist/universal/.cursor/skills/citable/VERSION +1 -1
- package/dist/universal/.cursor/skills/citable/manifest.json +24 -12
- package/dist/universal/.cursor/skills/citable/schemas/action-plan.schema.json +38 -1
- package/dist/universal/.cursor/skills/citable/schemas/audit-coverage.schema.json +118 -0
- package/dist/universal/.cursor/skills/citable/schemas/claim-evidence.schema.json +21 -0
- package/dist/universal/.cursor/skills/citable/schemas/claim-verification.schema.json +18 -0
- package/dist/universal/.cursor/skills/citable/schemas/collection-result.schema.json +35 -0
- package/dist/universal/.cursor/skills/citable/schemas/config.schema.json +2 -0
- package/dist/universal/.cursor/skills/citable/schemas/cro-report.schema.json +8 -1
- package/dist/universal/.cursor/skills/citable/schemas/derivation.schema.json +18 -0
- package/dist/universal/.cursor/skills/citable/schemas/external-comparison.schema.json +16 -0
- package/dist/universal/.cursor/skills/citable/schemas/external-observation.schema.json +32 -0
- package/dist/universal/.cursor/skills/citable/schemas/finding.schema.json +105 -2
- package/dist/universal/.cursor/skills/citable/schemas/prompt-set.schema.json +47 -0
- package/dist/universal/.cursor/skills/citable/schemas/remediation-verification.schema.json +12 -1
- package/dist/universal/.cursor/skills/citable/schemas/representation-data.schema.json +21 -0
- package/dist/universal/.cursor/skills/citable/schemas/research-dataset.schema.json +27 -0
- package/dist/universal/.cursor/skills/citable/schemas/run.schema.json +15 -2
- package/dist/universal/.cursor/skills/citable/schemas/search-discovery-data.schema.json +20 -0
- package/dist/universal/.cursor/skills/citable/schemas/search-report.schema.json +8 -1
- package/dist/universal/.cursor/skills/citable/schemas/summary.schema.json +41 -0
- package/dist/universal/.gemini/skills/citable/SKILL.md +11 -2
- package/dist/universal/.gemini/skills/citable/VERSION +1 -1
- package/dist/universal/.gemini/skills/citable/manifest.json +24 -12
- package/dist/universal/.gemini/skills/citable/schemas/action-plan.schema.json +38 -1
- package/dist/universal/.gemini/skills/citable/schemas/audit-coverage.schema.json +118 -0
- package/dist/universal/.gemini/skills/citable/schemas/claim-evidence.schema.json +21 -0
- package/dist/universal/.gemini/skills/citable/schemas/claim-verification.schema.json +18 -0
- package/dist/universal/.gemini/skills/citable/schemas/collection-result.schema.json +35 -0
- package/dist/universal/.gemini/skills/citable/schemas/config.schema.json +2 -0
- package/dist/universal/.gemini/skills/citable/schemas/cro-report.schema.json +8 -1
- package/dist/universal/.gemini/skills/citable/schemas/derivation.schema.json +18 -0
- package/dist/universal/.gemini/skills/citable/schemas/external-comparison.schema.json +16 -0
- package/dist/universal/.gemini/skills/citable/schemas/external-observation.schema.json +32 -0
- package/dist/universal/.gemini/skills/citable/schemas/finding.schema.json +105 -2
- package/dist/universal/.gemini/skills/citable/schemas/prompt-set.schema.json +47 -0
- package/dist/universal/.gemini/skills/citable/schemas/remediation-verification.schema.json +12 -1
- package/dist/universal/.gemini/skills/citable/schemas/representation-data.schema.json +21 -0
- package/dist/universal/.gemini/skills/citable/schemas/research-dataset.schema.json +27 -0
- package/dist/universal/.gemini/skills/citable/schemas/run.schema.json +15 -2
- package/dist/universal/.gemini/skills/citable/schemas/search-discovery-data.schema.json +20 -0
- package/dist/universal/.gemini/skills/citable/schemas/search-report.schema.json +8 -1
- package/dist/universal/.gemini/skills/citable/schemas/summary.schema.json +41 -0
- package/dist/universal/.github/skills/citable/SKILL.md +11 -2
- package/dist/universal/.github/skills/citable/VERSION +1 -1
- package/dist/universal/.github/skills/citable/manifest.json +24 -12
- package/dist/universal/.github/skills/citable/schemas/action-plan.schema.json +38 -1
- package/dist/universal/.github/skills/citable/schemas/audit-coverage.schema.json +118 -0
- package/dist/universal/.github/skills/citable/schemas/claim-evidence.schema.json +21 -0
- package/dist/universal/.github/skills/citable/schemas/claim-verification.schema.json +18 -0
- package/dist/universal/.github/skills/citable/schemas/collection-result.schema.json +35 -0
- package/dist/universal/.github/skills/citable/schemas/config.schema.json +2 -0
- package/dist/universal/.github/skills/citable/schemas/cro-report.schema.json +8 -1
- package/dist/universal/.github/skills/citable/schemas/derivation.schema.json +18 -0
- package/dist/universal/.github/skills/citable/schemas/external-comparison.schema.json +16 -0
- package/dist/universal/.github/skills/citable/schemas/external-observation.schema.json +32 -0
- package/dist/universal/.github/skills/citable/schemas/finding.schema.json +105 -2
- package/dist/universal/.github/skills/citable/schemas/prompt-set.schema.json +47 -0
- package/dist/universal/.github/skills/citable/schemas/remediation-verification.schema.json +12 -1
- package/dist/universal/.github/skills/citable/schemas/representation-data.schema.json +21 -0
- package/dist/universal/.github/skills/citable/schemas/research-dataset.schema.json +27 -0
- package/dist/universal/.github/skills/citable/schemas/run.schema.json +15 -2
- package/dist/universal/.github/skills/citable/schemas/search-discovery-data.schema.json +20 -0
- package/dist/universal/.github/skills/citable/schemas/search-report.schema.json +8 -1
- package/dist/universal/.github/skills/citable/schemas/summary.schema.json +41 -0
- package/dist/universal/.kiro/skills/citable/SKILL.md +11 -2
- package/dist/universal/.kiro/skills/citable/VERSION +1 -1
- package/dist/universal/.kiro/skills/citable/manifest.json +24 -12
- package/dist/universal/.kiro/skills/citable/schemas/action-plan.schema.json +38 -1
- package/dist/universal/.kiro/skills/citable/schemas/audit-coverage.schema.json +118 -0
- package/dist/universal/.kiro/skills/citable/schemas/claim-evidence.schema.json +21 -0
- package/dist/universal/.kiro/skills/citable/schemas/claim-verification.schema.json +18 -0
- package/dist/universal/.kiro/skills/citable/schemas/collection-result.schema.json +35 -0
- package/dist/universal/.kiro/skills/citable/schemas/config.schema.json +2 -0
- package/dist/universal/.kiro/skills/citable/schemas/cro-report.schema.json +8 -1
- package/dist/universal/.kiro/skills/citable/schemas/derivation.schema.json +18 -0
- package/dist/universal/.kiro/skills/citable/schemas/external-comparison.schema.json +16 -0
- package/dist/universal/.kiro/skills/citable/schemas/external-observation.schema.json +32 -0
- package/dist/universal/.kiro/skills/citable/schemas/finding.schema.json +105 -2
- package/dist/universal/.kiro/skills/citable/schemas/prompt-set.schema.json +47 -0
- package/dist/universal/.kiro/skills/citable/schemas/remediation-verification.schema.json +12 -1
- package/dist/universal/.kiro/skills/citable/schemas/representation-data.schema.json +21 -0
- package/dist/universal/.kiro/skills/citable/schemas/research-dataset.schema.json +27 -0
- package/dist/universal/.kiro/skills/citable/schemas/run.schema.json +15 -2
- package/dist/universal/.kiro/skills/citable/schemas/search-discovery-data.schema.json +20 -0
- package/dist/universal/.kiro/skills/citable/schemas/search-report.schema.json +8 -1
- package/dist/universal/.kiro/skills/citable/schemas/summary.schema.json +41 -0
- package/dist/universal/.opencode/skills/citable/SKILL.md +11 -2
- package/dist/universal/.opencode/skills/citable/VERSION +1 -1
- package/dist/universal/.opencode/skills/citable/manifest.json +24 -12
- package/dist/universal/.opencode/skills/citable/schemas/action-plan.schema.json +38 -1
- package/dist/universal/.opencode/skills/citable/schemas/audit-coverage.schema.json +118 -0
- package/dist/universal/.opencode/skills/citable/schemas/claim-evidence.schema.json +21 -0
- package/dist/universal/.opencode/skills/citable/schemas/claim-verification.schema.json +18 -0
- package/dist/universal/.opencode/skills/citable/schemas/collection-result.schema.json +35 -0
- package/dist/universal/.opencode/skills/citable/schemas/config.schema.json +2 -0
- package/dist/universal/.opencode/skills/citable/schemas/cro-report.schema.json +8 -1
- package/dist/universal/.opencode/skills/citable/schemas/derivation.schema.json +18 -0
- package/dist/universal/.opencode/skills/citable/schemas/external-comparison.schema.json +16 -0
- package/dist/universal/.opencode/skills/citable/schemas/external-observation.schema.json +32 -0
- package/dist/universal/.opencode/skills/citable/schemas/finding.schema.json +105 -2
- package/dist/universal/.opencode/skills/citable/schemas/prompt-set.schema.json +47 -0
- package/dist/universal/.opencode/skills/citable/schemas/remediation-verification.schema.json +12 -1
- package/dist/universal/.opencode/skills/citable/schemas/representation-data.schema.json +21 -0
- package/dist/universal/.opencode/skills/citable/schemas/research-dataset.schema.json +27 -0
- package/dist/universal/.opencode/skills/citable/schemas/run.schema.json +15 -2
- package/dist/universal/.opencode/skills/citable/schemas/search-discovery-data.schema.json +20 -0
- package/dist/universal/.opencode/skills/citable/schemas/search-report.schema.json +8 -1
- package/dist/universal/.opencode/skills/citable/schemas/summary.schema.json +41 -0
- package/dist/universal/.pi/agent/skills/citable/SKILL.md +11 -2
- package/dist/universal/.pi/agent/skills/citable/VERSION +1 -1
- package/dist/universal/.pi/agent/skills/citable/manifest.json +24 -12
- package/dist/universal/.pi/agent/skills/citable/schemas/action-plan.schema.json +38 -1
- package/dist/universal/.pi/agent/skills/citable/schemas/audit-coverage.schema.json +118 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/claim-evidence.schema.json +21 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/claim-verification.schema.json +18 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/collection-result.schema.json +35 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/config.schema.json +2 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/cro-report.schema.json +8 -1
- package/dist/universal/.pi/agent/skills/citable/schemas/derivation.schema.json +18 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/external-comparison.schema.json +16 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/external-observation.schema.json +32 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/finding.schema.json +105 -2
- package/dist/universal/.pi/agent/skills/citable/schemas/prompt-set.schema.json +47 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/remediation-verification.schema.json +12 -1
- package/dist/universal/.pi/agent/skills/citable/schemas/representation-data.schema.json +21 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/research-dataset.schema.json +27 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/run.schema.json +15 -2
- package/dist/universal/.pi/agent/skills/citable/schemas/search-discovery-data.schema.json +20 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/search-report.schema.json +8 -1
- package/dist/universal/.pi/agent/skills/citable/schemas/summary.schema.json +41 -0
- package/dist/universal/.qoder/skills/citable/SKILL.md +11 -2
- package/dist/universal/.qoder/skills/citable/VERSION +1 -1
- package/dist/universal/.qoder/skills/citable/manifest.json +24 -12
- package/dist/universal/.qoder/skills/citable/schemas/action-plan.schema.json +38 -1
- package/dist/universal/.qoder/skills/citable/schemas/audit-coverage.schema.json +118 -0
- package/dist/universal/.qoder/skills/citable/schemas/claim-evidence.schema.json +21 -0
- package/dist/universal/.qoder/skills/citable/schemas/claim-verification.schema.json +18 -0
- package/dist/universal/.qoder/skills/citable/schemas/collection-result.schema.json +35 -0
- package/dist/universal/.qoder/skills/citable/schemas/config.schema.json +2 -0
- package/dist/universal/.qoder/skills/citable/schemas/cro-report.schema.json +8 -1
- package/dist/universal/.qoder/skills/citable/schemas/derivation.schema.json +18 -0
- package/dist/universal/.qoder/skills/citable/schemas/external-comparison.schema.json +16 -0
- package/dist/universal/.qoder/skills/citable/schemas/external-observation.schema.json +32 -0
- package/dist/universal/.qoder/skills/citable/schemas/finding.schema.json +105 -2
- package/dist/universal/.qoder/skills/citable/schemas/prompt-set.schema.json +47 -0
- package/dist/universal/.qoder/skills/citable/schemas/remediation-verification.schema.json +12 -1
- package/dist/universal/.qoder/skills/citable/schemas/representation-data.schema.json +21 -0
- package/dist/universal/.qoder/skills/citable/schemas/research-dataset.schema.json +27 -0
- package/dist/universal/.qoder/skills/citable/schemas/run.schema.json +15 -2
- package/dist/universal/.qoder/skills/citable/schemas/search-discovery-data.schema.json +20 -0
- package/dist/universal/.qoder/skills/citable/schemas/search-report.schema.json +8 -1
- package/dist/universal/.qoder/skills/citable/schemas/summary.schema.json +41 -0
- package/dist/universal/.rovodev/skills/citable/SKILL.md +11 -2
- package/dist/universal/.rovodev/skills/citable/VERSION +1 -1
- package/dist/universal/.rovodev/skills/citable/manifest.json +24 -12
- package/dist/universal/.rovodev/skills/citable/schemas/action-plan.schema.json +38 -1
- package/dist/universal/.rovodev/skills/citable/schemas/audit-coverage.schema.json +118 -0
- package/dist/universal/.rovodev/skills/citable/schemas/claim-evidence.schema.json +21 -0
- package/dist/universal/.rovodev/skills/citable/schemas/claim-verification.schema.json +18 -0
- package/dist/universal/.rovodev/skills/citable/schemas/collection-result.schema.json +35 -0
- package/dist/universal/.rovodev/skills/citable/schemas/config.schema.json +2 -0
- package/dist/universal/.rovodev/skills/citable/schemas/cro-report.schema.json +8 -1
- package/dist/universal/.rovodev/skills/citable/schemas/derivation.schema.json +18 -0
- package/dist/universal/.rovodev/skills/citable/schemas/external-comparison.schema.json +16 -0
- package/dist/universal/.rovodev/skills/citable/schemas/external-observation.schema.json +32 -0
- package/dist/universal/.rovodev/skills/citable/schemas/finding.schema.json +105 -2
- package/dist/universal/.rovodev/skills/citable/schemas/prompt-set.schema.json +47 -0
- package/dist/universal/.rovodev/skills/citable/schemas/remediation-verification.schema.json +12 -1
- package/dist/universal/.rovodev/skills/citable/schemas/representation-data.schema.json +21 -0
- package/dist/universal/.rovodev/skills/citable/schemas/research-dataset.schema.json +27 -0
- package/dist/universal/.rovodev/skills/citable/schemas/run.schema.json +15 -2
- package/dist/universal/.rovodev/skills/citable/schemas/search-discovery-data.schema.json +20 -0
- package/dist/universal/.rovodev/skills/citable/schemas/search-report.schema.json +8 -1
- package/dist/universal/.rovodev/skills/citable/schemas/summary.schema.json +41 -0
- package/dist/universal/.trae/skills/citable/SKILL.md +11 -2
- package/dist/universal/.trae/skills/citable/VERSION +1 -1
- package/dist/universal/.trae/skills/citable/manifest.json +24 -12
- package/dist/universal/.trae/skills/citable/schemas/action-plan.schema.json +38 -1
- package/dist/universal/.trae/skills/citable/schemas/audit-coverage.schema.json +118 -0
- package/dist/universal/.trae/skills/citable/schemas/claim-evidence.schema.json +21 -0
- package/dist/universal/.trae/skills/citable/schemas/claim-verification.schema.json +18 -0
- package/dist/universal/.trae/skills/citable/schemas/collection-result.schema.json +35 -0
- package/dist/universal/.trae/skills/citable/schemas/config.schema.json +2 -0
- package/dist/universal/.trae/skills/citable/schemas/cro-report.schema.json +8 -1
- package/dist/universal/.trae/skills/citable/schemas/derivation.schema.json +18 -0
- package/dist/universal/.trae/skills/citable/schemas/external-comparison.schema.json +16 -0
- package/dist/universal/.trae/skills/citable/schemas/external-observation.schema.json +32 -0
- package/dist/universal/.trae/skills/citable/schemas/finding.schema.json +105 -2
- package/dist/universal/.trae/skills/citable/schemas/prompt-set.schema.json +47 -0
- package/dist/universal/.trae/skills/citable/schemas/remediation-verification.schema.json +12 -1
- package/dist/universal/.trae/skills/citable/schemas/representation-data.schema.json +21 -0
- package/dist/universal/.trae/skills/citable/schemas/research-dataset.schema.json +27 -0
- package/dist/universal/.trae/skills/citable/schemas/run.schema.json +15 -2
- package/dist/universal/.trae/skills/citable/schemas/search-discovery-data.schema.json +20 -0
- package/dist/universal/.trae/skills/citable/schemas/search-report.schema.json +8 -1
- package/dist/universal/.trae/skills/citable/schemas/summary.schema.json +41 -0
- package/dist/universal/.trae-cn/skills/citable/SKILL.md +11 -2
- package/dist/universal/.trae-cn/skills/citable/VERSION +1 -1
- package/dist/universal/.trae-cn/skills/citable/manifest.json +24 -12
- package/dist/universal/.trae-cn/skills/citable/schemas/action-plan.schema.json +38 -1
- package/dist/universal/.trae-cn/skills/citable/schemas/audit-coverage.schema.json +118 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/claim-evidence.schema.json +21 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/claim-verification.schema.json +18 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/collection-result.schema.json +35 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/config.schema.json +2 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/cro-report.schema.json +8 -1
- package/dist/universal/.trae-cn/skills/citable/schemas/derivation.schema.json +18 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/external-comparison.schema.json +16 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/external-observation.schema.json +32 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/finding.schema.json +105 -2
- package/dist/universal/.trae-cn/skills/citable/schemas/prompt-set.schema.json +47 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/remediation-verification.schema.json +12 -1
- package/dist/universal/.trae-cn/skills/citable/schemas/representation-data.schema.json +21 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/research-dataset.schema.json +27 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/run.schema.json +15 -2
- package/dist/universal/.trae-cn/skills/citable/schemas/search-discovery-data.schema.json +20 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/search-report.schema.json +8 -1
- package/dist/universal/.trae-cn/skills/citable/schemas/summary.schema.json +41 -0
- package/dist/universal/manifest.json +292 -148
- package/package.json +1 -1
- package/schemas/action-plan.schema.json +38 -1
- package/schemas/audit-coverage.schema.json +118 -0
- package/schemas/claim-evidence.schema.json +21 -0
- package/schemas/claim-verification.schema.json +18 -0
- package/schemas/collection-result.schema.json +35 -0
- package/schemas/config.schema.json +2 -0
- package/schemas/cro-report.schema.json +8 -1
- package/schemas/derivation.schema.json +18 -0
- package/schemas/external-comparison.schema.json +16 -0
- package/schemas/external-observation.schema.json +32 -0
- package/schemas/finding.schema.json +105 -2
- package/schemas/prompt-set.schema.json +47 -0
- package/schemas/remediation-verification.schema.json +12 -1
- package/schemas/representation-data.schema.json +21 -0
- package/schemas/research-dataset.schema.json +27 -0
- package/schemas/run.schema.json +15 -2
- package/schemas/search-discovery-data.schema.json +20 -0
- package/schemas/search-report.schema.json +8 -1
- package/schemas/summary.schema.json +41 -0
- package/skill/SKILL.md +11 -2
- package/src/acceptance/reproducibility.js +5 -25
- package/src/analysis/croRoadmap.js +3 -3
- package/src/analysis/strategicRoadmap.js +3 -3
- package/src/artifacts/interchange.js +2 -6
- package/src/cli/index.js +15 -3
- package/src/commands/actionPlan.js +46 -5
- package/src/commands/applyRemediation.js +5 -5
- package/src/commands/audit.js +75 -8
- package/src/commands/ciWorkflow.js +7 -2
- package/src/commands/compareSnapshots.js +155 -47
- package/src/commands/connect.js +24 -4
- package/src/commands/context.js +41 -2
- package/src/commands/croSuite.js +51 -13
- package/src/commands/delivery.js +7 -7
- package/src/commands/governance.js +9 -10
- package/src/commands/implementationKit.js +2 -1
- package/src/commands/init.js +8 -1
- package/src/commands/previewCro.js +1 -1
- package/src/commands/prioritize.js +3 -2
- package/src/commands/reviews.js +31 -5
- package/src/commands/roadmapCmd.js +7 -13
- package/src/commands/sweep.js +15 -2
- package/src/commands/verifyRemediation.js +94 -19
- package/src/connectors/collectionResult.js +80 -0
- package/src/connectors/ga4.js +46 -11
- package/src/connectors/gsc.js +45 -6
- package/src/connectors/index.js +1 -1
- package/src/connectors/webflow.js +140 -10
- package/src/connectors/wordpress.js +92 -8
- package/src/crawler/fetch.js +220 -24
- package/src/crawler/resourceValidity.js +119 -0
- package/src/crawler/sitemap.js +435 -16
- package/src/crawler/sitemapCollector.js +364 -0
- package/src/crawler/urlIdentity.js +97 -0
- package/src/detectors/agent.js +11 -0
- package/src/detectors/ans.js +16 -1
- package/src/detectors/arch.js +6 -0
- package/src/detectors/claim.js +9 -0
- package/src/detectors/crawl.js +7 -0
- package/src/detectors/cro.js +21 -0
- package/src/detectors/cwv.js +4 -0
- package/src/detectors/entity.js +7 -0
- package/src/detectors/evd.js +9 -0
- package/src/detectors/framework.js +28 -2
- package/src/detectors/geoReco.js +16 -0
- package/src/detectors/hreflang.js +3 -0
- package/src/detectors/lifeMeas.js +9 -0
- package/src/detectors/link.js +6 -1
- package/src/detectors/page.js +11 -0
- package/src/detectors/schemaData.js +16 -1
- package/src/detectors/tech.js +34 -3
- package/src/discovery/searchConsole.js +186 -0
- package/src/evidence/coverage.js +448 -0
- package/src/evidence/determination.js +157 -0
- package/src/evidence/downstream.js +110 -0
- package/src/evidence/external.js +251 -0
- package/src/evidence/hashes.js +109 -0
- package/src/evidence/run.js +68 -8
- package/src/extractor/page.js +29 -2
- package/src/extractor/site.js +298 -50
- package/src/reporting/executiveCroReport.js +36 -13
- package/src/reporting/executiveExport.js +45 -16
- package/src/reporting/executiveSearchReport.js +56 -22
- package/src/reporting/report.js +56 -9
- package/src/representation/prompts.js +117 -0
- package/src/representation/representation.js +186 -0
- package/src/shared/epistemicLanguage.js +86 -0
- package/src/shared/evidenceSourceResolver.js +48 -17
- package/src/shared/htmlEscape.js +8 -4
- package/src/shared/runPackageVerifier.js +99 -8
- package/src/shared/verifiedRunLoader.js +129 -0
|
@@ -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,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "citable://schemas/claim-evidence.schema.json",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"title": "Claim to evidence lineage",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": ["claim_id", "claim_version", "proposition", "declared_scope", "evidence_references", "observation_references", "dataset_references", "derivation_references", "assertion", "limitations", "claim_hash"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"claim_id": { "type": "string", "minLength": 1 },
|
|
10
|
+
"claim_version": { "type": "integer", "minimum": 1 },
|
|
11
|
+
"proposition": { "type": "string", "minLength": 3 },
|
|
12
|
+
"declared_scope": { "type": "object", "additionalProperties": false, "required": ["type", "generalization"], "properties": { "type": { "type": "string", "enum": ["observation", "dataset", "declared_population"] }, "observation_reference": { "type": "string" }, "dataset_reference": { "type": "string" }, "generalization": { "type": "string", "enum": ["bounded", "universal"] } } },
|
|
13
|
+
"evidence_references": { "type": "array", "items": { "type": "string" } },
|
|
14
|
+
"observation_references": { "type": "array", "items": { "type": "string" } },
|
|
15
|
+
"dataset_references": { "type": "array", "items": { "type": "string" } },
|
|
16
|
+
"derivation_references": { "type": "array", "items": { "type": "string" } },
|
|
17
|
+
"assertion": { "type": "object" },
|
|
18
|
+
"limitations": { "type": "array", "items": { "type": "string" } },
|
|
19
|
+
"claim_hash": { "type": "string", "pattern": "^[a-f0-9]{64}$" }
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "citable://schemas/claim-verification.schema.json",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"title": "Bounded claim verification result",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": ["claim_id", "claim_version", "overall", "proposition_support", "scope_support", "reasons", "lineage"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"claim_id": { "type": "string" },
|
|
10
|
+
"claim_version": { "type": "integer", "minimum": 1 },
|
|
11
|
+
"overall": { "type": "string", "enum": ["SUPPORTED", "PARTIALLY_SUPPORTED", "UNSUPPORTED", "CONTRADICTED", "INDETERMINATE", "NOT_OBSERVED"] },
|
|
12
|
+
"proposition_support": { "type": "string", "enum": ["SUPPORTED", "PARTIALLY_SUPPORTED", "UNSUPPORTED", "CONTRADICTED", "INDETERMINATE", "NOT_OBSERVED"] },
|
|
13
|
+
"scope_support": { "type": "string", "enum": ["SUPPORTED", "PARTIALLY_SUPPORTED", "UNSUPPORTED", "INDETERMINATE", "NOT_OBSERVED"] },
|
|
14
|
+
"reasons": { "type": "array", "items": { "type": "object", "additionalProperties": false, "required": ["code", "message"], "properties": { "code": { "type": "string" }, "message": { "type": "string" } } } },
|
|
15
|
+
"lineage": { "type": "object", "additionalProperties": false, "required": ["claim_reference", "observation_references", "dataset_references", "derivation_references"], "properties": { "claim_reference": { "type": "string" }, "observation_references": { "type": "array", "items": { "type": "string" } }, "dataset_references": { "type": "array", "items": { "type": "string" } }, "derivation_references": { "type": "array", "items": { "type": "string" } } } },
|
|
16
|
+
"limitations": { "type": "array", "items": { "type": "string" } }
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -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
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "citable://schemas/derivation.schema.json",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"title": "Evidence derivation",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": ["derivation_id", "derivation_version", "operation", "input_observation_references", "result", "implementation", "derivation_hash"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"derivation_id": { "type": "string", "minLength": 1 },
|
|
10
|
+
"derivation_version": { "type": "integer", "minimum": 1 },
|
|
11
|
+
"operation": { "type": "string", "minLength": 1 },
|
|
12
|
+
"input_observation_references": { "type": "array", "minItems": 1, "items": { "type": "string" } },
|
|
13
|
+
"predicate": { "type": "object", "additionalProperties": false, "required": ["path", "operator", "value"], "properties": { "path": { "type": "string" }, "operator": { "type": "string", "enum": ["equals"] }, "value": {} } },
|
|
14
|
+
"result": { "type": "object" },
|
|
15
|
+
"implementation": { "type": "object", "additionalProperties": false, "required": ["id", "version"], "properties": { "id": { "type": "string" }, "version": { "type": "string" } } },
|
|
16
|
+
"derivation_hash": { "type": "string", "pattern": "^[a-f0-9]{64}$" }
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "citable://schemas/external-comparison.schema.json",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"title": "External evidence comparison",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": ["comparison_id", "left_reference", "right_reference", "status", "dimensions", "limitations"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"comparison_id": { "type": "string", "minLength": 1 },
|
|
10
|
+
"left_reference": { "type": "string", "minLength": 1 },
|
|
11
|
+
"right_reference": { "type": "string", "minLength": 1 },
|
|
12
|
+
"status": { "type": "string", "enum": ["COMPARABLE", "PARTIALLY_COMPARABLE", "NOT_COMPARABLE", "INDETERMINATE"] },
|
|
13
|
+
"dimensions": { "type": "object", "additionalProperties": { "type": "string", "enum": ["match", "mismatch", "missing", "unknown"] } },
|
|
14
|
+
"limitations": { "type": "array", "items": { "type": "string" } }
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "citable://schemas/external-observation.schema.json",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"title": "Provider-neutral external observation",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": ["observation_id", "observation_type", "subject", "source", "collector", "observed_at", "population", "observation_status", "retrieval_status", "data", "evidence_hash"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"observation_id": { "type": "string", "minLength": 1 },
|
|
10
|
+
"observation_type": { "type": "string", "enum": ["PAGE_OBSERVATION", "EXTERNAL_OBSERVATION", "DERIVED_OBSERVATION"] },
|
|
11
|
+
"subject": { "type": "object", "additionalProperties": false, "required": ["type", "id"], "properties": { "type": { "type": "string", "minLength": 1 }, "id": { "type": "string", "minLength": 1 } } },
|
|
12
|
+
"source": { "type": "object", "additionalProperties": false, "required": ["provider", "method", "authority"], "properties": { "provider": { "type": "string", "minLength": 1 }, "method": { "type": "string", "minLength": 1 }, "authority": { "type": "string", "enum": ["first_party", "external_provider", "third_party", "synthetic", "inferred", "unknown"] }, "account_or_property": { "type": ["string", "null"] } } },
|
|
13
|
+
"collector": { "type": "object", "additionalProperties": false, "required": ["id", "version"], "properties": { "id": { "type": "string", "minLength": 1 }, "version": { "type": "string", "minLength": 1 } } },
|
|
14
|
+
"parser": { "type": ["object", "null"], "additionalProperties": false, "required": ["id", "version"], "properties": { "id": { "type": "string", "minLength": 1 }, "version": { "type": "string", "minLength": 1 } } },
|
|
15
|
+
"configuration": { "type": ["object", "null"], "additionalProperties": false, "required": ["id", "version"], "properties": { "id": { "type": "string", "minLength": 1 }, "version": { "type": "string", "minLength": 1 } } },
|
|
16
|
+
"observed_at": { "type": "string", "format": "date-time" },
|
|
17
|
+
"retrieved_at": { "type": ["string", "null"], "format": "date-time" },
|
|
18
|
+
"executed_at": { "type": ["string", "null"], "format": "date-time" },
|
|
19
|
+
"population": { "$ref": "#/definitions/population" },
|
|
20
|
+
"observation_status": { "type": "string", "enum": ["observed", "not_observed", "incomplete", "indeterminate", "failed"] },
|
|
21
|
+
"retrieval_status": { "type": "string", "enum": ["retrieved", "not_retrieved", "partial", "indeterminate", "failed"] },
|
|
22
|
+
"determination_status": { "type": ["string", "null"], "enum": ["pass", "fail", "warning", "indeterminate", "not_tested", "error", "not_applicable", null] },
|
|
23
|
+
"data": { "type": "object" },
|
|
24
|
+
"context": { "type": "object", "additionalProperties": false, "properties": { "observed": { "type": "object" }, "supplied": { "type": "object" } } },
|
|
25
|
+
"lineage": { "type": "object", "additionalProperties": false, "properties": { "source_evidence": { "type": "array", "items": { "type": "string" } }, "predecessor_references": { "type": "array", "items": { "type": "string" } }, "successor_references": { "type": "array", "items": { "type": "string" } }, "derivation_inputs": { "type": "array", "items": { "type": "string" } }, "package_reference": { "type": ["string", "null"] } } },
|
|
26
|
+
"limitations": { "type": "array", "items": { "type": "string", "minLength": 1 } },
|
|
27
|
+
"evidence_hash": { "type": "string", "pattern": "^[a-f0-9]{64}$" }
|
|
28
|
+
},
|
|
29
|
+
"definitions": {
|
|
30
|
+
"population": { "type": "object", "additionalProperties": false, "required": ["declared", "observed", "retrieved", "evaluated", "unavailable", "failed"], "properties": { "declared": { "type": ["object", "null"], "additionalProperties": false, "properties": { "id": { "type": "string" }, "size": { "type": "integer", "minimum": 0 } } }, "observed": { "type": "integer", "minimum": 0 }, "retrieved": { "type": "integer", "minimum": 0 }, "evaluated": { "type": "integer", "minimum": 0 }, "unavailable": { "type": "integer", "minimum": 0 }, "failed": { "type": "integer", "minimum": 0 } } }
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -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
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "citable://schemas/prompt-set.schema.json",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"title": "Immutable versioned prompt population",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": ["prompt_set_id", "prompt_set_version", "purpose", "generation_method", "generated_at", "population_size", "sampling_method", "included_prompts", "excluded_prompts", "intended_population", "limitations", "prompt_set_hash"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"prompt_set_id": { "type": "string", "minLength": 1 },
|
|
10
|
+
"prompt_set_version": { "type": "integer", "minimum": 1 },
|
|
11
|
+
"purpose": { "type": "string", "minLength": 1 },
|
|
12
|
+
"generation_method": { "type": "string", "minLength": 1 },
|
|
13
|
+
"generation_method_version": { "type": ["string", "null"] },
|
|
14
|
+
"generation_input": {},
|
|
15
|
+
"generated_at": { "type": "string", "format": "date-time" },
|
|
16
|
+
"population_size": { "type": "integer", "minimum": 0 },
|
|
17
|
+
"sampling_method": { "type": "string", "minLength": 1 },
|
|
18
|
+
"included_prompts": { "type": "array", "items": { "$ref": "#/definitions/prompt" } },
|
|
19
|
+
"excluded_prompts": { "type": "array", "items": { "$ref": "#/definitions/excludedPrompt" } },
|
|
20
|
+
"intended_population": { "type": "string", "minLength": 1 },
|
|
21
|
+
"limitations": { "type": "array", "items": { "type": "string", "minLength": 1 } },
|
|
22
|
+
"prompt_set_hash": { "type": "string", "pattern": "^[a-f0-9]{64}$" }
|
|
23
|
+
},
|
|
24
|
+
"definitions": {
|
|
25
|
+
"prompt": {
|
|
26
|
+
"type": "object",
|
|
27
|
+
"additionalProperties": false,
|
|
28
|
+
"required": ["prompt_id", "prompt_text"],
|
|
29
|
+
"properties": {
|
|
30
|
+
"prompt_id": { "type": "string", "minLength": 1 },
|
|
31
|
+
"prompt_text": { "type": "string", "minLength": 1 },
|
|
32
|
+
"context": { "type": ["object", "null"] },
|
|
33
|
+
"locale": { "type": ["string", "null"] }
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"excludedPrompt": {
|
|
37
|
+
"type": "object",
|
|
38
|
+
"additionalProperties": false,
|
|
39
|
+
"required": ["prompt_id", "exclusion_reason"],
|
|
40
|
+
"properties": {
|
|
41
|
+
"prompt_id": { "type": "string", "minLength": 1 },
|
|
42
|
+
"prompt_text": { "type": ["string", "null"] },
|
|
43
|
+
"exclusion_reason": { "type": "string", "minLength": 1 }
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -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": {
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "citable://schemas/representation-data.schema.json",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"title": "Provider-neutral AI representation observation data",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": ["provider", "product", "surface", "model", "prompt", "prompt_set", "execution", "response", "representation", "evidence_origin"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"provider": { "type": "string", "minLength": 1 },
|
|
10
|
+
"product": { "type": "string", "minLength": 1 },
|
|
11
|
+
"surface": { "type": "string", "minLength": 1 },
|
|
12
|
+
"model": { "type": "object", "additionalProperties": false, "required": ["value", "status"], "properties": { "value": { "type": ["string", "null"] }, "status": { "type": "string", "enum": ["known", "UNKNOWN", "UNAVAILABLE", "NOT_DISCLOSED"] } } },
|
|
13
|
+
"prompt": { "type": "object", "additionalProperties": false, "required": ["prompt_id", "prompt_version", "prompt_text"], "properties": { "prompt_id": { "type": "string", "minLength": 1 }, "prompt_version": { "type": "integer", "minimum": 1 }, "prompt_text": { "type": "string", "minLength": 1 } } },
|
|
14
|
+
"prompt_set": { "type": "object", "additionalProperties": false, "required": ["prompt_set_id", "prompt_set_version"], "properties": { "prompt_set_id": { "type": "string", "minLength": 1 }, "prompt_set_version": { "type": "integer", "minimum": 1 } } },
|
|
15
|
+
"execution": { "type": "object", "additionalProperties": false, "required": ["executed_at", "configuration"], "properties": { "executed_at": { "type": "string", "format": "date-time" }, "configuration": { "type": "object", "additionalProperties": false, "required": ["id", "version"], "properties": { "id": { "type": "string", "minLength": 1 }, "version": { "type": "string", "minLength": 1 } } } } },
|
|
16
|
+
"response": { "type": "object", "additionalProperties": false, "required": ["status", "response_hash", "parser", "raw_response_retained"], "properties": { "status": { "type": "string", "enum": ["succeeded", "refused", "error", "timeout", "rate_limited", "malformed", "unavailable", "parser_failed"] }, "response_hash": { "type": ["string", "null"], "pattern": "^[a-f0-9]{64}$" }, "parser": { "type": "object", "additionalProperties": false, "required": ["id", "version"], "properties": { "id": { "type": "string", "minLength": 1 }, "version": { "type": "string", "minLength": 1 } } }, "raw_response_retained": { "type": "boolean" }, "provider_metadata": { "type": "object" } } },
|
|
17
|
+
"representation": { "type": "object", "additionalProperties": false, "required": ["brand_mentioned", "domain_mentioned", "domain_cited", "cited_urls", "mentioned_entities", "cited_domains"], "properties": { "brand_mentioned": { "type": ["boolean", "null"] }, "domain_mentioned": { "type": ["boolean", "null"] }, "domain_cited": { "type": ["boolean", "null"] }, "cited_urls": { "type": "array", "items": { "type": "string", "format": "uri" } }, "mentioned_entities": { "type": "array", "items": { "type": "string" } }, "cited_domains": { "type": "array", "items": { "type": "string" } } } },
|
|
18
|
+
"evidence_origin": { "type": "string", "enum": ["LIVE_PROVIDER", "RECORDED_FIXTURE", "SYNTHETIC_TEST"] },
|
|
19
|
+
"limitations": { "type": "array", "items": { "type": "string" } }
|
|
20
|
+
}
|
|
21
|
+
}
|