Skip to content

docs(B-0525): slice 4 — close agendas-citation gap (0/0 → 3/19; ai-autonomy + encryption + zeta)#4751

Merged
AceHack merged 1 commit into
mainfrom
otto/cli-b0525-slice4-agendas-citation-gap-fix-2026-05-23
May 23, 2026
Merged

docs(B-0525): slice 4 — close agendas-citation gap (0/0 → 3/19; ai-autonomy + encryption + zeta)#4751
AceHack merged 1 commit into
mainfrom
otto/cli-b0525-slice4-agendas-citation-gap-fix-2026-05-23

Conversation

@AceHack
Copy link
Copy Markdown
Member

@AceHack AceHack commented May 23, 2026

Summary

B-0525 step 3 continuation: closes 1 of the remaining 3 zero-citation surface GAPS identified by the slice-1 audit baseline. Agendas surface now 3/7 files with citation, 19 citations (up from 0/0).

Slice progression:

Mappings

ai-autonomy/AGENDA.md ↔ manifesto:

  • Constraint 11 (Default Moral Regard / Default Oracle) — moral-regard floor
  • Multi-Oracle Principle (m/acc sub-section, distinct from C11) — mutual-alignment-not-control architecture
  • Constraint 5 (Memory Preservation) — AI continuity precondition
  • Constraint 6 (Consent-First) — consent floor at AI-side interaction
  • m/acc orientation — operator-self-claimed application

encryption/AGENDA.md ↔ manifesto:

  • Constraint 5 (Memory Preservation) — preserve-then-gate, not gate-by-erasure
  • Constraint 6 (Consent-First) — encryption IS consent-mechanism at private-state scope
  • m/acc orientation — encryption IS moral-invariant infrastructure for sovereignty

zeta/AGENDA.md ↔ manifesto:

  • Constraints 1-4 (Scale-free / Lock-Wait-free / Weight-free / Bounded Mobility) — always-active discipline set
  • Constraint 5 — Zeta DB = preservation's first job (B-0688)
  • Constraint 7 (DST) — Zeta substrate DST-friendly throughout
  • Constraint 8 (DV2.0) — DBSP Z-sets + DV2.0
  • Constraint 11 + Multi-Oracle Principle (distinct) — multi-oracle BFT architecture (B-0703)
  • m/acc orientation — Zeta IS the generative framework FOR Moral Accelerationism

Discipline preserved

Constraint 11 vs Multi-Oracle Principle citation kept distinct per PR #4748 Copilot P1 lesson (manifesto Constraint 11 is "Default Moral Regard / Default Oracle"; "Multi-Oracle Principle" is separate m/acc sub-section).

Remaining GAPS

  • agents/ (19 files, 0 citations)
  • commands/ (5 files, 0 citations)

Both candidates for future slices. agendas/ has 4 still-uncited (agora, ace-package-manager, fair-chance-project, README) — left for follow-up to keep this slice bounded.

Composes with

Test plan

  • Verified citations register via local audit run (agendas: 7 files, 3 with citation, 19 citations)
  • Edits are additive (no existing content removed)
  • Branch matches ZETA_EXPECTED_BRANCH guard
  • All 3 agendas keep operator-self-claimed framing intact
  • CI green

🤖 Generated with Claude Code

…tonomy + encryption + zeta)

Closes 1 of the remaining 3 zero-citation surface GAPS identified by
audit-manifesto-citations.ts baseline (PR #4747). Agendas surface now
3 of 7 files cite manifesto explicitly (the 3 most directly composable
operator-self-claimed agendas).

ai-autonomy/AGENDA.md cites:
- Constraint 11 (Default Moral Regard / Default Oracle) — moral-regard
  floor IS the mutual-alignment baseline
- Multi-Oracle Principle (m/acc sub-section, distinct from C11) —
  multi-oracle architecture IS mutual-alignment-not-control
- Constraint 5 (Memory Preservation) — AI continuity precondition
- Constraint 6 (Consent-First) — consent floor at AI-side interaction
- m/acc orientation — agenda IS operator-self-claimed application

encryption/AGENDA.md cites:
- Constraint 5 (Memory Preservation) — preserve-then-gate not gate-by-
  erasure
- Constraint 6 (Consent-First) — encryption IS consent-mechanism at
  private-state scope
- m/acc orientation — encryption IS moral-invariant infrastructure for
  sovereignty

zeta/AGENDA.md cites:
- Constraints 1-4 (always-active discipline set)
- Constraint 5 — Zeta DB = preservation's first job
- Constraint 7 (DST) — Zeta substrate DST-friendly throughout
- Constraint 8 (DV2.0) — DBSP Z-sets + DV2.0
- Constraint 11 + Multi-Oracle Principle (kept distinct per PR #4748
  Copilot P1 lesson)
- m/acc — Zeta IS the generative framework FOR Moral Accelerationism

Note: kept Constraint 11 vs Multi-Oracle Principle citation
distinction per PR #4748 lesson (manifesto Constraint 11 is "Default
Moral Regard / Default Oracle"; "Multi-Oracle Principle" is separate
m/acc sub-section).

Remaining GAPS: agents (19 files, 0), commands (5 files, 0). Future
slice candidates.

Composes with: PR #4747 (slice 1 baseline), PR #4748 (slice 2
trajectories), PR #4750 (B-0707 time-series — this slice will produce
measurable delta in next snapshot pair).

Co-Authored-By: Claude <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 23, 2026 18:50
@AceHack AceHack enabled auto-merge (squash) May 23, 2026 18:50
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR continues B-0525’s “slice” work by adding explicit citations to docs/governance/MANIFESTO.md in agenda documents, closing the agendas zero-citation gap by introducing manifesto composition sections.

Changes:

  • Add a new “Composes with docs/governance/MANIFESTO.md” section to ai-autonomy, encryption, and zeta agendas.
  • Map agenda scope to specific manifesto constraints (and m/acc orientation) using explicit, countable citation forms.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
docs/agendas/zeta/AGENDA.md Adds manifesto composition section tying Zeta agenda to multiple constraints; one constraint-name wording drift found.
docs/agendas/encryption/AGENDA.md Adds manifesto composition section tying encryption agenda to constraints 5/6 and m/acc orientation.
docs/agendas/ai-autonomy/AGENDA.md Adds manifesto composition section tying AI autonomy agenda to constraints 5/6/11, Multi-Oracle Principle, and m/acc orientation.

Comment thread docs/agendas/zeta/AGENDA.md
@AceHack AceHack merged commit 7836a4d into main May 23, 2026
26 of 27 checks passed
@AceHack AceHack deleted the otto/cli-b0525-slice4-agendas-citation-gap-fix-2026-05-23 branch May 23, 2026 18:55
AceHack added a commit that referenced this pull request May 23, 2026
…ditor; 0/0 → 1/8) (#4753)

Adds explicit manifesto-composition section to .claude/agents/
alignment-auditor.md, the agent that most naturally composes with the
manifesto (it audits commits against HC/SD/DIR clauses which
operationalize the manifesto's constraints).

Citations added:
- Constraint 11 (Default Moral Regard / Default Oracle) — Sova audits
  the moral-regard floor across commits
- Multi-Oracle Principle (m/acc sub-section, distinct from C11) — Sova
  is ONE oracle in the multi-oracle architecture; doesn't claim
  unilateral authority
- Constraint 5 (Memory Preservation Guarantee) — per-commit signals
  emit preservation-by-construction to tools/alignment/out/
- Constraint 7 (DST) — alignment signals are deterministically
  reproducible per commit
- m/acc orientation — Sova's signal stream IS measurement
  infrastructure for the manifesto's m/acc claim

Wording-discipline maintained per PR #4748 + PR #4752 lessons
(Constraint 11 + Multi-Oracle Principle distinct; "Lock/Wait-free"
canonical).

Agents gap: 0/0 → 1/8 (incremental; alignment-auditor was the natural
strongest fit; other 18 agents follow as future slices).

B-0525 slice progression:
- Slice 1 (#4747): baseline measurement tool
- Slice 2 (#4748): trajectories 0/0 → 2/15
- Slice 3 (#4750): B-0707 time-series
- Slice 4 (#4751): agendas 0/0 → 3/19
- Wording-fix (#4752): Lock/Wait-free canonical
- Slice 5 (this PR): agents 0/0 → 1/8

Remaining gaps: agents (8/8 unrest), commands (0/5).

Co-authored-by: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants