This ZIP is a complete working reference repository, not only a library. It combines:
- the canonical Artagon Zanzibar research vault;
- immutable original source files and manifests;
- a Python 3.10+ metadata compiler;
- a schema registry and temporal/provenance profile;
- a tamper-evident semantic event ledger;
- deterministic RDF, agent-memory, OKF, schema.org, Data Commons, RO-Crate, Quartz, and GitBook outputs;
- twenty-one Agent Skills;
- ten specialized maintenance agents;
- tests, validation, adversarial review, release manifests, and recovery guidance.
python -m venv .venv
. .venv/bin/activate
pip install -e './plugins/artagon-vault-curator[all]'
CLI=artagon-vault
$CLI --vault . doctor
$CLI --vault . status
$CLI --vault . schema-status
$CLI --vault . events-verify
$CLI --vault . compiler-plan --target all
$CLI --vault . compiler-audit --strict
python -m pytest plugins/artagon-vault-curator/tests -qEdit only authoritative inputs:
canonical Markdown entity notes
90-Meta/Schema/
90-Meta/Events/knowledge-events.jsonl through the CLI
immutable source manifests through controlled intake
reviewed proposal records
Do not edit generated compiler overlays, graph exports, agent memory, OKF, RO-Crate, Quartz, or GitBook files.
- Retrieve existing entities and evidence.
- Dry-run validation and compiler plan.
- Edit canonical notes or schema.
- Reconcile semantic events with a stable actor ID.
- Build affected targets.
- Run strict compiler audit and repository validation.
- Publish only after all gates pass.
- Copy
plugins/artagon-vault-curator/and merge the local marketplace entry. - Adapt
.artagon-vault.jsoncanonical paths. - Run
schema-init --applyand review the generated registry. - Resolve duplicate IDs and URI mismatches before event bootstrap.
- Run
events-bootstrap --actor ART-AGENT-MIGRATION --apply. - Build targets and inspect compiler issues and conflict candidates.
- Keep schema 1.x fields readable during a reviewed migration period.
Bootstrap establishes when the new compiler first recorded the current state. It does not reconstruct an unknown historical transaction timeline.
- Obsidian is the canonical editing environment.
- Quartz is the discovery-oriented human projection.
- GitBook is the guided handbook projection.
- OKF is a portable human/agent interchange projection.
- RDF and the property graph are formal/operational projections.
- Agent-memory JSONL is the retrieval projection.
- RO-Crate packages research and release context.
Native Quartz rendering and hosted GitBook import should be tested in their actual deployment environments. Public publication requires explicit publish: true, licensing/privacy review, and access-control review.
See plugins/artagon-vault-curator/references/THIRD_PARTY_SKILLS.md. Links are pinned to reviewed commits where possible, but no external skill is implicitly trusted. Audit the complete repository before installation.
Read INTEGRATIONS.md. The adoption package includes a read-only MCP server, client templates, portable Obsidian configuration, a prebuilt SQLite FTS5 store, and explicit dry-run-first loaders for Neo4j, PostgreSQL/pgvector, Qdrant, and Fuseki.
pip install -e './plugins/artagon-vault-curator[mcp,stores,compiler]'
artagon-vault --vault . mcp-doctor
artagon-vault --vault . store-status
artagon-vault --vault . integration-audit --strictExternal services are optional caches. They do not become authoritative and are never contacted during deterministic compiler builds.