Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Named after the axion particle: theorized to exist, never directly observed, det
Agent <-> Axion (CF Worker) <-> Model API
```

> **Honest scope.** This repo is the Phase 1 observe path plus an opt-in schema enforce mode. It does not detect loops, block tool calls, or build a belief graph. See [What is not built](#what-is-not-built) before you form expectations. The full product plan lives in [BUILD-SPEC.md](./BUILD-SPEC.md), which is the source of truth for scope.
> **Honest scope.** This repo is the Phase 1 observe path plus an opt-in schema enforce mode. It does not detect loops, block tool calls, or build a belief graph. See [What is not built](#what-is-not-built) before you form expectations. The complete behavioral specification lives in [SPEC.md](./SPEC.md); locked product decisions in [BUILD-SPEC.md](./BUILD-SPEC.md).

---

Expand Down
1 change: 1 addition & 0 deletions SPEC-PolyVerdict.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
> **Status:** partially implemented. The syntax path ships (opt-in). Semantic verification is future work.
> **Type:** feature spec for an opt-in enforce path in the Axion Worker.
> **Scope lock:** [BUILD-SPEC.md](./BUILD-SPEC.md) D7/D8. This spec must not describe the enforce path as default Lens middleware; it runs only when a caller supplies a schema.
> **Full normative specification: [SPEC.md](./SPEC.md) §16** covers the complete enforce contract (trigger detection, retry loop, schema subset, coercion matrix, response shapes). This file is the focused companion; where the two differ, SPEC.md wins.

## What ships today

Expand Down
Loading
Loading