@nebulacomponents/citable 1.12.0 → 1.13.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 +140 -0
- package/README.md +23 -1
- package/dist/universal/.agents/skills/citable/SKILL.md +12 -1
- package/dist/universal/.agents/skills/citable/VERSION +1 -1
- package/dist/universal/.agents/skills/citable/commands/README.md +2 -1
- package/dist/universal/.agents/skills/citable/commands/artifact-interchange.md +28 -0
- package/dist/universal/.agents/skills/citable/commands/field-validation.md +71 -0
- package/dist/universal/.agents/skills/citable/commands/observe-and-act.md +5 -0
- package/dist/universal/.agents/skills/citable/manifest.json +30 -10
- package/dist/universal/.agents/skills/citable/references/aeo-geo-validation.md +1 -1
- package/dist/universal/.agents/skills/citable/references/capability-boundaries.md +1 -0
- package/dist/universal/.agents/skills/citable/schemas/acceptance-corpus.schema.json +168 -0
- package/dist/universal/.agents/skills/citable/schemas/acceptance-run-context.schema.json +17 -0
- package/dist/universal/.agents/skills/citable/schemas/acceptance-run-receipt.schema.json +88 -0
- package/dist/universal/.agents/skills/citable/schemas/artifact-interchange.schema.json +58 -0
- package/dist/universal/.agents/skills/citable/schemas/assumption.schema.json +119 -0
- package/dist/universal/.agents/skills/citable/schemas/browser-evidence-plan.schema.json +76 -0
- package/dist/universal/.agents/skills/citable/schemas/corpus-publication-receipt.schema.json +24 -0
- package/dist/universal/.agents/skills/citable/schemas/customer-outcome.schema.json +119 -0
- package/dist/universal/.agents/skills/citable/schemas/decision.schema.json +154 -0
- package/dist/universal/.agents/skills/citable/schemas/deployment-receipt.schema.json +51 -0
- package/dist/universal/.agents/skills/citable/schemas/field-validation-metrics.schema.json +15 -0
- package/dist/universal/.agents/skills/citable/schemas/initiative.schema.json +185 -0
- package/dist/universal/.agents/skills/citable/schemas/kpi.schema.json +108 -0
- package/dist/universal/.agents/skills/citable/schemas/observation.schema.json +1 -1
- package/dist/universal/.agents/skills/citable/schemas/release-manifest.schema.json +74 -0
- package/dist/universal/.agents/skills/citable/schemas/release-state.schema.json +40 -0
- package/dist/universal/.agents/skills/citable/schemas/risk.schema.json +172 -0
- package/dist/universal/.agents/skills/citable/schemas/scenario.schema.json +165 -0
- package/dist/universal/.agents/skills/citable/schemas/variance.schema.json +112 -0
- package/dist/universal/.claude/skills/citable/SKILL.md +12 -1
- package/dist/universal/.claude/skills/citable/VERSION +1 -1
- package/dist/universal/.claude/skills/citable/commands/README.md +2 -1
- package/dist/universal/.claude/skills/citable/commands/artifact-interchange.md +28 -0
- package/dist/universal/.claude/skills/citable/commands/field-validation.md +71 -0
- package/dist/universal/.claude/skills/citable/commands/observe-and-act.md +5 -0
- package/dist/universal/.claude/skills/citable/manifest.json +30 -10
- package/dist/universal/.claude/skills/citable/references/aeo-geo-validation.md +1 -1
- package/dist/universal/.claude/skills/citable/references/capability-boundaries.md +1 -0
- package/dist/universal/.claude/skills/citable/schemas/acceptance-corpus.schema.json +168 -0
- package/dist/universal/.claude/skills/citable/schemas/acceptance-run-context.schema.json +17 -0
- package/dist/universal/.claude/skills/citable/schemas/acceptance-run-receipt.schema.json +88 -0
- package/dist/universal/.claude/skills/citable/schemas/artifact-interchange.schema.json +58 -0
- package/dist/universal/.claude/skills/citable/schemas/assumption.schema.json +119 -0
- package/dist/universal/.claude/skills/citable/schemas/browser-evidence-plan.schema.json +76 -0
- package/dist/universal/.claude/skills/citable/schemas/corpus-publication-receipt.schema.json +24 -0
- package/dist/universal/.claude/skills/citable/schemas/customer-outcome.schema.json +119 -0
- package/dist/universal/.claude/skills/citable/schemas/decision.schema.json +154 -0
- package/dist/universal/.claude/skills/citable/schemas/deployment-receipt.schema.json +51 -0
- package/dist/universal/.claude/skills/citable/schemas/field-validation-metrics.schema.json +15 -0
- package/dist/universal/.claude/skills/citable/schemas/initiative.schema.json +185 -0
- package/dist/universal/.claude/skills/citable/schemas/kpi.schema.json +108 -0
- package/dist/universal/.claude/skills/citable/schemas/observation.schema.json +1 -1
- package/dist/universal/.claude/skills/citable/schemas/release-manifest.schema.json +74 -0
- package/dist/universal/.claude/skills/citable/schemas/release-state.schema.json +40 -0
- package/dist/universal/.claude/skills/citable/schemas/risk.schema.json +172 -0
- package/dist/universal/.claude/skills/citable/schemas/scenario.schema.json +165 -0
- package/dist/universal/.claude/skills/citable/schemas/variance.schema.json +112 -0
- package/dist/universal/.cursor/skills/citable/SKILL.md +12 -1
- package/dist/universal/.cursor/skills/citable/VERSION +1 -1
- package/dist/universal/.cursor/skills/citable/commands/README.md +2 -1
- package/dist/universal/.cursor/skills/citable/commands/artifact-interchange.md +28 -0
- package/dist/universal/.cursor/skills/citable/commands/field-validation.md +71 -0
- package/dist/universal/.cursor/skills/citable/commands/observe-and-act.md +5 -0
- package/dist/universal/.cursor/skills/citable/manifest.json +30 -10
- package/dist/universal/.cursor/skills/citable/references/aeo-geo-validation.md +1 -1
- package/dist/universal/.cursor/skills/citable/references/capability-boundaries.md +1 -0
- package/dist/universal/.cursor/skills/citable/schemas/acceptance-corpus.schema.json +168 -0
- package/dist/universal/.cursor/skills/citable/schemas/acceptance-run-context.schema.json +17 -0
- package/dist/universal/.cursor/skills/citable/schemas/acceptance-run-receipt.schema.json +88 -0
- package/dist/universal/.cursor/skills/citable/schemas/artifact-interchange.schema.json +58 -0
- package/dist/universal/.cursor/skills/citable/schemas/assumption.schema.json +119 -0
- package/dist/universal/.cursor/skills/citable/schemas/browser-evidence-plan.schema.json +76 -0
- package/dist/universal/.cursor/skills/citable/schemas/corpus-publication-receipt.schema.json +24 -0
- package/dist/universal/.cursor/skills/citable/schemas/customer-outcome.schema.json +119 -0
- package/dist/universal/.cursor/skills/citable/schemas/decision.schema.json +154 -0
- package/dist/universal/.cursor/skills/citable/schemas/deployment-receipt.schema.json +51 -0
- package/dist/universal/.cursor/skills/citable/schemas/field-validation-metrics.schema.json +15 -0
- package/dist/universal/.cursor/skills/citable/schemas/initiative.schema.json +185 -0
- package/dist/universal/.cursor/skills/citable/schemas/kpi.schema.json +108 -0
- package/dist/universal/.cursor/skills/citable/schemas/observation.schema.json +1 -1
- package/dist/universal/.cursor/skills/citable/schemas/release-manifest.schema.json +74 -0
- package/dist/universal/.cursor/skills/citable/schemas/release-state.schema.json +40 -0
- package/dist/universal/.cursor/skills/citable/schemas/risk.schema.json +172 -0
- package/dist/universal/.cursor/skills/citable/schemas/scenario.schema.json +165 -0
- package/dist/universal/.cursor/skills/citable/schemas/variance.schema.json +112 -0
- package/dist/universal/.gemini/skills/citable/SKILL.md +12 -1
- package/dist/universal/.gemini/skills/citable/VERSION +1 -1
- package/dist/universal/.gemini/skills/citable/commands/README.md +2 -1
- package/dist/universal/.gemini/skills/citable/commands/artifact-interchange.md +28 -0
- package/dist/universal/.gemini/skills/citable/commands/field-validation.md +71 -0
- package/dist/universal/.gemini/skills/citable/commands/observe-and-act.md +5 -0
- package/dist/universal/.gemini/skills/citable/manifest.json +30 -10
- package/dist/universal/.gemini/skills/citable/references/aeo-geo-validation.md +1 -1
- package/dist/universal/.gemini/skills/citable/references/capability-boundaries.md +1 -0
- package/dist/universal/.gemini/skills/citable/schemas/acceptance-corpus.schema.json +168 -0
- package/dist/universal/.gemini/skills/citable/schemas/acceptance-run-context.schema.json +17 -0
- package/dist/universal/.gemini/skills/citable/schemas/acceptance-run-receipt.schema.json +88 -0
- package/dist/universal/.gemini/skills/citable/schemas/artifact-interchange.schema.json +58 -0
- package/dist/universal/.gemini/skills/citable/schemas/assumption.schema.json +119 -0
- package/dist/universal/.gemini/skills/citable/schemas/browser-evidence-plan.schema.json +76 -0
- package/dist/universal/.gemini/skills/citable/schemas/corpus-publication-receipt.schema.json +24 -0
- package/dist/universal/.gemini/skills/citable/schemas/customer-outcome.schema.json +119 -0
- package/dist/universal/.gemini/skills/citable/schemas/decision.schema.json +154 -0
- package/dist/universal/.gemini/skills/citable/schemas/deployment-receipt.schema.json +51 -0
- package/dist/universal/.gemini/skills/citable/schemas/field-validation-metrics.schema.json +15 -0
- package/dist/universal/.gemini/skills/citable/schemas/initiative.schema.json +185 -0
- package/dist/universal/.gemini/skills/citable/schemas/kpi.schema.json +108 -0
- package/dist/universal/.gemini/skills/citable/schemas/observation.schema.json +1 -1
- package/dist/universal/.gemini/skills/citable/schemas/release-manifest.schema.json +74 -0
- package/dist/universal/.gemini/skills/citable/schemas/release-state.schema.json +40 -0
- package/dist/universal/.gemini/skills/citable/schemas/risk.schema.json +172 -0
- package/dist/universal/.gemini/skills/citable/schemas/scenario.schema.json +165 -0
- package/dist/universal/.gemini/skills/citable/schemas/variance.schema.json +112 -0
- package/dist/universal/.github/skills/citable/SKILL.md +12 -1
- package/dist/universal/.github/skills/citable/VERSION +1 -1
- package/dist/universal/.github/skills/citable/commands/README.md +2 -1
- package/dist/universal/.github/skills/citable/commands/artifact-interchange.md +28 -0
- package/dist/universal/.github/skills/citable/commands/field-validation.md +71 -0
- package/dist/universal/.github/skills/citable/commands/observe-and-act.md +5 -0
- package/dist/universal/.github/skills/citable/manifest.json +30 -10
- package/dist/universal/.github/skills/citable/references/aeo-geo-validation.md +1 -1
- package/dist/universal/.github/skills/citable/references/capability-boundaries.md +1 -0
- package/dist/universal/.github/skills/citable/schemas/acceptance-corpus.schema.json +168 -0
- package/dist/universal/.github/skills/citable/schemas/acceptance-run-context.schema.json +17 -0
- package/dist/universal/.github/skills/citable/schemas/acceptance-run-receipt.schema.json +88 -0
- package/dist/universal/.github/skills/citable/schemas/artifact-interchange.schema.json +58 -0
- package/dist/universal/.github/skills/citable/schemas/assumption.schema.json +119 -0
- package/dist/universal/.github/skills/citable/schemas/browser-evidence-plan.schema.json +76 -0
- package/dist/universal/.github/skills/citable/schemas/corpus-publication-receipt.schema.json +24 -0
- package/dist/universal/.github/skills/citable/schemas/customer-outcome.schema.json +119 -0
- package/dist/universal/.github/skills/citable/schemas/decision.schema.json +154 -0
- package/dist/universal/.github/skills/citable/schemas/deployment-receipt.schema.json +51 -0
- package/dist/universal/.github/skills/citable/schemas/field-validation-metrics.schema.json +15 -0
- package/dist/universal/.github/skills/citable/schemas/initiative.schema.json +185 -0
- package/dist/universal/.github/skills/citable/schemas/kpi.schema.json +108 -0
- package/dist/universal/.github/skills/citable/schemas/observation.schema.json +1 -1
- package/dist/universal/.github/skills/citable/schemas/release-manifest.schema.json +74 -0
- package/dist/universal/.github/skills/citable/schemas/release-state.schema.json +40 -0
- package/dist/universal/.github/skills/citable/schemas/risk.schema.json +172 -0
- package/dist/universal/.github/skills/citable/schemas/scenario.schema.json +165 -0
- package/dist/universal/.github/skills/citable/schemas/variance.schema.json +112 -0
- package/dist/universal/.kiro/skills/citable/SKILL.md +12 -1
- package/dist/universal/.kiro/skills/citable/VERSION +1 -1
- package/dist/universal/.kiro/skills/citable/commands/README.md +2 -1
- package/dist/universal/.kiro/skills/citable/commands/artifact-interchange.md +28 -0
- package/dist/universal/.kiro/skills/citable/commands/field-validation.md +71 -0
- package/dist/universal/.kiro/skills/citable/commands/observe-and-act.md +5 -0
- package/dist/universal/.kiro/skills/citable/manifest.json +30 -10
- package/dist/universal/.kiro/skills/citable/references/aeo-geo-validation.md +1 -1
- package/dist/universal/.kiro/skills/citable/references/capability-boundaries.md +1 -0
- package/dist/universal/.kiro/skills/citable/schemas/acceptance-corpus.schema.json +168 -0
- package/dist/universal/.kiro/skills/citable/schemas/acceptance-run-context.schema.json +17 -0
- package/dist/universal/.kiro/skills/citable/schemas/acceptance-run-receipt.schema.json +88 -0
- package/dist/universal/.kiro/skills/citable/schemas/artifact-interchange.schema.json +58 -0
- package/dist/universal/.kiro/skills/citable/schemas/assumption.schema.json +119 -0
- package/dist/universal/.kiro/skills/citable/schemas/browser-evidence-plan.schema.json +76 -0
- package/dist/universal/.kiro/skills/citable/schemas/corpus-publication-receipt.schema.json +24 -0
- package/dist/universal/.kiro/skills/citable/schemas/customer-outcome.schema.json +119 -0
- package/dist/universal/.kiro/skills/citable/schemas/decision.schema.json +154 -0
- package/dist/universal/.kiro/skills/citable/schemas/deployment-receipt.schema.json +51 -0
- package/dist/universal/.kiro/skills/citable/schemas/field-validation-metrics.schema.json +15 -0
- package/dist/universal/.kiro/skills/citable/schemas/initiative.schema.json +185 -0
- package/dist/universal/.kiro/skills/citable/schemas/kpi.schema.json +108 -0
- package/dist/universal/.kiro/skills/citable/schemas/observation.schema.json +1 -1
- package/dist/universal/.kiro/skills/citable/schemas/release-manifest.schema.json +74 -0
- package/dist/universal/.kiro/skills/citable/schemas/release-state.schema.json +40 -0
- package/dist/universal/.kiro/skills/citable/schemas/risk.schema.json +172 -0
- package/dist/universal/.kiro/skills/citable/schemas/scenario.schema.json +165 -0
- package/dist/universal/.kiro/skills/citable/schemas/variance.schema.json +112 -0
- package/dist/universal/.opencode/skills/citable/SKILL.md +12 -1
- package/dist/universal/.opencode/skills/citable/VERSION +1 -1
- package/dist/universal/.opencode/skills/citable/commands/README.md +2 -1
- package/dist/universal/.opencode/skills/citable/commands/artifact-interchange.md +28 -0
- package/dist/universal/.opencode/skills/citable/commands/field-validation.md +71 -0
- package/dist/universal/.opencode/skills/citable/commands/observe-and-act.md +5 -0
- package/dist/universal/.opencode/skills/citable/manifest.json +30 -10
- package/dist/universal/.opencode/skills/citable/references/aeo-geo-validation.md +1 -1
- package/dist/universal/.opencode/skills/citable/references/capability-boundaries.md +1 -0
- package/dist/universal/.opencode/skills/citable/schemas/acceptance-corpus.schema.json +168 -0
- package/dist/universal/.opencode/skills/citable/schemas/acceptance-run-context.schema.json +17 -0
- package/dist/universal/.opencode/skills/citable/schemas/acceptance-run-receipt.schema.json +88 -0
- package/dist/universal/.opencode/skills/citable/schemas/artifact-interchange.schema.json +58 -0
- package/dist/universal/.opencode/skills/citable/schemas/assumption.schema.json +119 -0
- package/dist/universal/.opencode/skills/citable/schemas/browser-evidence-plan.schema.json +76 -0
- package/dist/universal/.opencode/skills/citable/schemas/corpus-publication-receipt.schema.json +24 -0
- package/dist/universal/.opencode/skills/citable/schemas/customer-outcome.schema.json +119 -0
- package/dist/universal/.opencode/skills/citable/schemas/decision.schema.json +154 -0
- package/dist/universal/.opencode/skills/citable/schemas/deployment-receipt.schema.json +51 -0
- package/dist/universal/.opencode/skills/citable/schemas/field-validation-metrics.schema.json +15 -0
- package/dist/universal/.opencode/skills/citable/schemas/initiative.schema.json +185 -0
- package/dist/universal/.opencode/skills/citable/schemas/kpi.schema.json +108 -0
- package/dist/universal/.opencode/skills/citable/schemas/observation.schema.json +1 -1
- package/dist/universal/.opencode/skills/citable/schemas/release-manifest.schema.json +74 -0
- package/dist/universal/.opencode/skills/citable/schemas/release-state.schema.json +40 -0
- package/dist/universal/.opencode/skills/citable/schemas/risk.schema.json +172 -0
- package/dist/universal/.opencode/skills/citable/schemas/scenario.schema.json +165 -0
- package/dist/universal/.opencode/skills/citable/schemas/variance.schema.json +112 -0
- package/dist/universal/.pi/agent/skills/citable/SKILL.md +12 -1
- package/dist/universal/.pi/agent/skills/citable/VERSION +1 -1
- package/dist/universal/.pi/agent/skills/citable/commands/README.md +2 -1
- package/dist/universal/.pi/agent/skills/citable/commands/artifact-interchange.md +28 -0
- package/dist/universal/.pi/agent/skills/citable/commands/field-validation.md +71 -0
- package/dist/universal/.pi/agent/skills/citable/commands/observe-and-act.md +5 -0
- package/dist/universal/.pi/agent/skills/citable/manifest.json +30 -10
- package/dist/universal/.pi/agent/skills/citable/references/aeo-geo-validation.md +1 -1
- package/dist/universal/.pi/agent/skills/citable/references/capability-boundaries.md +1 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/acceptance-corpus.schema.json +168 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/acceptance-run-context.schema.json +17 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/acceptance-run-receipt.schema.json +88 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/artifact-interchange.schema.json +58 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/assumption.schema.json +119 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/browser-evidence-plan.schema.json +76 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/corpus-publication-receipt.schema.json +24 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/customer-outcome.schema.json +119 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/decision.schema.json +154 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/deployment-receipt.schema.json +51 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/field-validation-metrics.schema.json +15 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/initiative.schema.json +185 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/kpi.schema.json +108 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/observation.schema.json +1 -1
- package/dist/universal/.pi/agent/skills/citable/schemas/release-manifest.schema.json +74 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/release-state.schema.json +40 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/risk.schema.json +172 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/scenario.schema.json +165 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/variance.schema.json +112 -0
- package/dist/universal/.qoder/skills/citable/SKILL.md +12 -1
- package/dist/universal/.qoder/skills/citable/VERSION +1 -1
- package/dist/universal/.qoder/skills/citable/commands/README.md +2 -1
- package/dist/universal/.qoder/skills/citable/commands/artifact-interchange.md +28 -0
- package/dist/universal/.qoder/skills/citable/commands/field-validation.md +71 -0
- package/dist/universal/.qoder/skills/citable/commands/observe-and-act.md +5 -0
- package/dist/universal/.qoder/skills/citable/manifest.json +30 -10
- package/dist/universal/.qoder/skills/citable/references/aeo-geo-validation.md +1 -1
- package/dist/universal/.qoder/skills/citable/references/capability-boundaries.md +1 -0
- package/dist/universal/.qoder/skills/citable/schemas/acceptance-corpus.schema.json +168 -0
- package/dist/universal/.qoder/skills/citable/schemas/acceptance-run-context.schema.json +17 -0
- package/dist/universal/.qoder/skills/citable/schemas/acceptance-run-receipt.schema.json +88 -0
- package/dist/universal/.qoder/skills/citable/schemas/artifact-interchange.schema.json +58 -0
- package/dist/universal/.qoder/skills/citable/schemas/assumption.schema.json +119 -0
- package/dist/universal/.qoder/skills/citable/schemas/browser-evidence-plan.schema.json +76 -0
- package/dist/universal/.qoder/skills/citable/schemas/corpus-publication-receipt.schema.json +24 -0
- package/dist/universal/.qoder/skills/citable/schemas/customer-outcome.schema.json +119 -0
- package/dist/universal/.qoder/skills/citable/schemas/decision.schema.json +154 -0
- package/dist/universal/.qoder/skills/citable/schemas/deployment-receipt.schema.json +51 -0
- package/dist/universal/.qoder/skills/citable/schemas/field-validation-metrics.schema.json +15 -0
- package/dist/universal/.qoder/skills/citable/schemas/initiative.schema.json +185 -0
- package/dist/universal/.qoder/skills/citable/schemas/kpi.schema.json +108 -0
- package/dist/universal/.qoder/skills/citable/schemas/observation.schema.json +1 -1
- package/dist/universal/.qoder/skills/citable/schemas/release-manifest.schema.json +74 -0
- package/dist/universal/.qoder/skills/citable/schemas/release-state.schema.json +40 -0
- package/dist/universal/.qoder/skills/citable/schemas/risk.schema.json +172 -0
- package/dist/universal/.qoder/skills/citable/schemas/scenario.schema.json +165 -0
- package/dist/universal/.qoder/skills/citable/schemas/variance.schema.json +112 -0
- package/dist/universal/.rovodev/skills/citable/SKILL.md +12 -1
- package/dist/universal/.rovodev/skills/citable/VERSION +1 -1
- package/dist/universal/.rovodev/skills/citable/commands/README.md +2 -1
- package/dist/universal/.rovodev/skills/citable/commands/artifact-interchange.md +28 -0
- package/dist/universal/.rovodev/skills/citable/commands/field-validation.md +71 -0
- package/dist/universal/.rovodev/skills/citable/commands/observe-and-act.md +5 -0
- package/dist/universal/.rovodev/skills/citable/manifest.json +30 -10
- package/dist/universal/.rovodev/skills/citable/references/aeo-geo-validation.md +1 -1
- package/dist/universal/.rovodev/skills/citable/references/capability-boundaries.md +1 -0
- package/dist/universal/.rovodev/skills/citable/schemas/acceptance-corpus.schema.json +168 -0
- package/dist/universal/.rovodev/skills/citable/schemas/acceptance-run-context.schema.json +17 -0
- package/dist/universal/.rovodev/skills/citable/schemas/acceptance-run-receipt.schema.json +88 -0
- package/dist/universal/.rovodev/skills/citable/schemas/artifact-interchange.schema.json +58 -0
- package/dist/universal/.rovodev/skills/citable/schemas/assumption.schema.json +119 -0
- package/dist/universal/.rovodev/skills/citable/schemas/browser-evidence-plan.schema.json +76 -0
- package/dist/universal/.rovodev/skills/citable/schemas/corpus-publication-receipt.schema.json +24 -0
- package/dist/universal/.rovodev/skills/citable/schemas/customer-outcome.schema.json +119 -0
- package/dist/universal/.rovodev/skills/citable/schemas/decision.schema.json +154 -0
- package/dist/universal/.rovodev/skills/citable/schemas/deployment-receipt.schema.json +51 -0
- package/dist/universal/.rovodev/skills/citable/schemas/field-validation-metrics.schema.json +15 -0
- package/dist/universal/.rovodev/skills/citable/schemas/initiative.schema.json +185 -0
- package/dist/universal/.rovodev/skills/citable/schemas/kpi.schema.json +108 -0
- package/dist/universal/.rovodev/skills/citable/schemas/observation.schema.json +1 -1
- package/dist/universal/.rovodev/skills/citable/schemas/release-manifest.schema.json +74 -0
- package/dist/universal/.rovodev/skills/citable/schemas/release-state.schema.json +40 -0
- package/dist/universal/.rovodev/skills/citable/schemas/risk.schema.json +172 -0
- package/dist/universal/.rovodev/skills/citable/schemas/scenario.schema.json +165 -0
- package/dist/universal/.rovodev/skills/citable/schemas/variance.schema.json +112 -0
- package/dist/universal/.trae/skills/citable/SKILL.md +12 -1
- package/dist/universal/.trae/skills/citable/VERSION +1 -1
- package/dist/universal/.trae/skills/citable/commands/README.md +2 -1
- package/dist/universal/.trae/skills/citable/commands/artifact-interchange.md +28 -0
- package/dist/universal/.trae/skills/citable/commands/field-validation.md +71 -0
- package/dist/universal/.trae/skills/citable/commands/observe-and-act.md +5 -0
- package/dist/universal/.trae/skills/citable/manifest.json +30 -10
- package/dist/universal/.trae/skills/citable/references/aeo-geo-validation.md +1 -1
- package/dist/universal/.trae/skills/citable/references/capability-boundaries.md +1 -0
- package/dist/universal/.trae/skills/citable/schemas/acceptance-corpus.schema.json +168 -0
- package/dist/universal/.trae/skills/citable/schemas/acceptance-run-context.schema.json +17 -0
- package/dist/universal/.trae/skills/citable/schemas/acceptance-run-receipt.schema.json +88 -0
- package/dist/universal/.trae/skills/citable/schemas/artifact-interchange.schema.json +58 -0
- package/dist/universal/.trae/skills/citable/schemas/assumption.schema.json +119 -0
- package/dist/universal/.trae/skills/citable/schemas/browser-evidence-plan.schema.json +76 -0
- package/dist/universal/.trae/skills/citable/schemas/corpus-publication-receipt.schema.json +24 -0
- package/dist/universal/.trae/skills/citable/schemas/customer-outcome.schema.json +119 -0
- package/dist/universal/.trae/skills/citable/schemas/decision.schema.json +154 -0
- package/dist/universal/.trae/skills/citable/schemas/deployment-receipt.schema.json +51 -0
- package/dist/universal/.trae/skills/citable/schemas/field-validation-metrics.schema.json +15 -0
- package/dist/universal/.trae/skills/citable/schemas/initiative.schema.json +185 -0
- package/dist/universal/.trae/skills/citable/schemas/kpi.schema.json +108 -0
- package/dist/universal/.trae/skills/citable/schemas/observation.schema.json +1 -1
- package/dist/universal/.trae/skills/citable/schemas/release-manifest.schema.json +74 -0
- package/dist/universal/.trae/skills/citable/schemas/release-state.schema.json +40 -0
- package/dist/universal/.trae/skills/citable/schemas/risk.schema.json +172 -0
- package/dist/universal/.trae/skills/citable/schemas/scenario.schema.json +165 -0
- package/dist/universal/.trae/skills/citable/schemas/variance.schema.json +112 -0
- package/dist/universal/.trae-cn/skills/citable/SKILL.md +12 -1
- package/dist/universal/.trae-cn/skills/citable/VERSION +1 -1
- package/dist/universal/.trae-cn/skills/citable/commands/README.md +2 -1
- package/dist/universal/.trae-cn/skills/citable/commands/artifact-interchange.md +28 -0
- package/dist/universal/.trae-cn/skills/citable/commands/field-validation.md +71 -0
- package/dist/universal/.trae-cn/skills/citable/commands/observe-and-act.md +5 -0
- package/dist/universal/.trae-cn/skills/citable/manifest.json +30 -10
- package/dist/universal/.trae-cn/skills/citable/references/aeo-geo-validation.md +1 -1
- package/dist/universal/.trae-cn/skills/citable/references/capability-boundaries.md +1 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/acceptance-corpus.schema.json +168 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/acceptance-run-context.schema.json +17 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/acceptance-run-receipt.schema.json +88 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/artifact-interchange.schema.json +58 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/assumption.schema.json +119 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/browser-evidence-plan.schema.json +76 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/corpus-publication-receipt.schema.json +24 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/customer-outcome.schema.json +119 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/decision.schema.json +154 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/deployment-receipt.schema.json +51 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/field-validation-metrics.schema.json +15 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/initiative.schema.json +185 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/kpi.schema.json +108 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/observation.schema.json +1 -1
- package/dist/universal/.trae-cn/skills/citable/schemas/release-manifest.schema.json +74 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/release-state.schema.json +40 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/risk.schema.json +172 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/scenario.schema.json +165 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/variance.schema.json +112 -0
- package/dist/universal/manifest.json +363 -123
- package/package.json +4 -1
- package/release/surfaces.json +21 -0
- package/schemas/acceptance-corpus.schema.json +168 -0
- package/schemas/acceptance-run-context.schema.json +17 -0
- package/schemas/acceptance-run-receipt.schema.json +88 -0
- package/schemas/artifact-interchange.schema.json +58 -0
- package/schemas/assumption.schema.json +119 -0
- package/schemas/browser-evidence-plan.schema.json +76 -0
- package/schemas/corpus-publication-receipt.schema.json +24 -0
- package/schemas/customer-outcome.schema.json +119 -0
- package/schemas/decision.schema.json +154 -0
- package/schemas/deployment-receipt.schema.json +51 -0
- package/schemas/field-validation-metrics.schema.json +15 -0
- package/schemas/initiative.schema.json +185 -0
- package/schemas/kpi.schema.json +108 -0
- package/schemas/observation.schema.json +1 -1
- package/schemas/release-manifest.schema.json +74 -0
- package/schemas/release-state.schema.json +40 -0
- package/schemas/risk.schema.json +172 -0
- package/schemas/scenario.schema.json +165 -0
- package/schemas/variance.schema.json +112 -0
- package/scripts/release-governance.js +123 -0
- package/skill/SKILL.md +12 -1
- package/skill/commands/README.md +2 -1
- package/skill/commands/artifact-interchange.md +28 -0
- package/skill/commands/field-validation.md +71 -0
- package/skill/commands/observe-and-act.md +5 -0
- package/skill/references/aeo-geo-validation.md +1 -1
- package/skill/references/capability-boundaries.md +1 -0
- package/src/acceptance/reproducibility.js +180 -0
- package/src/artifacts/interchange.js +179 -0
- package/src/cli/index.js +143 -4
- package/src/commands/assumptionAudit.js +111 -0
- package/src/commands/audit.js +6 -0
- package/src/commands/boardReport.js +251 -0
- package/src/commands/competitiveIntel.js +124 -0
- package/src/commands/corpus.js +322 -0
- package/src/commands/decisionMemo.js +202 -0
- package/src/commands/executive.js +167 -0
- package/src/commands/executiveReview.js +206 -0
- package/src/commands/init.js +14 -1
- package/src/commands/kpi.js +86 -0
- package/src/commands/monitor.js +9 -0
- package/src/commands/observe.js +84 -2
- package/src/commands/outcomes.js +113 -0
- package/src/commands/prioritize.js +108 -0
- package/src/commands/risk.js +104 -0
- package/src/commands/scenario.js +98 -0
- package/src/commands/variance.js +102 -0
- package/src/detectors/framework.js +37 -0
- package/src/detectors/page.js +10 -10
- package/src/detectors/tech.js +5 -3
- package/src/extractor/site.js +21 -6
- package/src/observations/browserJourney.js +167 -0
- package/src/observations/media.js +8 -1
- package/src/registries/index.js +107 -6
- package/src/release/governance.js +331 -0
- package/src/shared/asOf.js +18 -0
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "citable://schemas/acceptance-corpus.schema.json",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"title": "Real-property acceptance corpus",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": ["schema_version", "corpus_id", "version", "created_at", "evaluation_design", "properties", "detector_cases", "semantic_reviews", "executions", "remediation_verifications", "false_negative_discovery_limitations", "causal_limitations", "limitations"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"schema_version": { "const": 2 },
|
|
10
|
+
"corpus_id": { "type": "string", "pattern": "^CORPUS-" },
|
|
11
|
+
"version": { "type": "string", "minLength": 1 },
|
|
12
|
+
"created_at": { "type": "string", "format": "date-time" },
|
|
13
|
+
"evaluation_design": {
|
|
14
|
+
"type": "object", "additionalProperties": false,
|
|
15
|
+
"required": ["mode", "population_definition", "selection_method", "sampling_plan_ref", "inclusion_criteria", "exclusion_criteria", "extrapolation_limits", "collection_started_at", "collection_ended_at"],
|
|
16
|
+
"properties": {
|
|
17
|
+
"mode": { "enum": ["census", "sample"] },
|
|
18
|
+
"population_definition": { "type": "string", "minLength": 1 },
|
|
19
|
+
"selection_method": { "type": "string", "minLength": 1 },
|
|
20
|
+
"sampling_plan_ref": { "type": ["string", "null"] },
|
|
21
|
+
"inclusion_criteria": { "type": "array", "minItems": 1, "items": { "type": "string", "minLength": 1 } },
|
|
22
|
+
"exclusion_criteria": { "type": "array", "items": { "type": "string", "minLength": 1 } },
|
|
23
|
+
"extrapolation_limits": { "type": "array", "minItems": 1, "items": { "type": "string", "minLength": 1 } },
|
|
24
|
+
"collection_started_at": { "type": "string", "format": "date-time" },
|
|
25
|
+
"collection_ended_at": { "type": "string", "format": "date-time" }
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"properties": {
|
|
29
|
+
"type": "array", "minItems": 1,
|
|
30
|
+
"items": {
|
|
31
|
+
"type": "object", "additionalProperties": false,
|
|
32
|
+
"required": ["property_id", "property_class", "architecture", "authorization", "collection_methods", "publication", "sanitization", "evidence_package_refs", "unavailable_evidence", "intentionally_incomplete", "contradiction_status", "limitations"],
|
|
33
|
+
"properties": {
|
|
34
|
+
"property_id": { "type": "string", "pattern": "^PROP-[A-Z0-9_-]+$" },
|
|
35
|
+
"property_class": { "enum": ["static", "framework_rendered", "cms", "ecommerce", "multilingual", "waf_protected", "large_sitemap", "javascript_heavy", "media_heavy", "publisher_surface", "other"] },
|
|
36
|
+
"architecture": {
|
|
37
|
+
"type": "object", "additionalProperties": false,
|
|
38
|
+
"required": ["platform", "rendering", "protections", "languages", "content_types"],
|
|
39
|
+
"properties": {
|
|
40
|
+
"platform": { "type": "string", "minLength": 1 },
|
|
41
|
+
"rendering": { "enum": ["static", "server", "client", "hybrid", "unknown"] },
|
|
42
|
+
"protections": { "type": "array", "items": { "type": "string" } },
|
|
43
|
+
"languages": { "type": "array", "minItems": 1, "items": { "type": "string" } },
|
|
44
|
+
"content_types": { "type": "array", "minItems": 1, "items": { "type": "string" } }
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"authorization": {
|
|
48
|
+
"type": "object", "additionalProperties": false,
|
|
49
|
+
"required": ["status", "authorized_by", "authorized_at", "expires_at", "scope", "evidence_ref"],
|
|
50
|
+
"properties": {
|
|
51
|
+
"status": { "const": "owner_authorized" },
|
|
52
|
+
"authorized_by": { "type": "string", "minLength": 1 },
|
|
53
|
+
"authorized_at": { "type": "string", "format": "date-time" },
|
|
54
|
+
"expires_at": { "type": ["string", "null"], "format": "date-time" },
|
|
55
|
+
"scope": { "type": "array", "minItems": 1, "items": { "enum": ["collect", "retain", "review", "publish_aggregate", "publish_artifacts"] } },
|
|
56
|
+
"evidence_ref": { "type": "string", "minLength": 1 }
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"collection_methods": {
|
|
60
|
+
"type": "array", "minItems": 1,
|
|
61
|
+
"items": {
|
|
62
|
+
"type": "object", "additionalProperties": false,
|
|
63
|
+
"required": ["method", "authority", "collector", "collected_at", "limitations"],
|
|
64
|
+
"properties": {
|
|
65
|
+
"method": { "type": "string", "minLength": 1 },
|
|
66
|
+
"authority": { "enum": ["owner_controlled", "provider_published", "independent", "synthetic", "external_unverified"] },
|
|
67
|
+
"collector": { "type": "string", "minLength": 1 },
|
|
68
|
+
"collected_at": { "type": "string", "format": "date-time" },
|
|
69
|
+
"limitations": { "type": "array", "minItems": 1, "items": { "type": "string", "minLength": 1 } }
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"publication": {
|
|
74
|
+
"type": "object", "additionalProperties": false,
|
|
75
|
+
"required": ["level", "approved_by", "approved_at", "retention_days", "allowed_artifact_refs"],
|
|
76
|
+
"properties": {
|
|
77
|
+
"level": { "enum": ["private", "aggregate_only", "sanitized_artifacts", "public_artifacts"] },
|
|
78
|
+
"approved_by": { "type": ["string", "null"] },
|
|
79
|
+
"approved_at": { "type": ["string", "null"], "format": "date-time" },
|
|
80
|
+
"retention_days": { "type": "integer", "minimum": 1 },
|
|
81
|
+
"allowed_artifact_refs": { "type": "array", "uniqueItems": true, "items": { "type": "string", "minLength": 1 } }
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"sanitization": {
|
|
85
|
+
"type": "object", "additionalProperties": false,
|
|
86
|
+
"required": ["reviewed_by", "reviewed_at", "pii_status", "credential_status", "source_identifiers", "evidence_ref"],
|
|
87
|
+
"properties": {
|
|
88
|
+
"reviewed_by": { "type": ["string", "null"] },
|
|
89
|
+
"reviewed_at": { "type": ["string", "null"], "format": "date-time" },
|
|
90
|
+
"pii_status": { "enum": ["not_reviewed", "none_detected", "redacted"] },
|
|
91
|
+
"credential_status": { "enum": ["not_reviewed", "none_detected", "redacted"] },
|
|
92
|
+
"source_identifiers": { "enum": ["not_reviewed", "approved", "pseudonymized"] },
|
|
93
|
+
"evidence_ref": { "type": ["string", "null"] }
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"evidence_package_refs": { "type": "array", "minItems": 1, "items": { "type": "string", "minLength": 1 } },
|
|
97
|
+
"unavailable_evidence": { "type": "array", "items": { "type": "string" } },
|
|
98
|
+
"intentionally_incomplete": { "type": "boolean" },
|
|
99
|
+
"contradiction_status": { "enum": ["none_observed", "observed", "unresolved", "not_evaluated"] },
|
|
100
|
+
"limitations": { "type": "array", "minItems": 1, "items": { "type": "string", "minLength": 1 } }
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"detector_cases": {
|
|
105
|
+
"type": "array",
|
|
106
|
+
"items": {
|
|
107
|
+
"type": "object", "additionalProperties": false,
|
|
108
|
+
"required": ["case_id", "property_id", "detector_id", "detector_version", "namespace", "expected", "observed", "adjudicator", "evidence_refs"],
|
|
109
|
+
"properties": {
|
|
110
|
+
"case_id": { "type": "string", "minLength": 1 }, "property_id": { "type": "string", "minLength": 1 },
|
|
111
|
+
"detector_id": { "type": "string", "minLength": 1 }, "detector_version": { "type": "string", "minLength": 1 }, "namespace": { "type": "string", "minLength": 1 },
|
|
112
|
+
"expected": { "enum": ["detection", "non_detection"] }, "observed": { "enum": ["detected", "not_detected", "incomplete"] },
|
|
113
|
+
"adjudicator": { "type": "string", "minLength": 1 },
|
|
114
|
+
"evidence_refs": { "type": "array", "minItems": 1, "items": { "type": "string", "minLength": 1 } }
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
"semantic_reviews": {
|
|
119
|
+
"type": "array",
|
|
120
|
+
"items": {
|
|
121
|
+
"type": "object", "additionalProperties": false,
|
|
122
|
+
"required": ["review_id", "property_id", "review_type", "reviewer_verdicts", "reviewer_assignment_refs", "disagreement_refs", "adjudicated", "evidence_refs"],
|
|
123
|
+
"properties": {
|
|
124
|
+
"review_id": { "type": "string", "minLength": 1 }, "property_id": { "type": "string", "minLength": 1 },
|
|
125
|
+
"review_type": { "type": "string", "minLength": 1 },
|
|
126
|
+
"reviewer_verdicts": { "type": "array", "minItems": 2, "items": { "type": "string", "minLength": 1 } },
|
|
127
|
+
"reviewer_assignment_refs": { "$ref": "#/definitions/refs" }, "disagreement_refs": { "$ref": "#/definitions/refs" },
|
|
128
|
+
"adjudicated": { "type": "boolean" }, "evidence_refs": { "$ref": "#/definitions/nonempty_refs" }
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
"executions": {
|
|
133
|
+
"type": "array",
|
|
134
|
+
"items": {
|
|
135
|
+
"type": "object", "additionalProperties": false,
|
|
136
|
+
"required": ["property_id", "run_id", "raw_artifact_refs", "deterministic_finding_refs", "heuristic_finding_refs", "reviewer_assignment_refs", "disagreement_refs", "exception_refs", "intervention_refs", "verification_refs", "reproducibility_receipt_ref", "runtime_ms", "peak_memory_bytes", "evidence_bytes", "reproducible", "incomplete"],
|
|
137
|
+
"properties": {
|
|
138
|
+
"property_id": { "type": "string" }, "run_id": { "type": "string" },
|
|
139
|
+
"raw_artifact_refs": { "$ref": "#/definitions/nonempty_refs" }, "deterministic_finding_refs": { "$ref": "#/definitions/refs" },
|
|
140
|
+
"heuristic_finding_refs": { "$ref": "#/definitions/refs" }, "reviewer_assignment_refs": { "$ref": "#/definitions/refs" },
|
|
141
|
+
"disagreement_refs": { "$ref": "#/definitions/refs" }, "exception_refs": { "$ref": "#/definitions/refs" },
|
|
142
|
+
"intervention_refs": { "$ref": "#/definitions/refs" }, "verification_refs": { "$ref": "#/definitions/refs" },
|
|
143
|
+
"reproducibility_receipt_ref": { "type": ["string", "null"] },
|
|
144
|
+
"runtime_ms": { "type": "number", "minimum": 0 }, "peak_memory_bytes": { "type": "integer", "minimum": 0 },
|
|
145
|
+
"evidence_bytes": { "type": "integer", "minimum": 0 }, "reproducible": { "type": "boolean" }, "incomplete": { "type": "boolean" }
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
"remediation_verifications": {
|
|
150
|
+
"type": "array",
|
|
151
|
+
"items": {
|
|
152
|
+
"type": "object", "additionalProperties": false,
|
|
153
|
+
"required": ["verification_id", "property_id", "status", "evidence_refs"],
|
|
154
|
+
"properties": {
|
|
155
|
+
"verification_id": { "type": "string" }, "property_id": { "type": "string" },
|
|
156
|
+
"status": { "enum": ["verified", "failed", "incomplete"] }, "evidence_refs": { "$ref": "#/definitions/nonempty_refs" }
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"false_negative_discovery_limitations": { "type": "array", "minItems": 1, "items": { "type": "string", "minLength": 1 } },
|
|
161
|
+
"causal_limitations": { "type": "array", "minItems": 1, "items": { "type": "string", "minLength": 1 } },
|
|
162
|
+
"limitations": { "type": "array", "minItems": 1, "items": { "type": "string", "minLength": 1 } }
|
|
163
|
+
},
|
|
164
|
+
"definitions": {
|
|
165
|
+
"refs": { "type": "array", "items": { "type": "string", "minLength": 1 } },
|
|
166
|
+
"nonempty_refs": { "type": "array", "minItems": 1, "items": { "type": "string", "minLength": 1 } }
|
|
167
|
+
}
|
|
168
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "citable://schemas/acceptance-run-context.schema.json",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"title": "Acceptance-run disclosed execution context",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"properties": {
|
|
8
|
+
"source_commit": { "type": ["string", "null"] },
|
|
9
|
+
"content_hashes": { "type": "object", "additionalProperties": { "type": "string", "pattern": "^[a-f0-9]{64}$" } },
|
|
10
|
+
"collectors": { "type": "object", "additionalProperties": { "type": "string", "minLength": 1 } },
|
|
11
|
+
"external_systems": { "type": "object", "additionalProperties": { "type": "string", "minLength": 1 } },
|
|
12
|
+
"node_version": { "type": "string", "pattern": "^v?\\d+\\.\\d+\\.\\d+" },
|
|
13
|
+
"locale": { "type": "string", "minLength": 1 },
|
|
14
|
+
"region": { "type": ["string", "null"] },
|
|
15
|
+
"unavailable_observations": { "type": "array", "items": { "type": "string", "minLength": 1 } }
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "citable://schemas/acceptance-run-receipt.schema.json",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"title": "Acceptance-run reproducibility receipt",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": ["schema_version", "receipt_id", "run_id", "property", "detectors", "configuration", "observation_method", "toolchain", "external_systems", "execution", "canonical_artifacts", "reproducibility", "limitations", "receipt_hash"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"schema_version": { "const": 1 },
|
|
10
|
+
"receipt_id": { "type": "string", "pattern": "^ACCEPTANCE-RECEIPT-[A-F0-9]{20}$" },
|
|
11
|
+
"run_id": { "type": "string", "minLength": 1 },
|
|
12
|
+
"property": {
|
|
13
|
+
"type": "object", "additionalProperties": false,
|
|
14
|
+
"required": ["target", "source_commit", "working_tree_state", "content_hashes"],
|
|
15
|
+
"properties": {
|
|
16
|
+
"target": { "type": "object" },
|
|
17
|
+
"source_commit": { "type": ["string", "null"] },
|
|
18
|
+
"working_tree_state": { "type": ["string", "null"] },
|
|
19
|
+
"content_hashes": { "type": "object", "additionalProperties": { "type": "string" } }
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"detectors": {
|
|
23
|
+
"type": "object", "additionalProperties": false,
|
|
24
|
+
"required": ["run", "skipped"],
|
|
25
|
+
"properties": {
|
|
26
|
+
"run": { "type": "array", "items": { "type": "string" } },
|
|
27
|
+
"skipped": {
|
|
28
|
+
"type": "array",
|
|
29
|
+
"items": {
|
|
30
|
+
"type": "object", "additionalProperties": false,
|
|
31
|
+
"required": ["detector_id", "reason"],
|
|
32
|
+
"properties": { "detector_id": { "type": "string" }, "reason": { "type": "string" } }
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"configuration": {
|
|
38
|
+
"type": "object", "additionalProperties": false,
|
|
39
|
+
"required": ["hash"], "properties": { "hash": { "type": ["string", "null"] } }
|
|
40
|
+
},
|
|
41
|
+
"observation_method": {
|
|
42
|
+
"type": "object", "additionalProperties": false,
|
|
43
|
+
"required": ["command", "arguments", "target_kind", "collectors"],
|
|
44
|
+
"properties": {
|
|
45
|
+
"command": { "type": "string" },
|
|
46
|
+
"arguments": { "type": "array", "items": { "type": "string" } },
|
|
47
|
+
"target_kind": { "type": ["string", "null"] },
|
|
48
|
+
"collectors": { "type": "object", "additionalProperties": { "type": "string" } }
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"toolchain": {
|
|
52
|
+
"type": "object", "additionalProperties": false,
|
|
53
|
+
"required": ["citable_version", "skill_version", "node_version"],
|
|
54
|
+
"properties": {
|
|
55
|
+
"citable_version": { "type": "string" },
|
|
56
|
+
"skill_version": { "type": "string" },
|
|
57
|
+
"node_version": { "type": "string" }
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"external_systems": { "type": "object", "additionalProperties": { "type": "string" } },
|
|
61
|
+
"execution": {
|
|
62
|
+
"type": "object", "additionalProperties": false,
|
|
63
|
+
"required": ["started_at", "receipt_created_at", "locale", "region", "status", "partial", "unavailable_observations", "errors"],
|
|
64
|
+
"properties": {
|
|
65
|
+
"started_at": { "type": "string", "format": "date-time" },
|
|
66
|
+
"receipt_created_at": { "type": "string", "format": "date-time" },
|
|
67
|
+
"locale": { "type": "string" },
|
|
68
|
+
"region": { "type": ["string", "null"] },
|
|
69
|
+
"status": { "type": "string" },
|
|
70
|
+
"partial": { "type": "boolean" },
|
|
71
|
+
"unavailable_observations": { "type": "array", "items": { "type": "string" } },
|
|
72
|
+
"errors": { "type": "array", "items": { "type": "string" } }
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"canonical_artifacts": { "type": "object", "additionalProperties": { "type": "string", "pattern": "^[a-f0-9]{64}$" } },
|
|
76
|
+
"reproducibility": {
|
|
77
|
+
"type": "object", "additionalProperties": false,
|
|
78
|
+
"required": ["fingerprint", "included_fields", "excluded_environment_fields"],
|
|
79
|
+
"properties": {
|
|
80
|
+
"fingerprint": { "type": "string", "pattern": "^[a-f0-9]{64}$" },
|
|
81
|
+
"included_fields": { "type": "array", "minItems": 1, "items": { "type": "string" } },
|
|
82
|
+
"excluded_environment_fields": { "type": "array", "minItems": 1, "items": { "type": "string" } }
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"limitations": { "type": "array", "minItems": 1, "items": { "type": "string" } },
|
|
86
|
+
"receipt_hash": { "type": "string", "pattern": "^[a-f0-9]{64}$" }
|
|
87
|
+
}
|
|
88
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "citable://schemas/artifact-interchange.schema.json",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"title": "Citable artifact interchange envelope",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": ["contract", "contract_version", "created_at", "producer", "run", "artifacts", "package_hash", "limitations"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"contract": { "const": "citable-artifact-interchange" },
|
|
10
|
+
"contract_version": { "const": 1 },
|
|
11
|
+
"created_at": { "type": "string", "format": "date-time" },
|
|
12
|
+
"producer": {
|
|
13
|
+
"type": "object",
|
|
14
|
+
"additionalProperties": false,
|
|
15
|
+
"required": ["tool", "tool_version", "skill_version"],
|
|
16
|
+
"properties": {
|
|
17
|
+
"tool": { "const": "citable" },
|
|
18
|
+
"tool_version": { "type": "string", "pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+(?:[-+][0-9A-Za-z.-]+)?$" },
|
|
19
|
+
"skill_version": { "type": "string", "pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+(?:[-+][0-9A-Za-z.-]+)?$" }
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"run": {
|
|
23
|
+
"type": "object",
|
|
24
|
+
"additionalProperties": false,
|
|
25
|
+
"required": ["run_id", "command", "status", "timestamp", "tool_version", "skill_version", "manifest_sha256", "checksums_sha256"],
|
|
26
|
+
"properties": {
|
|
27
|
+
"run_id": { "type": "string", "pattern": "^[A-Za-z0-9][A-Za-z0-9._-]*$" },
|
|
28
|
+
"command": { "type": "string", "minLength": 1 },
|
|
29
|
+
"status": { "type": "string", "enum": ["completed", "completed_with_warnings", "incomplete", "failed"] },
|
|
30
|
+
"timestamp": { "type": "string", "format": "date-time" },
|
|
31
|
+
"tool_version": { "type": "string", "pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+(?:[-+][0-9A-Za-z.-]+)?$" },
|
|
32
|
+
"skill_version": { "type": "string", "pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+(?:[-+][0-9A-Za-z.-]+)?$" },
|
|
33
|
+
"manifest_sha256": { "type": "string", "pattern": "^[a-f0-9]{64}$" },
|
|
34
|
+
"checksums_sha256": { "type": "string", "pattern": "^[a-f0-9]{64}$" }
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"artifacts": {
|
|
38
|
+
"type": "array",
|
|
39
|
+
"minItems": 2,
|
|
40
|
+
"items": {
|
|
41
|
+
"type": "object",
|
|
42
|
+
"additionalProperties": false,
|
|
43
|
+
"required": ["path", "sha256", "bytes"],
|
|
44
|
+
"properties": {
|
|
45
|
+
"path": { "type": "string", "minLength": 1, "pattern": "^(?!/)(?!.*(?:^|/)\\.\\.(?:/|$))(?!.*\\\\).+$" },
|
|
46
|
+
"sha256": { "type": "string", "pattern": "^[a-f0-9]{64}$" },
|
|
47
|
+
"bytes": { "type": "integer", "minimum": 0 }
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"package_hash": { "type": "string", "pattern": "^[a-f0-9]{64}$" },
|
|
52
|
+
"limitations": {
|
|
53
|
+
"type": "array",
|
|
54
|
+
"minItems": 1,
|
|
55
|
+
"items": { "type": "string", "minLength": 1 }
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "citable://schemas/assumption.schema.json",
|
|
4
|
+
"title": "Assumption Registry",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"required": [
|
|
7
|
+
"version",
|
|
8
|
+
"kind",
|
|
9
|
+
"entries"
|
|
10
|
+
],
|
|
11
|
+
"properties": {
|
|
12
|
+
"version": {
|
|
13
|
+
"type": "integer"
|
|
14
|
+
},
|
|
15
|
+
"kind": {
|
|
16
|
+
"type": "string",
|
|
17
|
+
"const": "assumptions"
|
|
18
|
+
},
|
|
19
|
+
"updated": {
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
"entries": {
|
|
23
|
+
"type": "array",
|
|
24
|
+
"items": {
|
|
25
|
+
"type": "object",
|
|
26
|
+
"required": [
|
|
27
|
+
"assumption_id",
|
|
28
|
+
"statement",
|
|
29
|
+
"category",
|
|
30
|
+
"owner",
|
|
31
|
+
"importance",
|
|
32
|
+
"current_status",
|
|
33
|
+
"confidence"
|
|
34
|
+
],
|
|
35
|
+
"properties": {
|
|
36
|
+
"assumption_id": {
|
|
37
|
+
"type": "string"
|
|
38
|
+
},
|
|
39
|
+
"statement": {
|
|
40
|
+
"type": "string"
|
|
41
|
+
},
|
|
42
|
+
"category": {
|
|
43
|
+
"type": "string",
|
|
44
|
+
"enum": [
|
|
45
|
+
"commercial",
|
|
46
|
+
"product",
|
|
47
|
+
"customer",
|
|
48
|
+
"market",
|
|
49
|
+
"technical",
|
|
50
|
+
"regulatory",
|
|
51
|
+
"operational"
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"owner": {
|
|
55
|
+
"type": "string"
|
|
56
|
+
},
|
|
57
|
+
"importance": {
|
|
58
|
+
"type": "string",
|
|
59
|
+
"enum": [
|
|
60
|
+
"low",
|
|
61
|
+
"medium",
|
|
62
|
+
"high",
|
|
63
|
+
"critical"
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
"evidence_for": {
|
|
67
|
+
"type": "array",
|
|
68
|
+
"items": {
|
|
69
|
+
"type": "string"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"evidence_against": {
|
|
73
|
+
"type": "array",
|
|
74
|
+
"items": {
|
|
75
|
+
"type": "string"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"validation_method": {
|
|
79
|
+
"type": "string"
|
|
80
|
+
},
|
|
81
|
+
"current_status": {
|
|
82
|
+
"type": "string",
|
|
83
|
+
"enum": [
|
|
84
|
+
"untested",
|
|
85
|
+
"weakly_supported",
|
|
86
|
+
"partially_validated",
|
|
87
|
+
"validated_within_scope",
|
|
88
|
+
"contradicted",
|
|
89
|
+
"invalidated",
|
|
90
|
+
"no_longer_material"
|
|
91
|
+
]
|
|
92
|
+
},
|
|
93
|
+
"confidence": {
|
|
94
|
+
"type": "string",
|
|
95
|
+
"enum": [
|
|
96
|
+
"low",
|
|
97
|
+
"medium",
|
|
98
|
+
"high"
|
|
99
|
+
]
|
|
100
|
+
},
|
|
101
|
+
"decision_dependency": {
|
|
102
|
+
"type": "array",
|
|
103
|
+
"items": {
|
|
104
|
+
"type": "string"
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"next_test": {
|
|
108
|
+
"type": "string"
|
|
109
|
+
},
|
|
110
|
+
"expiry": {
|
|
111
|
+
"type": "string"
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
"additionalProperties": false
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
"additionalProperties": false
|
|
119
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "citable://schemas/browser-evidence-plan.schema.json",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"title": "Cross-browser and interaction-journey evidence plan",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": ["schema_version", "plan_id", "target", "profiles", "limitations"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"schema_version": { "const": 1 },
|
|
10
|
+
"plan_id": { "type": "string", "pattern": "^BROWSER-PLAN-[A-Z0-9_-]+$" },
|
|
11
|
+
"target": { "type": "string", "format": "uri", "pattern": "^https?://" },
|
|
12
|
+
"profiles": {
|
|
13
|
+
"type": "array",
|
|
14
|
+
"minItems": 1,
|
|
15
|
+
"items": {
|
|
16
|
+
"type": "object",
|
|
17
|
+
"additionalProperties": false,
|
|
18
|
+
"required": ["profile_id", "browser", "device", "javascript_enabled", "locale", "consent_state", "authentication_state", "steps", "limitations"],
|
|
19
|
+
"properties": {
|
|
20
|
+
"profile_id": { "type": "string", "pattern": "^[a-z0-9][a-z0-9_-]*$" },
|
|
21
|
+
"browser": {
|
|
22
|
+
"type": "object",
|
|
23
|
+
"additionalProperties": false,
|
|
24
|
+
"required": ["engine", "expected_version"],
|
|
25
|
+
"properties": {
|
|
26
|
+
"engine": { "enum": ["chromium", "firefox", "webkit"] },
|
|
27
|
+
"expected_version": { "type": ["string", "null"] }
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"device": {
|
|
31
|
+
"type": "object",
|
|
32
|
+
"additionalProperties": false,
|
|
33
|
+
"required": ["name", "viewport", "is_mobile"],
|
|
34
|
+
"properties": {
|
|
35
|
+
"name": { "type": "string", "minLength": 1 },
|
|
36
|
+
"viewport": {
|
|
37
|
+
"type": "object",
|
|
38
|
+
"additionalProperties": false,
|
|
39
|
+
"required": ["width", "height"],
|
|
40
|
+
"properties": {
|
|
41
|
+
"width": { "type": "integer", "minimum": 240, "maximum": 7680 },
|
|
42
|
+
"height": { "type": "integer", "minimum": 240, "maximum": 7680 }
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"is_mobile": { "type": "boolean" }
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"javascript_enabled": { "type": "boolean" },
|
|
49
|
+
"locale": { "type": "string", "minLength": 2 },
|
|
50
|
+
"consent_state": { "enum": ["not_present", "denied", "granted", "unresolved", "unknown"] },
|
|
51
|
+
"authentication_state": { "enum": ["anonymous", "owner_authenticated", "unresolved", "unknown"] },
|
|
52
|
+
"steps": {
|
|
53
|
+
"type": "array",
|
|
54
|
+
"items": {
|
|
55
|
+
"type": "object",
|
|
56
|
+
"additionalProperties": false,
|
|
57
|
+
"required": ["step_id", "action", "locator", "value_env", "key", "url", "required", "capture_screenshot"],
|
|
58
|
+
"properties": {
|
|
59
|
+
"step_id": { "type": "string", "pattern": "^[a-z0-9][a-z0-9_-]*$" },
|
|
60
|
+
"action": { "enum": ["navigate", "click", "fill", "select_option", "check", "press", "wait_for", "assert_visible", "scroll"] },
|
|
61
|
+
"locator": { "type": ["string", "null"] },
|
|
62
|
+
"value_env": { "type": ["string", "null"], "pattern": "^[A-Z][A-Z0-9_]*$" },
|
|
63
|
+
"key": { "type": ["string", "null"] },
|
|
64
|
+
"url": { "type": ["string", "null"], "format": "uri" },
|
|
65
|
+
"required": { "type": "boolean" },
|
|
66
|
+
"capture_screenshot": { "type": "boolean" }
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"limitations": { "type": "array", "minItems": 1, "items": { "type": "string", "minLength": 1 } }
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"limitations": { "type": "array", "minItems": 1, "items": { "type": "string", "minLength": 1 } }
|
|
75
|
+
}
|
|
76
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "citable://schemas/corpus-publication-receipt.schema.json",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"title": "Acceptance corpus publication receipt",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": ["schema_version", "receipt_id", "corpus_id", "corpus_version", "source_hash", "published_hash", "metrics_json_hash", "metrics_markdown_hash", "property_ids", "publication_levels", "generated_at", "authority", "limitations", "receipt_hash"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"schema_version": { "const": 1 },
|
|
10
|
+
"receipt_id": { "type": "string", "pattern": "^CORPUS-PUBLICATION-[A-F0-9]{20}$" },
|
|
11
|
+
"corpus_id": { "type": "string", "pattern": "^CORPUS-" },
|
|
12
|
+
"corpus_version": { "type": "string" },
|
|
13
|
+
"source_hash": { "type": "string", "pattern": "^[a-f0-9]{64}$" },
|
|
14
|
+
"published_hash": { "type": "string", "pattern": "^[a-f0-9]{64}$" },
|
|
15
|
+
"metrics_json_hash": { "type": "string", "pattern": "^[a-f0-9]{64}$" },
|
|
16
|
+
"metrics_markdown_hash": { "type": "string", "pattern": "^[a-f0-9]{64}$" },
|
|
17
|
+
"property_ids": { "type": "array", "minItems": 1, "uniqueItems": true, "items": { "type": "string" } },
|
|
18
|
+
"publication_levels": { "type": "array", "minItems": 1, "uniqueItems": true, "items": { "enum": ["sanitized_artifacts", "public_artifacts"] } },
|
|
19
|
+
"generated_at": { "type": "string", "format": "date-time" },
|
|
20
|
+
"authority": { "const": "owner_authorized_publication_projection" },
|
|
21
|
+
"limitations": { "type": "array", "minItems": 1, "items": { "type": "string" } },
|
|
22
|
+
"receipt_hash": { "type": "string", "pattern": "^[a-f0-9]{64}$" }
|
|
23
|
+
}
|
|
24
|
+
}
|