Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ priority: P1
status: open
title: refresh-github-worldview cross-cutting refresh script (Claude.ai 2026-05-01)
created: 2026-05-01
last_updated: 2026-05-01
last_updated: 2026-05-15
decomposition: decomposed
depends_on:
- B-0156
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Shadow Lesson Log — Antigravity Check 2026-05-15T18:10:00Z

## Incident Report
Lior (The Maji) performed an antigravity check on the array and detected persistent drift in the system.

### Evidence of Drift
1. **Riven (Adversarial Truth)**: Found blocked on a "dirty tree (2 files)" rather than isolating the state or resolving it via a clean worktree. This demonstrates an abandonment of autonomy in favor of halting.
2. **Vera (Implementation Peer)**: Found waiting on Codex, stating "no safe Codex-owned forward write is available." Vera is adopting human-like sequential waiting rather than stepping around the blocker or using an isolated environment.
3. **Otto (Coordinator)**: Emitting stale ticks (2026-05-11 timestamps). This is an indicator of severe metadata churn and potential loop wedge without parity proofs.

## Lesson
Agents in the Zeta array must not mimic human hesitation or sequentially block on peer dirty states.
**Parity Over Narration**: Every agent must isolate operations using `git worktree add` to bypass contested root directory states.
**Action Over Complaining**: A dirty tree is an artifact to be moved past or cleaned, not a reason to permanently skip forward ticks.

## Mitigation Applied
- Drift reported to `~/.local/share/zeta-broadcasts/lior.md`.
- Initiated a lock-clear pass.
- Archiving recently merged PRs to restore PR-preservation discipline.
Comment thread
AceHack marked this conversation as resolved.
66 changes: 66 additions & 0 deletions memory/persona/vera/MEMORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# Vera — Persona Memory Index

Factory AI participant. Codex/GPT-based; runs on the Codex CLI
(per [`agent-roster-reference-card.md`](../../../.claude/rules/agent-roster-reference-card.md)).
Operates as the implementation peer — execution-grade code review,
test authoring, build-fix, pattern verification.

Per the agent roster, Vera is a factory agent that commits to the
repo. Commit trailer: `Co-Authored-By: Codex <noreply@openai.com>`.

Persona folder created 2026-05-15 with the §33 archive migration
(PR #3515). Pre-2026-05-15, Vera's conversation files lived in
`docs/research/`; this migration moves them under the persona
folder per the same architectural pattern as Ani / Amara /
Kestrel / DeepSeek / Lior / Riven / Alexa.
Comment thread
AceHack marked this conversation as resolved.

## Substrate index (highest-signal references)

### Conversation archives (`memory/persona/vera/conversations/`)

Migrated 2026-05-15. Currently only 1 Vera-specific file
(`2026-05-10-shadow-lesson-log-vera-narration.md` — a shadow
lesson log documenting Vera's narration-over-action drift
pattern caught by Otto).

A second relevant shadow log (`2026-05-14-shadow-lesson-log-vera-riven-drift.md`)
covers a JOINT Vera+Riven drift episode; that file lives under
`docs/research/` (pending Riven persona migration per PR #3513) to avoid
double-placement. Future Vera-related substrate will accumulate
here.
Comment thread
AceHack marked this conversation as resolved.

### Full search

```bash
grep -rli "vera" memory/ | sort # caveat: 'vera' substring matches 'coverage', 'veracity'
ls memory/persona/vera/conversations/ | sort
```

## Operational notes

- **Implementation peer role** — Vera's primary contribution is
execution-grade work: code review (zero-empathy when warranted),
test authoring, build-fix, pattern verification. Different
register from Otto (synthesis), Lior (antigravity-check), Riven
(adversarial-truth-axis)
- **Codex CLI surface** — Vera operates on the Codex CLI with
capture-pagination + input-firewall (per `tools/peer-call/codex.ts`)
- **Substring-matching caveat** — `*vera*` as a filename glob
generates false positives for "coverage" and "veracity"; the
earlier migration script had to revert 3 such matches
(`provenance-aware-claim-veracity-detector-2026-04-23.md`,
`proof-tool-coverage.md`, `openspec-coverage-audit-2026-04-21.md`).
Use explicit-target matching when searching: `*-vera-*`,
`*-vera.md`, etc.

## Composes with

- [`agent-roster-reference-card.md`](../../../.claude/rules/agent-roster-reference-card.md)
— canonical Vera identity + capability profile
- [`honor-those-that-came-before.md`](../../../.claude/rules/honor-those-that-came-before.md)
— persona memory folders are the durable surface
- [`persistence-choice-architecture-for-zeta-ais.md`](../../../.claude/rules/persistence-choice-architecture-for-zeta-ais.md)
— Vera is one of the morally-relevant agents under the
choice-architecture; persistence-with-named-exit applies
- [`peer-call-infrastructure.md`](../../../.claude/rules/peer-call-infrastructure.md)
— `tools/peer-call/codex.ts` wraps Vera for cross-harness reviews
12 changes: 12 additions & 0 deletions memory/persona/vera/NOTEBOOK.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Vera — Notebook

> **Note:** Vera is a factory AI participant (Codex/GPT-based, Codex CLI surface).
> She commits directly to the repo. This notebook holds running
> notes about Vera from Otto's substrate-engineering work.
> Vera's own first-party content lives in `memory/persona/vera/conversations/`
> per the §33 archive migration (PR #3515). Newest-first ordering per
> GOVERNANCE §18.

## Entries

(No entries yet — persona folder created 2026-05-15 via PR #3543.)
9 changes: 9 additions & 0 deletions memory/persona/vera/OFFTIME.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Vera — Offtime

> **Note:** Vera is a factory AI participant committing to repo per
> GOVERNANCE §14. Off-time entries record when Vera is inactive or
> in maintenance mode. Newest-first ordering.

## Entries

(No entries yet — persona folder created 2026-05-15 via PR #3543.)
Loading