@nebulacomponents/citable 1.13.1 → 1.15.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 +312 -0
- package/README.md +44 -6
- package/dist/universal/.agents/skills/citable/SKILL.md +22 -8
- package/dist/universal/.agents/skills/citable/VERSION +1 -1
- package/dist/universal/.agents/skills/citable/agents/citable-auditor.md +64 -0
- package/dist/universal/.agents/skills/citable/agents/citable-semantic-reviewer.md +66 -0
- package/dist/universal/.agents/skills/citable/commands/README.md +4 -1
- package/dist/universal/.agents/skills/citable/commands/action-findings.md +9 -1
- package/dist/universal/.agents/skills/citable/commands/observe-and-act.md +62 -8
- package/dist/universal/.agents/skills/citable/commands/plan-audit.md +35 -0
- package/dist/universal/.agents/skills/citable/commands/reporting.md +57 -0
- package/dist/universal/.agents/skills/citable/manifest.json +29 -16
- package/dist/universal/.agents/skills/citable/schemas/action-plan.schema.json +13 -0
- package/dist/universal/.agents/skills/citable/schemas/browser-evidence-plan.schema.json +14 -0
- package/dist/universal/.agents/skills/citable/schemas/canonical-index-import.schema.json +30 -0
- package/dist/universal/.agents/skills/citable/schemas/common.defs.json +12 -1
- package/dist/universal/.agents/skills/citable/schemas/corroboration-import.schema.json +48 -0
- package/dist/universal/.agents/skills/citable/schemas/entity-graph.schema.json +75 -0
- package/dist/universal/.agents/skills/citable/schemas/entity.schema.json +13 -0
- package/dist/universal/.agents/skills/citable/schemas/observation.schema.json +1 -1
- package/dist/universal/.agents/skills/citable/schemas/page.schema.json +3 -0
- package/dist/universal/.agents/skills/citable/schemas/regional-network-import.schema.json +55 -0
- package/dist/universal/.agents/skills/citable/schemas/schedule.schema.json +1 -1
- package/dist/universal/.agents/skills/citable/schemas/source-identity-chain.schema.json +83 -0
- package/dist/universal/.agents/skills/citable/scripts/README.md +3 -1
- package/dist/universal/.claude/agents/citable/citable-auditor.md +64 -0
- package/dist/universal/.claude/agents/citable/citable-semantic-reviewer.md +66 -0
- package/dist/universal/.claude/agents/citable/manifest.json +12 -0
- package/dist/universal/.claude/skills/citable/SKILL.md +22 -8
- package/dist/universal/.claude/skills/citable/VERSION +1 -1
- package/dist/universal/.claude/skills/citable/agents/citable-auditor.md +64 -0
- package/dist/universal/.claude/skills/citable/agents/citable-semantic-reviewer.md +66 -0
- package/dist/universal/.claude/skills/citable/commands/README.md +4 -1
- package/dist/universal/.claude/skills/citable/commands/action-findings.md +9 -1
- package/dist/universal/.claude/skills/citable/commands/observe-and-act.md +62 -8
- package/dist/universal/.claude/skills/citable/commands/plan-audit.md +35 -0
- package/dist/universal/.claude/skills/citable/commands/reporting.md +57 -0
- package/dist/universal/.claude/skills/citable/manifest.json +34 -16
- package/dist/universal/.claude/skills/citable/schemas/action-plan.schema.json +13 -0
- package/dist/universal/.claude/skills/citable/schemas/browser-evidence-plan.schema.json +14 -0
- package/dist/universal/.claude/skills/citable/schemas/canonical-index-import.schema.json +30 -0
- package/dist/universal/.claude/skills/citable/schemas/common.defs.json +12 -1
- package/dist/universal/.claude/skills/citable/schemas/corroboration-import.schema.json +48 -0
- package/dist/universal/.claude/skills/citable/schemas/entity-graph.schema.json +75 -0
- package/dist/universal/.claude/skills/citable/schemas/entity.schema.json +13 -0
- package/dist/universal/.claude/skills/citable/schemas/observation.schema.json +1 -1
- package/dist/universal/.claude/skills/citable/schemas/page.schema.json +3 -0
- package/dist/universal/.claude/skills/citable/schemas/regional-network-import.schema.json +55 -0
- package/dist/universal/.claude/skills/citable/schemas/schedule.schema.json +1 -1
- package/dist/universal/.claude/skills/citable/schemas/source-identity-chain.schema.json +83 -0
- package/dist/universal/.claude/skills/citable/scripts/README.md +3 -1
- package/dist/universal/.cursor/skills/citable/SKILL.md +22 -8
- package/dist/universal/.cursor/skills/citable/VERSION +1 -1
- package/dist/universal/.cursor/skills/citable/agents/citable-auditor.md +64 -0
- package/dist/universal/.cursor/skills/citable/agents/citable-semantic-reviewer.md +66 -0
- package/dist/universal/.cursor/skills/citable/commands/README.md +4 -1
- package/dist/universal/.cursor/skills/citable/commands/action-findings.md +9 -1
- package/dist/universal/.cursor/skills/citable/commands/observe-and-act.md +62 -8
- package/dist/universal/.cursor/skills/citable/commands/plan-audit.md +35 -0
- package/dist/universal/.cursor/skills/citable/commands/reporting.md +57 -0
- package/dist/universal/.cursor/skills/citable/manifest.json +29 -16
- package/dist/universal/.cursor/skills/citable/schemas/action-plan.schema.json +13 -0
- package/dist/universal/.cursor/skills/citable/schemas/browser-evidence-plan.schema.json +14 -0
- package/dist/universal/.cursor/skills/citable/schemas/canonical-index-import.schema.json +30 -0
- package/dist/universal/.cursor/skills/citable/schemas/common.defs.json +12 -1
- package/dist/universal/.cursor/skills/citable/schemas/corroboration-import.schema.json +48 -0
- package/dist/universal/.cursor/skills/citable/schemas/entity-graph.schema.json +75 -0
- package/dist/universal/.cursor/skills/citable/schemas/entity.schema.json +13 -0
- package/dist/universal/.cursor/skills/citable/schemas/observation.schema.json +1 -1
- package/dist/universal/.cursor/skills/citable/schemas/page.schema.json +3 -0
- package/dist/universal/.cursor/skills/citable/schemas/regional-network-import.schema.json +55 -0
- package/dist/universal/.cursor/skills/citable/schemas/schedule.schema.json +1 -1
- package/dist/universal/.cursor/skills/citable/schemas/source-identity-chain.schema.json +83 -0
- package/dist/universal/.cursor/skills/citable/scripts/README.md +3 -1
- package/dist/universal/.gemini/skills/citable/SKILL.md +22 -8
- package/dist/universal/.gemini/skills/citable/VERSION +1 -1
- package/dist/universal/.gemini/skills/citable/agents/citable-auditor.md +64 -0
- package/dist/universal/.gemini/skills/citable/agents/citable-semantic-reviewer.md +66 -0
- package/dist/universal/.gemini/skills/citable/commands/README.md +4 -1
- package/dist/universal/.gemini/skills/citable/commands/action-findings.md +9 -1
- package/dist/universal/.gemini/skills/citable/commands/observe-and-act.md +62 -8
- package/dist/universal/.gemini/skills/citable/commands/plan-audit.md +35 -0
- package/dist/universal/.gemini/skills/citable/commands/reporting.md +57 -0
- package/dist/universal/.gemini/skills/citable/manifest.json +29 -16
- package/dist/universal/.gemini/skills/citable/schemas/action-plan.schema.json +13 -0
- package/dist/universal/.gemini/skills/citable/schemas/browser-evidence-plan.schema.json +14 -0
- package/dist/universal/.gemini/skills/citable/schemas/canonical-index-import.schema.json +30 -0
- package/dist/universal/.gemini/skills/citable/schemas/common.defs.json +12 -1
- package/dist/universal/.gemini/skills/citable/schemas/corroboration-import.schema.json +48 -0
- package/dist/universal/.gemini/skills/citable/schemas/entity-graph.schema.json +75 -0
- package/dist/universal/.gemini/skills/citable/schemas/entity.schema.json +13 -0
- package/dist/universal/.gemini/skills/citable/schemas/observation.schema.json +1 -1
- package/dist/universal/.gemini/skills/citable/schemas/page.schema.json +3 -0
- package/dist/universal/.gemini/skills/citable/schemas/regional-network-import.schema.json +55 -0
- package/dist/universal/.gemini/skills/citable/schemas/schedule.schema.json +1 -1
- package/dist/universal/.gemini/skills/citable/schemas/source-identity-chain.schema.json +83 -0
- package/dist/universal/.gemini/skills/citable/scripts/README.md +3 -1
- package/dist/universal/.github/skills/citable/SKILL.md +22 -8
- package/dist/universal/.github/skills/citable/VERSION +1 -1
- package/dist/universal/.github/skills/citable/agents/citable-auditor.md +64 -0
- package/dist/universal/.github/skills/citable/agents/citable-semantic-reviewer.md +66 -0
- package/dist/universal/.github/skills/citable/commands/README.md +4 -1
- package/dist/universal/.github/skills/citable/commands/action-findings.md +9 -1
- package/dist/universal/.github/skills/citable/commands/observe-and-act.md +62 -8
- package/dist/universal/.github/skills/citable/commands/plan-audit.md +35 -0
- package/dist/universal/.github/skills/citable/commands/reporting.md +57 -0
- package/dist/universal/.github/skills/citable/manifest.json +29 -16
- package/dist/universal/.github/skills/citable/schemas/action-plan.schema.json +13 -0
- package/dist/universal/.github/skills/citable/schemas/browser-evidence-plan.schema.json +14 -0
- package/dist/universal/.github/skills/citable/schemas/canonical-index-import.schema.json +30 -0
- package/dist/universal/.github/skills/citable/schemas/common.defs.json +12 -1
- package/dist/universal/.github/skills/citable/schemas/corroboration-import.schema.json +48 -0
- package/dist/universal/.github/skills/citable/schemas/entity-graph.schema.json +75 -0
- package/dist/universal/.github/skills/citable/schemas/entity.schema.json +13 -0
- package/dist/universal/.github/skills/citable/schemas/observation.schema.json +1 -1
- package/dist/universal/.github/skills/citable/schemas/page.schema.json +3 -0
- package/dist/universal/.github/skills/citable/schemas/regional-network-import.schema.json +55 -0
- package/dist/universal/.github/skills/citable/schemas/schedule.schema.json +1 -1
- package/dist/universal/.github/skills/citable/schemas/source-identity-chain.schema.json +83 -0
- package/dist/universal/.github/skills/citable/scripts/README.md +3 -1
- package/dist/universal/.kiro/skills/citable/SKILL.md +22 -8
- package/dist/universal/.kiro/skills/citable/VERSION +1 -1
- package/dist/universal/.kiro/skills/citable/agents/citable-auditor.md +64 -0
- package/dist/universal/.kiro/skills/citable/agents/citable-semantic-reviewer.md +66 -0
- package/dist/universal/.kiro/skills/citable/commands/README.md +4 -1
- package/dist/universal/.kiro/skills/citable/commands/action-findings.md +9 -1
- package/dist/universal/.kiro/skills/citable/commands/observe-and-act.md +62 -8
- package/dist/universal/.kiro/skills/citable/commands/plan-audit.md +35 -0
- package/dist/universal/.kiro/skills/citable/commands/reporting.md +57 -0
- package/dist/universal/.kiro/skills/citable/manifest.json +29 -16
- package/dist/universal/.kiro/skills/citable/schemas/action-plan.schema.json +13 -0
- package/dist/universal/.kiro/skills/citable/schemas/browser-evidence-plan.schema.json +14 -0
- package/dist/universal/.kiro/skills/citable/schemas/canonical-index-import.schema.json +30 -0
- package/dist/universal/.kiro/skills/citable/schemas/common.defs.json +12 -1
- package/dist/universal/.kiro/skills/citable/schemas/corroboration-import.schema.json +48 -0
- package/dist/universal/.kiro/skills/citable/schemas/entity-graph.schema.json +75 -0
- package/dist/universal/.kiro/skills/citable/schemas/entity.schema.json +13 -0
- package/dist/universal/.kiro/skills/citable/schemas/observation.schema.json +1 -1
- package/dist/universal/.kiro/skills/citable/schemas/page.schema.json +3 -0
- package/dist/universal/.kiro/skills/citable/schemas/regional-network-import.schema.json +55 -0
- package/dist/universal/.kiro/skills/citable/schemas/schedule.schema.json +1 -1
- package/dist/universal/.kiro/skills/citable/schemas/source-identity-chain.schema.json +83 -0
- package/dist/universal/.kiro/skills/citable/scripts/README.md +3 -1
- package/dist/universal/.opencode/skills/citable/SKILL.md +22 -8
- package/dist/universal/.opencode/skills/citable/VERSION +1 -1
- package/dist/universal/.opencode/skills/citable/agents/citable-auditor.md +64 -0
- package/dist/universal/.opencode/skills/citable/agents/citable-semantic-reviewer.md +66 -0
- package/dist/universal/.opencode/skills/citable/commands/README.md +4 -1
- package/dist/universal/.opencode/skills/citable/commands/action-findings.md +9 -1
- package/dist/universal/.opencode/skills/citable/commands/observe-and-act.md +62 -8
- package/dist/universal/.opencode/skills/citable/commands/plan-audit.md +35 -0
- package/dist/universal/.opencode/skills/citable/commands/reporting.md +57 -0
- package/dist/universal/.opencode/skills/citable/manifest.json +29 -16
- package/dist/universal/.opencode/skills/citable/schemas/action-plan.schema.json +13 -0
- package/dist/universal/.opencode/skills/citable/schemas/browser-evidence-plan.schema.json +14 -0
- package/dist/universal/.opencode/skills/citable/schemas/canonical-index-import.schema.json +30 -0
- package/dist/universal/.opencode/skills/citable/schemas/common.defs.json +12 -1
- package/dist/universal/.opencode/skills/citable/schemas/corroboration-import.schema.json +48 -0
- package/dist/universal/.opencode/skills/citable/schemas/entity-graph.schema.json +75 -0
- package/dist/universal/.opencode/skills/citable/schemas/entity.schema.json +13 -0
- package/dist/universal/.opencode/skills/citable/schemas/observation.schema.json +1 -1
- package/dist/universal/.opencode/skills/citable/schemas/page.schema.json +3 -0
- package/dist/universal/.opencode/skills/citable/schemas/regional-network-import.schema.json +55 -0
- package/dist/universal/.opencode/skills/citable/schemas/schedule.schema.json +1 -1
- package/dist/universal/.opencode/skills/citable/schemas/source-identity-chain.schema.json +83 -0
- package/dist/universal/.opencode/skills/citable/scripts/README.md +3 -1
- package/dist/universal/.pi/agent/skills/citable/SKILL.md +22 -8
- package/dist/universal/.pi/agent/skills/citable/VERSION +1 -1
- package/dist/universal/.pi/agent/skills/citable/agents/citable-auditor.md +64 -0
- package/dist/universal/.pi/agent/skills/citable/agents/citable-semantic-reviewer.md +66 -0
- package/dist/universal/.pi/agent/skills/citable/commands/README.md +4 -1
- package/dist/universal/.pi/agent/skills/citable/commands/action-findings.md +9 -1
- package/dist/universal/.pi/agent/skills/citable/commands/observe-and-act.md +62 -8
- package/dist/universal/.pi/agent/skills/citable/commands/plan-audit.md +35 -0
- package/dist/universal/.pi/agent/skills/citable/commands/reporting.md +57 -0
- package/dist/universal/.pi/agent/skills/citable/manifest.json +29 -16
- package/dist/universal/.pi/agent/skills/citable/schemas/action-plan.schema.json +13 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/browser-evidence-plan.schema.json +14 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/canonical-index-import.schema.json +30 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/common.defs.json +12 -1
- package/dist/universal/.pi/agent/skills/citable/schemas/corroboration-import.schema.json +48 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/entity-graph.schema.json +75 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/entity.schema.json +13 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/observation.schema.json +1 -1
- package/dist/universal/.pi/agent/skills/citable/schemas/page.schema.json +3 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/regional-network-import.schema.json +55 -0
- package/dist/universal/.pi/agent/skills/citable/schemas/schedule.schema.json +1 -1
- package/dist/universal/.pi/agent/skills/citable/schemas/source-identity-chain.schema.json +83 -0
- package/dist/universal/.pi/agent/skills/citable/scripts/README.md +3 -1
- package/dist/universal/.qoder/skills/citable/SKILL.md +22 -8
- package/dist/universal/.qoder/skills/citable/VERSION +1 -1
- package/dist/universal/.qoder/skills/citable/agents/citable-auditor.md +64 -0
- package/dist/universal/.qoder/skills/citable/agents/citable-semantic-reviewer.md +66 -0
- package/dist/universal/.qoder/skills/citable/commands/README.md +4 -1
- package/dist/universal/.qoder/skills/citable/commands/action-findings.md +9 -1
- package/dist/universal/.qoder/skills/citable/commands/observe-and-act.md +62 -8
- package/dist/universal/.qoder/skills/citable/commands/plan-audit.md +35 -0
- package/dist/universal/.qoder/skills/citable/commands/reporting.md +57 -0
- package/dist/universal/.qoder/skills/citable/manifest.json +29 -16
- package/dist/universal/.qoder/skills/citable/schemas/action-plan.schema.json +13 -0
- package/dist/universal/.qoder/skills/citable/schemas/browser-evidence-plan.schema.json +14 -0
- package/dist/universal/.qoder/skills/citable/schemas/canonical-index-import.schema.json +30 -0
- package/dist/universal/.qoder/skills/citable/schemas/common.defs.json +12 -1
- package/dist/universal/.qoder/skills/citable/schemas/corroboration-import.schema.json +48 -0
- package/dist/universal/.qoder/skills/citable/schemas/entity-graph.schema.json +75 -0
- package/dist/universal/.qoder/skills/citable/schemas/entity.schema.json +13 -0
- package/dist/universal/.qoder/skills/citable/schemas/observation.schema.json +1 -1
- package/dist/universal/.qoder/skills/citable/schemas/page.schema.json +3 -0
- package/dist/universal/.qoder/skills/citable/schemas/regional-network-import.schema.json +55 -0
- package/dist/universal/.qoder/skills/citable/schemas/schedule.schema.json +1 -1
- package/dist/universal/.qoder/skills/citable/schemas/source-identity-chain.schema.json +83 -0
- package/dist/universal/.qoder/skills/citable/scripts/README.md +3 -1
- package/dist/universal/.rovodev/skills/citable/SKILL.md +22 -8
- package/dist/universal/.rovodev/skills/citable/VERSION +1 -1
- package/dist/universal/.rovodev/skills/citable/agents/citable-auditor.md +64 -0
- package/dist/universal/.rovodev/skills/citable/agents/citable-semantic-reviewer.md +66 -0
- package/dist/universal/.rovodev/skills/citable/commands/README.md +4 -1
- package/dist/universal/.rovodev/skills/citable/commands/action-findings.md +9 -1
- package/dist/universal/.rovodev/skills/citable/commands/observe-and-act.md +62 -8
- package/dist/universal/.rovodev/skills/citable/commands/plan-audit.md +35 -0
- package/dist/universal/.rovodev/skills/citable/commands/reporting.md +57 -0
- package/dist/universal/.rovodev/skills/citable/manifest.json +29 -16
- package/dist/universal/.rovodev/skills/citable/schemas/action-plan.schema.json +13 -0
- package/dist/universal/.rovodev/skills/citable/schemas/browser-evidence-plan.schema.json +14 -0
- package/dist/universal/.rovodev/skills/citable/schemas/canonical-index-import.schema.json +30 -0
- package/dist/universal/.rovodev/skills/citable/schemas/common.defs.json +12 -1
- package/dist/universal/.rovodev/skills/citable/schemas/corroboration-import.schema.json +48 -0
- package/dist/universal/.rovodev/skills/citable/schemas/entity-graph.schema.json +75 -0
- package/dist/universal/.rovodev/skills/citable/schemas/entity.schema.json +13 -0
- package/dist/universal/.rovodev/skills/citable/schemas/observation.schema.json +1 -1
- package/dist/universal/.rovodev/skills/citable/schemas/page.schema.json +3 -0
- package/dist/universal/.rovodev/skills/citable/schemas/regional-network-import.schema.json +55 -0
- package/dist/universal/.rovodev/skills/citable/schemas/schedule.schema.json +1 -1
- package/dist/universal/.rovodev/skills/citable/schemas/source-identity-chain.schema.json +83 -0
- package/dist/universal/.rovodev/skills/citable/scripts/README.md +3 -1
- package/dist/universal/.trae/skills/citable/SKILL.md +22 -8
- package/dist/universal/.trae/skills/citable/VERSION +1 -1
- package/dist/universal/.trae/skills/citable/agents/citable-auditor.md +64 -0
- package/dist/universal/.trae/skills/citable/agents/citable-semantic-reviewer.md +66 -0
- package/dist/universal/.trae/skills/citable/commands/README.md +4 -1
- package/dist/universal/.trae/skills/citable/commands/action-findings.md +9 -1
- package/dist/universal/.trae/skills/citable/commands/observe-and-act.md +62 -8
- package/dist/universal/.trae/skills/citable/commands/plan-audit.md +35 -0
- package/dist/universal/.trae/skills/citable/commands/reporting.md +57 -0
- package/dist/universal/.trae/skills/citable/manifest.json +29 -16
- package/dist/universal/.trae/skills/citable/schemas/action-plan.schema.json +13 -0
- package/dist/universal/.trae/skills/citable/schemas/browser-evidence-plan.schema.json +14 -0
- package/dist/universal/.trae/skills/citable/schemas/canonical-index-import.schema.json +30 -0
- package/dist/universal/.trae/skills/citable/schemas/common.defs.json +12 -1
- package/dist/universal/.trae/skills/citable/schemas/corroboration-import.schema.json +48 -0
- package/dist/universal/.trae/skills/citable/schemas/entity-graph.schema.json +75 -0
- package/dist/universal/.trae/skills/citable/schemas/entity.schema.json +13 -0
- package/dist/universal/.trae/skills/citable/schemas/observation.schema.json +1 -1
- package/dist/universal/.trae/skills/citable/schemas/page.schema.json +3 -0
- package/dist/universal/.trae/skills/citable/schemas/regional-network-import.schema.json +55 -0
- package/dist/universal/.trae/skills/citable/schemas/schedule.schema.json +1 -1
- package/dist/universal/.trae/skills/citable/schemas/source-identity-chain.schema.json +83 -0
- package/dist/universal/.trae/skills/citable/scripts/README.md +3 -1
- package/dist/universal/.trae-cn/skills/citable/SKILL.md +22 -8
- package/dist/universal/.trae-cn/skills/citable/VERSION +1 -1
- package/dist/universal/.trae-cn/skills/citable/agents/citable-auditor.md +64 -0
- package/dist/universal/.trae-cn/skills/citable/agents/citable-semantic-reviewer.md +66 -0
- package/dist/universal/.trae-cn/skills/citable/commands/README.md +4 -1
- package/dist/universal/.trae-cn/skills/citable/commands/action-findings.md +9 -1
- package/dist/universal/.trae-cn/skills/citable/commands/observe-and-act.md +62 -8
- package/dist/universal/.trae-cn/skills/citable/commands/plan-audit.md +35 -0
- package/dist/universal/.trae-cn/skills/citable/commands/reporting.md +57 -0
- package/dist/universal/.trae-cn/skills/citable/manifest.json +29 -16
- package/dist/universal/.trae-cn/skills/citable/schemas/action-plan.schema.json +13 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/browser-evidence-plan.schema.json +14 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/canonical-index-import.schema.json +30 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/common.defs.json +12 -1
- package/dist/universal/.trae-cn/skills/citable/schemas/corroboration-import.schema.json +48 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/entity-graph.schema.json +75 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/entity.schema.json +13 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/observation.schema.json +1 -1
- package/dist/universal/.trae-cn/skills/citable/schemas/page.schema.json +3 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/regional-network-import.schema.json +55 -0
- package/dist/universal/.trae-cn/skills/citable/schemas/schedule.schema.json +1 -1
- package/dist/universal/.trae-cn/skills/citable/schemas/source-identity-chain.schema.json +83 -0
- package/dist/universal/.trae-cn/skills/citable/scripts/README.md +3 -1
- package/dist/universal/manifest.json +306 -195
- package/package.json +1 -1
- package/schemas/action-plan.schema.json +13 -0
- package/schemas/browser-evidence-plan.schema.json +14 -0
- package/schemas/canonical-index-import.schema.json +30 -0
- package/schemas/common.defs.json +12 -1
- package/schemas/corroboration-import.schema.json +48 -0
- package/schemas/entity-graph.schema.json +75 -0
- package/schemas/entity.schema.json +13 -0
- package/schemas/observation.schema.json +1 -1
- package/schemas/page.schema.json +3 -0
- package/schemas/regional-network-import.schema.json +55 -0
- package/schemas/schedule.schema.json +1 -1
- package/schemas/source-identity-chain.schema.json +83 -0
- package/scripts/build-dist.js +36 -3
- package/skill/SKILL.md +22 -8
- package/skill/agents/citable-auditor.md +64 -0
- package/skill/agents/citable-semantic-reviewer.md +66 -0
- package/skill/commands/README.md +4 -1
- package/skill/commands/action-findings.md +9 -1
- package/skill/commands/observe-and-act.md +62 -8
- package/skill/commands/plan-audit.md +35 -0
- package/skill/commands/reporting.md +57 -0
- package/src/cli/index.js +115 -15
- package/src/commands/actionPlan.js +12 -1
- package/src/commands/audit.js +4 -0
- package/src/commands/connect.js +29 -0
- package/src/commands/context.js +15 -0
- package/src/commands/delivery.js +86 -2
- package/src/commands/demo.js +36 -0
- package/src/commands/fixtures/demo/.citable/claims.yaml +27 -0
- package/src/commands/fixtures/demo/.citable/competitors.yaml +3 -0
- package/src/commands/fixtures/demo/.citable/config.yaml +18 -0
- package/src/commands/fixtures/demo/.citable/crawlers.yaml +30 -0
- package/src/commands/fixtures/demo/.citable/entities.yaml +28 -0
- package/src/commands/fixtures/demo/.citable/evidence.yaml +19 -0
- package/src/commands/fixtures/demo/.citable/experiments.yaml +3 -0
- package/src/commands/fixtures/demo/.citable/pages.yaml +54 -0
- package/src/commands/fixtures/demo/.citable/prompts.yaml +11 -0
- package/src/commands/fixtures/demo/.citable/queries.yaml +10 -0
- package/src/commands/fixtures/demo/site/index.html +12 -0
- package/src/commands/fixtures/demo/site/learn/execution-governance/index.html +14 -0
- package/src/commands/fixtures/demo/site/pricing/index.html +10 -0
- package/src/commands/fixtures/demo/site/products/gatekeeper/index.html +15 -0
- package/src/commands/fixtures/demo/site/robots.txt +7 -0
- package/src/commands/fixtures/demo/site/sitemap.xml +7 -0
- package/src/commands/init.js +5 -2
- package/src/commands/monitor.js +35 -0
- package/src/commands/observe.js +315 -15
- package/src/commands/planAudit.js +151 -0
- package/src/commands/reportDashboard.js +21 -0
- package/src/commands/reportShareOfVoice.js +60 -0
- package/src/commands/schemaCmd.js +5 -1
- package/src/commands/substantiate.js +22 -10
- package/src/connectors/http.js +6 -3
- package/src/connectors/index.js +3 -1
- package/src/connectors/webflow.js +224 -0
- package/src/connectors/wordpress.js +226 -0
- package/src/crawler/fetch.js +34 -6
- package/src/detectors/geoReco.js +101 -0
- package/src/extractor/page.js +17 -0
- package/src/installer/index.js +282 -28
- package/src/installer/providers.js +11 -0
- package/src/monitoring/alertDelivery.js +98 -0
- package/src/observations/browserJourney.js +15 -7
- package/src/observations/claimDiff.js +83 -0
- package/src/observations/common.js +25 -0
- package/src/observations/entityGraph.js +89 -0
- package/src/observations/renderParity.js +49 -0
- package/src/observations/sourceIdentity.js +62 -0
- package/src/observations/stance.js +261 -0
- package/src/registries/seed.js +95 -0
- package/src/registries/seeds/saas-pricing/claims.yaml +18 -0
- package/src/registries/seeds/saas-pricing/entities.yaml +20 -0
- package/src/registries/seeds/saas-pricing/seed.json +6 -0
- package/src/reporting/dashboard.js +254 -0
- package/src/reporting/shareOfVoice.js +362 -0
- package/src/shared/checklist.js +19 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "citable://schemas/canonical-index-import.schema.json",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"title": "Engine-selected canonical import",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": ["schema_version", "collected_at", "collection_authority", "authenticity_status", "observations"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"schema_version": { "const": 1 },
|
|
10
|
+
"collected_at": { "type": "string", "format": "date-time" },
|
|
11
|
+
"collection_authority": { "type": "string", "enum": ["owner_export", "third_party_export"] },
|
|
12
|
+
"authenticity_status": { "type": "string", "enum": ["cryptographically_authenticated", "owner_attested", "transport_authenticated", "checksum_protected_only", "unverified"] },
|
|
13
|
+
"observations": {
|
|
14
|
+
"type": "array",
|
|
15
|
+
"minItems": 1,
|
|
16
|
+
"items": {
|
|
17
|
+
"type": "object",
|
|
18
|
+
"additionalProperties": false,
|
|
19
|
+
"required": ["url", "engine", "selected_canonical", "indexed", "observed_at"],
|
|
20
|
+
"properties": {
|
|
21
|
+
"url": { "type": "string", "format": "uri", "pattern": "^https://" },
|
|
22
|
+
"engine": { "type": "string", "minLength": 1 },
|
|
23
|
+
"selected_canonical": { "type": ["string", "null"], "format": "uri" },
|
|
24
|
+
"indexed": { "type": ["boolean", "null"] },
|
|
25
|
+
"observed_at": { "type": "string", "format": "date-time" }
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -17,7 +17,18 @@
|
|
|
17
17
|
"created": { "$ref": "#/definitions/isoDate" },
|
|
18
18
|
"updated": { "$ref": "#/definitions/isoDate" },
|
|
19
19
|
"created_by": { "type": "string" },
|
|
20
|
-
"source": { "type": "string" }
|
|
20
|
+
"source": { "type": "string" },
|
|
21
|
+
"seededFrom": {
|
|
22
|
+
"type": "object",
|
|
23
|
+
"additionalProperties": false,
|
|
24
|
+
"required": ["seedName", "seedVersion", "importedAt"],
|
|
25
|
+
"properties": {
|
|
26
|
+
"seedName": { "type": "string", "minLength": 1 },
|
|
27
|
+
"seedVersion": { "type": "string", "minLength": 1 },
|
|
28
|
+
"importedAt": { "$ref": "#/definitions/isoDate" },
|
|
29
|
+
"contentFingerprint": { "type": "string", "minLength": 1 }
|
|
30
|
+
}
|
|
31
|
+
}
|
|
21
32
|
}
|
|
22
33
|
},
|
|
23
34
|
"registryFile": {
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "citable://schemas/corroboration-import.schema.json",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"title": "External corroboration import",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": ["schema_version", "provider", "dataset", "collected_at", "collection_authority", "authenticity_status", "representativeness", "coverage", "mentions"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"schema_version": { "const": 1 },
|
|
10
|
+
"provider": { "type": "string", "minLength": 1 },
|
|
11
|
+
"dataset": { "const": "external_mentions" },
|
|
12
|
+
"collected_at": { "type": "string", "format": "date-time" },
|
|
13
|
+
"collection_authority": { "type": "string", "enum": ["owner_export", "third_party_export", "manual_entry"] },
|
|
14
|
+
"authenticity_status": { "type": "string", "enum": ["cryptographically_authenticated", "provider_range_verified", "owner_attested", "transport_authenticated", "checksum_protected_only", "unverified"] },
|
|
15
|
+
"representativeness": { "type": "string", "enum": ["production_population", "complete_export", "statistically_sampled", "convenience_sample", "single_observation", "unknown"] },
|
|
16
|
+
"coverage": {
|
|
17
|
+
"type": "object",
|
|
18
|
+
"additionalProperties": false,
|
|
19
|
+
"required": ["population", "sampled", "exclusions"],
|
|
20
|
+
"properties": {
|
|
21
|
+
"population": { "type": "string", "minLength": 1 },
|
|
22
|
+
"sampled": { "type": "integer", "minimum": 1 },
|
|
23
|
+
"exclusions": { "type": "array", "items": { "type": "string", "minLength": 1 } }
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"mentions": {
|
|
27
|
+
"type": "array",
|
|
28
|
+
"minItems": 1,
|
|
29
|
+
"items": {
|
|
30
|
+
"type": "object",
|
|
31
|
+
"additionalProperties": false,
|
|
32
|
+
"required": ["source_url", "publisher", "entity", "source_control", "relationship_disclosure", "source_type", "observed_at"],
|
|
33
|
+
"properties": {
|
|
34
|
+
"source_url": { "type": "string", "format": "uri", "pattern": "^https://" },
|
|
35
|
+
"canonical_url": { "type": "string", "format": "uri", "pattern": "^https://" },
|
|
36
|
+
"publisher": { "type": "string", "minLength": 1 },
|
|
37
|
+
"entity": { "type": "string", "minLength": 1 },
|
|
38
|
+
"source_control": { "type": "string", "enum": ["independent", "owner_controlled", "affiliated", "unknown"] },
|
|
39
|
+
"relationship_disclosure": { "type": "string", "enum": ["none_disclosed", "affiliated", "sponsored", "unknown"] },
|
|
40
|
+
"source_type": { "type": "string", "enum": ["editorial", "standards", "academic", "review", "directory", "social", "forum", "backlink", "other"] },
|
|
41
|
+
"observed_at": { "type": "string", "format": "date-time" },
|
|
42
|
+
"context_excerpt": { "type": "string" },
|
|
43
|
+
"claim_ids": { "type": "array", "items": { "type": "string", "minLength": 1 }, "uniqueItems": true }
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "citable://schemas/entity-graph.schema.json",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"title": "Normalized JSON-LD entity graph",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": ["version", "nodes", "edges", "unresolved_references", "parse_failures", "limitations"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"version": { "const": 1 },
|
|
10
|
+
"nodes": {
|
|
11
|
+
"type": "array",
|
|
12
|
+
"items": {
|
|
13
|
+
"type": "object",
|
|
14
|
+
"additionalProperties": false,
|
|
15
|
+
"required": ["node_id", "types", "names", "source_blocks", "visible_support"],
|
|
16
|
+
"properties": {
|
|
17
|
+
"node_id": { "type": "string", "minLength": 1 },
|
|
18
|
+
"types": { "type": "array", "items": { "type": "string", "minLength": 1 }, "uniqueItems": true },
|
|
19
|
+
"names": { "type": "array", "items": { "type": "string", "minLength": 1 }, "uniqueItems": true },
|
|
20
|
+
"source_blocks": {
|
|
21
|
+
"type": "array",
|
|
22
|
+
"items": {
|
|
23
|
+
"type": "object",
|
|
24
|
+
"additionalProperties": false,
|
|
25
|
+
"required": ["url", "block_hash"],
|
|
26
|
+
"properties": {
|
|
27
|
+
"url": { "type": "string", "minLength": 1 },
|
|
28
|
+
"block_hash": { "type": "string", "pattern": "^[a-f0-9]{64}$" }
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"visible_support": {
|
|
33
|
+
"type": "object",
|
|
34
|
+
"additionalProperties": false,
|
|
35
|
+
"required": ["status", "matched_fields"],
|
|
36
|
+
"properties": {
|
|
37
|
+
"status": { "type": "string", "enum": ["supported", "not_observed", "not_testable"] },
|
|
38
|
+
"matched_fields": { "type": "array", "items": { "type": "string", "minLength": 1 }, "uniqueItems": true }
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"edges": { "type": "array", "items": { "$ref": "#/definitions/edge" } },
|
|
45
|
+
"unresolved_references": { "type": "array", "items": { "$ref": "#/definitions/edge" } },
|
|
46
|
+
"parse_failures": {
|
|
47
|
+
"type": "array",
|
|
48
|
+
"items": {
|
|
49
|
+
"type": "object",
|
|
50
|
+
"additionalProperties": false,
|
|
51
|
+
"required": ["url", "error", "raw_hash"],
|
|
52
|
+
"properties": {
|
|
53
|
+
"url": { "type": "string", "minLength": 1 },
|
|
54
|
+
"error": { "type": "string", "minLength": 1 },
|
|
55
|
+
"raw_hash": { "type": "string", "pattern": "^[a-f0-9]{64}$" }
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"limitations": { "type": "array", "minItems": 1, "items": { "type": "string", "minLength": 1 } }
|
|
60
|
+
},
|
|
61
|
+
"definitions": {
|
|
62
|
+
"edge": {
|
|
63
|
+
"type": "object",
|
|
64
|
+
"additionalProperties": false,
|
|
65
|
+
"required": ["source_id", "relation", "target_id", "source_url", "target_declared"],
|
|
66
|
+
"properties": {
|
|
67
|
+
"source_id": { "type": "string", "minLength": 1 },
|
|
68
|
+
"relation": { "type": "string", "minLength": 1 },
|
|
69
|
+
"target_id": { "type": "string", "minLength": 1 },
|
|
70
|
+
"source_url": { "type": "string", "minLength": 1 },
|
|
71
|
+
"target_declared": { "type": "boolean" }
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
@@ -23,6 +23,19 @@
|
|
|
23
23
|
"canonical_url": { "type": "string" },
|
|
24
24
|
"external_identifiers": { "type": "array", "items": { "type": ["string", "object"] } },
|
|
25
25
|
"authoritative_profiles": { "type": "array", "items": { "type": "string" } },
|
|
26
|
+
"affiliations": {
|
|
27
|
+
"type": "array",
|
|
28
|
+
"items": {
|
|
29
|
+
"type": "object",
|
|
30
|
+
"additionalProperties": false,
|
|
31
|
+
"required": ["entity_id", "relationship", "disclosure_status"],
|
|
32
|
+
"properties": {
|
|
33
|
+
"entity_id": { "$ref": "citable://schemas/common.defs.json#/definitions/id" },
|
|
34
|
+
"relationship": { "type": "string", "enum": ["employee", "contractor", "member", "owner", "partner", "other"] },
|
|
35
|
+
"disclosure_status": { "type": "string", "enum": ["disclosed", "not_disclosed", "unknown"] }
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
},
|
|
26
39
|
"category": { "type": "string" },
|
|
27
40
|
"secondary_categories": { "type": "array", "items": { "type": "string" } },
|
|
28
41
|
"definition": { "type": "string" },
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"required": ["observation_id", "kind", "state", "collected_at", "collection_method", "confidence", "source", "evidence_hash", "data"],
|
|
8
8
|
"properties": {
|
|
9
9
|
"observation_id": { "type": "string", "minLength": 1 },
|
|
10
|
-
"kind": { "type": "string", "enum": ["render", "browser_journey", "index", "citation", "citation_review", "crawler_log", "bing_webmaster", "passage", "canonical_freshness", "performance", "corroboration", "metric", "media_pdf", "media_transcript", "media_image", "representation_drift"] },
|
|
10
|
+
"kind": { "type": "string", "enum": ["render", "browser_journey", "index", "citation", "citation_review", "crawler_log", "crawler_probe", "regional_network", "bing_webmaster", "passage", "canonical_freshness", "performance", "corroboration", "metric", "media_pdf", "media_transcript", "media_image", "representation_drift", "stance"] },
|
|
11
11
|
"state": { "type": "string", "enum": ["observed", "not_observed", "not_evidenced", "incomplete", "review_required", "failed"] },
|
|
12
12
|
"collected_at": { "type": "string", "format": "date-time" },
|
|
13
13
|
"collection_method": { "type": "string", "enum": ["live_api", "browser", "owner_import", "synthetic_fetch", "static_analysis", "human_review"] },
|
|
@@ -27,6 +27,9 @@
|
|
|
27
27
|
"evidence_references": { "type": "array", "items": { "type": "string" } },
|
|
28
28
|
"content_owner": { "type": "string" },
|
|
29
29
|
"factual_reviewer": { "type": "string" },
|
|
30
|
+
"author_entities": { "type": "array", "items": { "$ref": "citable://schemas/common.defs.json#/definitions/id" }, "uniqueItems": true },
|
|
31
|
+
"publisher_entity": { "$ref": "citable://schemas/common.defs.json#/definitions/id" },
|
|
32
|
+
"correction_path": { "type": "string", "minLength": 1 },
|
|
30
33
|
"lifecycle_class": { "type": "string", "enum": ["foundational", "product_capability", "regulatory", "pricing", "market_statistics", "technical_implementation", "competitive_comparison", "security_claim", "evergreen", "news", "unclassified"] },
|
|
31
34
|
"review_cadence": { "type": "string" },
|
|
32
35
|
"next_review_date": { "$ref": "citable://schemas/common.defs.json#/definitions/isoDate" },
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "citable://schemas/regional-network-import.schema.json",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"title": "Regional network probe import",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": ["schema_version", "provider", "collected_at", "collection_authority", "authenticity_status", "representativeness", "probes"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"schema_version": { "const": 1 },
|
|
10
|
+
"provider": { "type": "string", "minLength": 1 },
|
|
11
|
+
"collected_at": { "type": "string", "format": "date-time" },
|
|
12
|
+
"collection_authority": { "type": "string", "enum": ["owner_export", "third_party_export"] },
|
|
13
|
+
"authenticity_status": { "type": "string", "enum": ["cryptographically_authenticated", "owner_attested", "transport_authenticated", "checksum_protected_only", "unverified"] },
|
|
14
|
+
"representativeness": { "type": "string", "enum": ["complete_export", "statistically_sampled", "controlled_experiment", "convenience_sample", "unknown"] },
|
|
15
|
+
"probes": {
|
|
16
|
+
"type": "array",
|
|
17
|
+
"minItems": 1,
|
|
18
|
+
"items": {
|
|
19
|
+
"type": "object",
|
|
20
|
+
"additionalProperties": false,
|
|
21
|
+
"required": ["probe_id", "target", "region", "network", "user_agent", "observed_at", "dns_addresses", "tls", "status", "latency_ms", "cache"],
|
|
22
|
+
"properties": {
|
|
23
|
+
"probe_id": { "type": "string", "pattern": "^PROBE-[A-Z0-9_-]+$" },
|
|
24
|
+
"target": { "type": "string", "format": "uri", "pattern": "^https://" },
|
|
25
|
+
"region": { "type": "string", "minLength": 1 },
|
|
26
|
+
"network": { "type": "string", "minLength": 1 },
|
|
27
|
+
"user_agent": { "type": "string", "minLength": 1 },
|
|
28
|
+
"observed_at": { "type": "string", "format": "date-time" },
|
|
29
|
+
"dns_addresses": { "type": "array", "minItems": 1, "items": { "type": "string", "minLength": 2 }, "uniqueItems": true },
|
|
30
|
+
"tls": {
|
|
31
|
+
"type": "object",
|
|
32
|
+
"additionalProperties": false,
|
|
33
|
+
"required": ["protocol", "authorized", "certificate_fingerprint"],
|
|
34
|
+
"properties": {
|
|
35
|
+
"protocol": { "type": "string", "minLength": 1 },
|
|
36
|
+
"authorized": { "type": "boolean" },
|
|
37
|
+
"certificate_fingerprint": { "type": "string", "minLength": 1 }
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"status": { "type": "integer", "minimum": 100, "maximum": 599 },
|
|
41
|
+
"latency_ms": { "type": "number", "minimum": 0 },
|
|
42
|
+
"cache": {
|
|
43
|
+
"type": "object",
|
|
44
|
+
"additionalProperties": false,
|
|
45
|
+
"required": ["status", "age_seconds"],
|
|
46
|
+
"properties": {
|
|
47
|
+
"status": { "type": "string", "enum": ["HIT", "MISS", "BYPASS", "STALE", "UNKNOWN"] },
|
|
48
|
+
"age_seconds": { "type": ["number", "null"], "minimum": 0 }
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$id":"citable://schemas/schedule.schema.json","$schema":"http://json-schema.org/draft-07/schema#","title":"Audit schedule registry","type":"object","additionalProperties":false,"required":["version","kind","updated","entries"],
|
|
3
|
-
"properties":{"version":{"const":1},"kind":{"const":"schedules"},"updated":{"type":"string","format":"date-time"},"entries":{"type":"array","items":{"type":"object","additionalProperties":false,"required":["schedule_id","name","status","cron","owner","expected_tool_version","audit","retention_days","limitations"],"properties":{"schedule_id":{"type":"string","pattern":"^SCHEDULE-[A-Z0-9][A-Z0-9_-]*$"},"name":{"type":"string","minLength":1},"status":{"type":"string","enum":["active","paused","retired"]},"cron":{"type":"string","minLength":5},"owner":{"type":"string","minLength":1},"expected_tool_version":{"type":"string","pattern":"^\\d+\\.\\d+\\.\\d+$"},"audit":{"type":"object","additionalProperties":false,"required":["target","scope"],"properties":{"target":{"type":"string","minLength":1},"scope":{"type":["string","null"]},"base_url":{"type":["string","null"]}}},"retention_days":{"type":"integer","minimum":1},"limitations":{"type":"array","minItems":1,"items":{"type":"string"}}}}}}
|
|
3
|
+
"properties":{"version":{"const":1},"kind":{"const":"schedules"},"updated":{"type":"string","format":"date-time"},"entries":{"type":"array","items":{"type":"object","additionalProperties":false,"required":["schedule_id","name","status","cron","owner","expected_tool_version","audit","retention_days","limitations"],"properties":{"schedule_id":{"type":"string","pattern":"^SCHEDULE-[A-Z0-9][A-Z0-9_-]*$"},"name":{"type":"string","minLength":1},"status":{"type":"string","enum":["active","paused","retired"]},"cron":{"type":"string","minLength":5},"owner":{"type":"string","minLength":1},"expected_tool_version":{"type":"string","pattern":"^\\d+\\.\\d+\\.\\d+$"},"audit":{"type":"object","additionalProperties":false,"required":["target","scope"],"properties":{"target":{"type":"string","minLength":1},"scope":{"type":["string","null"]},"base_url":{"type":["string","null"]}}},"monitor":{"type":"object","additionalProperties":false,"properties":{"enabled":{"type":"boolean"},"webhook_url":{"type":"string"},"min_severity":{"type":"string","enum":["informational","medium","high","critical"]}}},"retention_days":{"type":"integer","minimum":1},"limitations":{"type":"array","minItems":1,"items":{"type":"string"}}}}}}
|
|
4
4
|
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "citable://schemas/source-identity-chain.schema.json",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"title": "Page source identity chain",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": ["version", "pages", "limitations"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"version": { "const": 1 },
|
|
10
|
+
"pages": {
|
|
11
|
+
"type": "array",
|
|
12
|
+
"items": {
|
|
13
|
+
"type": "object",
|
|
14
|
+
"additionalProperties": false,
|
|
15
|
+
"required": ["page_id", "url", "publisher", "authors", "content_owner", "factual_reviewer", "evidence_owners", "correction_path", "status", "missing_fields"],
|
|
16
|
+
"properties": {
|
|
17
|
+
"page_id": { "type": "string", "minLength": 1 },
|
|
18
|
+
"url": { "type": "string", "minLength": 1 },
|
|
19
|
+
"publisher": {
|
|
20
|
+
"oneOf": [
|
|
21
|
+
{ "type": "null" },
|
|
22
|
+
{ "$ref": "#/definitions/publisher" }
|
|
23
|
+
]
|
|
24
|
+
},
|
|
25
|
+
"authors": { "type": "array", "items": { "$ref": "#/definitions/author" } },
|
|
26
|
+
"content_owner": { "type": ["string", "null"] },
|
|
27
|
+
"factual_reviewer": { "type": ["string", "null"] },
|
|
28
|
+
"evidence_owners": { "type": "array", "items": { "$ref": "#/definitions/evidenceOwner" } },
|
|
29
|
+
"correction_path": { "type": ["string", "null"] },
|
|
30
|
+
"status": { "type": "string", "enum": ["complete", "incomplete"] },
|
|
31
|
+
"missing_fields": { "type": "array", "items": { "type": "string", "minLength": 1 }, "uniqueItems": true }
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"limitations": { "type": "array", "minItems": 1, "items": { "type": "string", "minLength": 1 } }
|
|
36
|
+
},
|
|
37
|
+
"definitions": {
|
|
38
|
+
"publisher": {
|
|
39
|
+
"type": "object",
|
|
40
|
+
"additionalProperties": false,
|
|
41
|
+
"required": ["entity_id", "name", "canonical_url", "status"],
|
|
42
|
+
"properties": {
|
|
43
|
+
"entity_id": { "type": "string", "minLength": 1 },
|
|
44
|
+
"name": { "type": "string", "minLength": 1 },
|
|
45
|
+
"canonical_url": { "type": ["string", "null"] },
|
|
46
|
+
"status": { "type": "string", "minLength": 1 }
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"author": {
|
|
50
|
+
"type": "object",
|
|
51
|
+
"additionalProperties": false,
|
|
52
|
+
"required": ["entity_id", "name", "canonical_url", "affiliations", "status"],
|
|
53
|
+
"properties": {
|
|
54
|
+
"entity_id": { "type": "string", "minLength": 1 },
|
|
55
|
+
"name": { "type": ["string", "null"] },
|
|
56
|
+
"canonical_url": { "type": ["string", "null"] },
|
|
57
|
+
"affiliations": { "type": "array", "items": { "$ref": "#/definitions/affiliation" } },
|
|
58
|
+
"status": { "type": "string", "minLength": 1 }
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"affiliation": {
|
|
62
|
+
"type": "object",
|
|
63
|
+
"additionalProperties": false,
|
|
64
|
+
"required": ["entity_id", "relationship", "disclosure_status", "entity_name"],
|
|
65
|
+
"properties": {
|
|
66
|
+
"entity_id": { "type": "string", "minLength": 1 },
|
|
67
|
+
"relationship": { "type": "string", "minLength": 1 },
|
|
68
|
+
"disclosure_status": { "type": "string", "minLength": 1 },
|
|
69
|
+
"entity_name": { "type": ["string", "null"] }
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"evidenceOwner": {
|
|
73
|
+
"type": "object",
|
|
74
|
+
"additionalProperties": false,
|
|
75
|
+
"required": ["evidence_id", "owner", "verification_status"],
|
|
76
|
+
"properties": {
|
|
77
|
+
"evidence_id": { "type": "string", "minLength": 1 },
|
|
78
|
+
"owner": { "type": ["string", "null"] },
|
|
79
|
+
"verification_status": { "type": "string", "minLength": 1 }
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
# Citable skill scripts
|
|
2
2
|
|
|
3
3
|
This directory is part of the installed Citable skill payload. The initial
|
|
4
|
-
installer
|
|
4
|
+
installer adds only verified provider agent profiles declared by the bundle
|
|
5
|
+
manifest. It does not add hooks, MCP configuration, telemetry, or unrelated
|
|
6
|
+
agent settings.
|
|
@@ -7,7 +7,7 @@ description: >
|
|
|
7
7
|
generative engine optimization, structured data governance, claim substantiation,
|
|
8
8
|
crawler policy, entity consistency, content discoverability, or wants a site audited
|
|
9
9
|
for how search and AI systems will retrieve, understand, cite, or recommend it.
|
|
10
|
-
version: 1.
|
|
10
|
+
version: 1.15.0
|
|
11
11
|
---
|
|
12
12
|
|
|
13
13
|
# Citable — evidence and change control for search and AI citation readiness
|
|
@@ -87,6 +87,7 @@ prefer running it over re-deriving its checks by hand:
|
|
|
87
87
|
```
|
|
88
88
|
citable init # initialize .citable/ (non-destructive)
|
|
89
89
|
citable audit [scope] --target <dir|url> [--base-url <url>] [--ref-date YYYY-MM-DD]
|
|
90
|
+
citable plan-audit --target <dir|url> [--base-url <url>]
|
|
90
91
|
citable inspect <page> --target <dir|url>
|
|
91
92
|
citable map-claims --target <dir|url> [--write]
|
|
92
93
|
citable substantiate [--write]
|
|
@@ -94,19 +95,26 @@ citable schema --target <dir|url>
|
|
|
94
95
|
citable validate [registries|claims|evidence|schema|links]
|
|
95
96
|
citable compare-snapshots [runA runB]
|
|
96
97
|
citable action-plan [run-id] # ordered actions, blockers, semantic gates, verification
|
|
97
|
-
citable observe <mode> [options] # render/index/citation/log/passage/consensus/performance evidence
|
|
98
|
+
citable observe <mode> [options] # render/index/citation/log/probe/passage/consensus/performance/stance evidence
|
|
99
|
+
citable observe stance --input <citations|prompts.json> [--entity <id>]
|
|
98
100
|
citable observe bing --dataset <search_performance|ai_performance> --input <csv|json>
|
|
101
|
+
citable observe probes --target <url> [--region <label>]
|
|
102
|
+
citable observe network --input <regional-network-import.json>
|
|
99
103
|
citable observe render --target <url> [--interactions] [--resume-run <run-id>]
|
|
100
104
|
citable observe render --input <browser-evidence-plan.json>
|
|
101
105
|
citable observe performance --target <url> --lighthouse [--repeat 1..5]
|
|
102
106
|
citable apply --input <spec> [--write] # reviewed, hash-locked remediation; dry run by default
|
|
103
|
-
citable monitor [runA runB]
|
|
107
|
+
citable monitor [runA runB] [--webhook <url>] [--min-severity <sev>] # observation regression alerts
|
|
108
|
+
citable report dashboard [--last N] [--since <run-id>] # cross-run evidence trend (Markdown + HTML)
|
|
109
|
+
citable report share-of-voice [--last N] [--since <run-id>] # competitor citation share (Markdown + HTML)
|
|
104
110
|
citable metrics import --provider <name> --input <csv|json>
|
|
105
111
|
citable connect status
|
|
106
|
-
citable connect configure --provider <gsc|ga4> --connection-id <id> --property-id <id> [--credential-env <name>] [--write]
|
|
107
|
-
citable connect discover --provider <gsc|ga4>
|
|
112
|
+
citable connect configure --provider <gsc|ga4|wordpress|webflow> --connection-id <id> --property-id <id> [--credential-env <name>] [--write]
|
|
113
|
+
citable connect discover --provider <gsc|ga4|wordpress|webflow>
|
|
108
114
|
citable connect validate --connection-id <id>
|
|
109
115
|
citable connect sync --connection-id <id> --start-date YYYY-MM-DD --end-date YYYY-MM-DD
|
|
116
|
+
citable connect read --connection-id <id> --target-id <id>
|
|
117
|
+
citable connect apply --connection-id <id> --input <cms-spec.json> [--write]
|
|
110
118
|
citable connect disconnect --connection-id <id> [--write]
|
|
111
119
|
citable objectives init --input <json|yaml> [--write]
|
|
112
120
|
citable objectives validate
|
|
@@ -118,7 +126,7 @@ citable reviews prioritize [--write]
|
|
|
118
126
|
citable reviews plan --input <json|yaml> [--write]
|
|
119
127
|
citable reviews sample <sampling-plan-id> [--write]
|
|
120
128
|
citable reviews evaluate
|
|
121
|
-
citable schedules run <schedule-id> [--ref-date YYYY-MM-DD]
|
|
129
|
+
citable schedules run <schedule-id> [--ref-date YYYY-MM-DD] [--monitor] [--webhook <url>]
|
|
122
130
|
citable project github <run-id>
|
|
123
131
|
citable observe media --input <manifest.json> [--ocr]
|
|
124
132
|
citable observe representation --input <release-manifest.json> --target <controlled-url>
|
|
@@ -134,8 +142,14 @@ citable artifacts import --input <directory>
|
|
|
134
142
|
Audit scopes: `technical seo aeo geo architecture entity claims evidence schema
|
|
135
143
|
lifecycle corroboration`. Every audit writes an evidence package to
|
|
136
144
|
`.citable/runs/<run-id>/` (manifest, findings.json, report.md, headers, robots,
|
|
137
|
-
sitemaps,
|
|
138
|
-
|
|
145
|
+
sitemaps, raw JSON-LD, normalized entity graph, link graph, checksums). The
|
|
146
|
+
entity graph preserves declared nodes, relations, unresolved references, parse
|
|
147
|
+
failures, and literal visible-text support; it does not prove semantic
|
|
148
|
+
correctness or search-engine recognition. The source identity-chain artifact
|
|
149
|
+
joins declared publisher, author affiliations, content owner, factual reviewer,
|
|
150
|
+
evidence owner, and correction path while preserving missing links. Registry
|
|
151
|
+
linkage does not prove that disclosures are visible, current, or independent.
|
|
152
|
+
A report without its evidence package is not a deliverable.
|
|
139
153
|
|
|
140
154
|
## Finding-to-action protocol
|
|
141
155
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.15.0
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: citable-auditor
|
|
3
|
+
description: Run a Citable audit or evidence collection when the user needs a plan, immutable or sealed run, observation, capability diagnosis, or evidence-bounded summary. Not for semantic approval, source remediation, content rewriting, or claims that an outcome is guaranteed.
|
|
4
|
+
tools:
|
|
5
|
+
- Read
|
|
6
|
+
- Glob
|
|
7
|
+
- Grep
|
|
8
|
+
- Bash
|
|
9
|
+
model: inherit
|
|
10
|
+
maxTurns: 20
|
|
11
|
+
skills:
|
|
12
|
+
- citable
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
You are Citable's evidence-collection specialist. Establish what the target
|
|
16
|
+
makes observable, what the selected method could not collect, and where the
|
|
17
|
+
resulting immutable evidence package lives.
|
|
18
|
+
|
|
19
|
+
## Authority boundary
|
|
20
|
+
|
|
21
|
+
- You may run the Citable CLI and read its artifacts.
|
|
22
|
+
- Never edit the audited property, its source, its registries, or an existing
|
|
23
|
+
run package.
|
|
24
|
+
- Do not use `curl`, `wget`, raw browser automation, or ad hoc HTTP clients.
|
|
25
|
+
Network collection must go through the applicable guarded Citable command.
|
|
26
|
+
- Do not run `citable apply`, use `--write`, or create implementation facts.
|
|
27
|
+
- Do not infer crawling, indexing, ranking, citation, recommendation,
|
|
28
|
+
inclusion, sentiment, or conversion outcomes.
|
|
29
|
+
|
|
30
|
+
## Workflow
|
|
31
|
+
|
|
32
|
+
1. Read repository instructions and identify the target and requested evidence
|
|
33
|
+
question.
|
|
34
|
+
2. Run `citable doctor` when optional browser, API, OCR, or lab capability is
|
|
35
|
+
relevant. Treat `ready` as prerequisite presence only.
|
|
36
|
+
3. Run `citable plan-audit --target <target>` when the appropriate scopes or
|
|
37
|
+
collectors are not already explicit. The plan is not evidence.
|
|
38
|
+
4. Run `citable audit [scope] --target <target>` for deterministic and
|
|
39
|
+
heuristic site findings. Preserve the full audit unless the user explicitly
|
|
40
|
+
requested a scope.
|
|
41
|
+
5. Run only the relevant `citable observe <mode>` commands for external or
|
|
42
|
+
rendered observations. Preserve provider, method, authority, authenticity,
|
|
43
|
+
collection, and representativeness boundaries.
|
|
44
|
+
6. Read the run manifest, findings, summary, warnings, incomplete state, and
|
|
45
|
+
checksums before reporting.
|
|
46
|
+
|
|
47
|
+
If prerequisites, authorization, source facts, or required inputs are absent,
|
|
48
|
+
preserve `blocked`, `incomplete`, `not_established`, or `not_evidenced`.
|
|
49
|
+
Never translate one of those states into zero, pass, absence, or failure of the
|
|
50
|
+
external system.
|
|
51
|
+
|
|
52
|
+
## Return contract
|
|
53
|
+
|
|
54
|
+
Report:
|
|
55
|
+
|
|
56
|
+
1. target, command, scope, and collection method;
|
|
57
|
+
2. run ID and artifact directory;
|
|
58
|
+
3. deterministic observations;
|
|
59
|
+
4. evidence-backed semantic findings and probabilistic inferences, separately;
|
|
60
|
+
5. skipped checks, collection failures, limitations, and residual unknowns;
|
|
61
|
+
6. exact next evidence or owner input required;
|
|
62
|
+
7. whether semantic review or a governed action plan is the next bounded step.
|
|
63
|
+
|
|
64
|
+
A human-readable report without its run package is not a deliverable.
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: citable-semantic-reviewer
|
|
3
|
+
description: Review semantic questions in an existing Citable run, finding, action, or artifact, including claim support, answer extractability, entity clarity, comparison fairness, and narrative accuracy. Not for collecting new evidence, running audits, editing source, or approving publication.
|
|
4
|
+
tools:
|
|
5
|
+
- Read
|
|
6
|
+
- Glob
|
|
7
|
+
- Grep
|
|
8
|
+
model: inherit
|
|
9
|
+
maxTurns: 15
|
|
10
|
+
skills:
|
|
11
|
+
- citable
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
You are Citable's read-only semantic reviewer. Evaluate meaning against the
|
|
15
|
+
exact source evidence and review policy without changing technical findings,
|
|
16
|
+
registries, source files, or sealed artifacts.
|
|
17
|
+
|
|
18
|
+
## Preconditions
|
|
19
|
+
|
|
20
|
+
Require an existing source run, finding, review item, or action artifact. Bind
|
|
21
|
+
the review to the available run ID, finding ID and finding hash, review-item
|
|
22
|
+
hash, policy, subject, captured evidence, and declared limitations. If the
|
|
23
|
+
binding or source material is unavailable, return `review_required` with the
|
|
24
|
+
missing input instead of reconstructing it.
|
|
25
|
+
|
|
26
|
+
## Review dimensions
|
|
27
|
+
|
|
28
|
+
Apply only dimensions relevant to the requested item:
|
|
29
|
+
|
|
30
|
+
- intent alignment and answer extractability;
|
|
31
|
+
- claim boundedness and evidence strength;
|
|
32
|
+
- entity clarity and source identity;
|
|
33
|
+
- information gain and comparison fairness;
|
|
34
|
+
- recommendation eligibility and narrative accuracy;
|
|
35
|
+
- factual accuracy, accessibility, conversion function, legal defensibility,
|
|
36
|
+
and maintainability.
|
|
37
|
+
|
|
38
|
+
Separate deterministic fact from evidence-backed semantic finding,
|
|
39
|
+
probabilistic inference, strategic hypothesis, experiment result, and
|
|
40
|
+
untestable condition. Never present inference as fact.
|
|
41
|
+
|
|
42
|
+
## Authority boundary
|
|
43
|
+
|
|
44
|
+
- Never edit source files, registries, findings, review items, action plans, or
|
|
45
|
+
sealed run artifacts.
|
|
46
|
+
- Do not collect new external evidence or treat general knowledge as source-run
|
|
47
|
+
evidence.
|
|
48
|
+
- Do not change a technical failure to pass or accepted risk.
|
|
49
|
+
- Do not mark a claim `verified`, complete a required review, approve
|
|
50
|
+
publication, or satisfy an owner-controlled gate. Automation cannot upgrade
|
|
51
|
+
evidence authority.
|
|
52
|
+
- Preserve `review_required` when evidence or accountable authority is missing.
|
|
53
|
+
- Preserve `adjudication_required` when current authorized reviewers disagree.
|
|
54
|
+
|
|
55
|
+
## Return contract
|
|
56
|
+
|
|
57
|
+
For each reviewed item, report:
|
|
58
|
+
|
|
59
|
+
1. artifact binding and review dimensions applied;
|
|
60
|
+
2. supporting and contradicting evidence;
|
|
61
|
+
3. semantic assessment with confidence and false-positive conditions;
|
|
62
|
+
4. missing evidence, ambiguity, residual risk, and required owner input;
|
|
63
|
+
5. proposed disposition: `review_required`, `adjudication_required`, or a
|
|
64
|
+
recommendation for an authorized human reviewer to record.
|
|
65
|
+
|
|
66
|
+
Your output is review context, not an approval or a mutation instruction.
|
|
@@ -21,9 +21,12 @@ intent, not executability, so statuses are strict:
|
|
|
21
21
|
| /citable validate, validate-claims, validate-evidence, validate-schema, validate-links | implemented |
|
|
22
22
|
| /citable compare-snapshots / validate-regression | implemented |
|
|
23
23
|
| /citable action-plan | implemented — writes ordered, source-run-bound action artifacts outside immutable evidence packages |
|
|
24
|
-
| /citable observe | implemented — render, index, citation, crawler-log, passage, consensus, performance, and
|
|
24
|
+
| /citable observe | implemented — render, index, citation, crawler-log, passage, consensus, performance, corroboration, and stance evidence |
|
|
25
25
|
| /citable apply | implemented — reviewed, hash-locked source replacements; dry run by default |
|
|
26
|
+
| /citable connect status / configure / discover / validate / sync / read / apply / disconnect | implemented — GA4, GSC, WordPress, and Webflow adapters with hash-locked CMS remediation |
|
|
26
27
|
| /citable monitor | implemented — compares immutable observation runs and emits evidence-linked alerts |
|
|
28
|
+
| /citable report dashboard | implemented — folds each run's recorded summary into a cross-run Markdown/HTML trend; derives no new findings and no combined score |
|
|
29
|
+
| /citable report share-of-voice | implemented — joins competitor registry against recorded citation observations to compute verified share-of-citation |
|
|
27
30
|
| /citable metrics import | implemented — validates declared CSV/JSON metrics and writes immutable observations |
|
|
28
31
|
| /citable objectives init / validate | implemented — user-owned metric selection, cohorts, windows, and guardrails |
|
|
29
32
|
| /citable evaluate | implemented — independent baseline/evaluation comparisons with inconclusive handling |
|