Product briefing
Deterministic code analysis and review platform where the machine provides evidence and the LLM only narrates. ArcoreNarrator enforces evidence-linked claims, explicit coverage gaps, and citation-linted narratives across a multi-plane pipeline (Miner → Indexer → Auditor → Narrator → Studio).
Endpoints
4
Key features
7
Stack components
9
Controls noted
6
May 15, 2026: Added governance-aligned copy, compare tooling support, and transparency notes.
| Method | Path | Description |
|---|---|---|
| API | /api/miner/run | Trigger evidence extraction for a revision/PR |
| API | /api/auditor/manifest | Retrieve ChangeManifest (claims, findings, coverage) |
| API | /api/narrator/render | Render citation-enforced narrative from manifest |
| API | /api/studio/session | Start Studio session for tri-pane review |
# Trigger pipeline for a PR
curl -H "Authorization: Bearer $TOKEN" -X POST \
https://narrator.internal/api/miner/run -d '{"pr":"123"}'
# Fetch manifest
curl -H "Authorization: Bearer $TOKEN" https://narrator.internal/api/auditor/manifest?pr=123
# Render narrative with enforced citations
curl -H "Authorization: Bearer $TOKEN" https://narrator.internal/api/narrator/render?pr=123Compliance
Security
CI/CD Orchestration Platform. ArcorParkour provides a universal runner architecture to execute YAML-defined pipelines, providing real-time log streaming, encrypted secret management, and multi-cloud CLI integration for automated delivery. It serves as the primary engine for automating the software delivery lifecycle across the Arcore ecosystem.
Platform engineering tool for creating backend-free, believable demos. ArcorePhantom captures live API traffic, infers entities and routes, and compiles a browser-only runtime so teams can ship portable demos without exposing production systems.
Deterministic, safe, and observable executor runtime for scaffolding and maintenance. ArcoreFoundry separates the Brain (knowledge graph + contracts) from the Hands (DAG executor + transactional VFS) so every change is ordered, diffable, and secure before touching disk.