Skip to content

docs: README fleet section + Vision + quilt-enhancement audit - #15

Merged
SuperInstance merged 2 commits into
mainfrom
readme-vision-audit
Sep 21, 2026
Merged

SuperInstance merged 2 commits into
mainfrom
readme-vision-audit

Conversation

@SuperInstance

Copy link
Copy Markdown
Owner

What

Lane AB deliverables, docs+audit only, no behavior changes.

README.md (all existing content kept):

  • New ## Vision — kernel-replay memory, one paragraph
  • New ## Hermit in the SuperInstance Fleet — paradigm map (quilt / tidepool / canon / instruments / duke-lab q16, all repos linked), ASCII architecture diagram, migration-status table

docs/QUILT-ENHANCEMENT-AUDIT.md — 5 ranked findings, every claim cited to files read at base adae217.

Reality check vs. brief

The brief assumed PRs #1/#5/#6/#13 open. Verified: zero open PRs — the migration has landed on main (#1 and #13 merged; #2#12 closed in the UI but content on main via direct merge commits). README therefore describes main as shipped, and the migration table says so explicitly. The inverse of the warned-against error.

Suite

bun test on clean main: 296 pass / 22 fail / 16 errors. This branch: identical (docs-only). The 22+16 are pre-existing, in three buckets:

  1. Broken import — 16 errors across 15 test files. src/quilt/commit.ts:5-6 imports projectNominationVote/VoteProjectionInput; neither exists in src/quilt/projection.ts since merge 707b1d5 (PR quilt kernel P4: adversarial-review fixes — D1 claim lock + replay hardening #4). Main is red / likely unbundleable on the vote path. → audit F1
  2. Test/code drift — 2 fails. verifyChain returns {ok}; tests expect boolean.
  3. Environmental — 4 fails. lobster artwork tests need magick/dwebp, absent in the audit sandbox (CI installs them).

Headline findings (full detail in the audit doc)

  1. F1 — Restore projectNominationVote + wire reconcileTick/recordWalCommit into scheduled(): main is red, one evening.
  2. F2 — Fire-and-forget fleet tidepool projection (POST /api/remember, ≤200-word distill).
  3. F3quilt-doctor CLI: one command replays the ledger and reports fleet health.
  4. F4commensurate.mjs exact-rational cadence tuning (poll:cooldown ratios).
  5. F5 — Reply-honesty metering: σ-shear/torsion digest of reply-vs-history as shadow WAL effect. Terminology law honored: torsion ≠ twist.

kimi1 and others added 2 commits September 20, 2026 17:36
- README: new Vision (kernel-replay memory, no marketing)
- README: 'Hermit in the SuperInstance Fleet' — paradigm map (quilt,
  tidepool, canon, instruments, duke-lab/q16), ASCII architecture
  diagram, migration-status table (no open PRs as of 2026-09-20;
  migration landed, with F1 breakage named honestly)
- docs/QUILT-ENHANCEMENT-AUDIT.md: 5 ranked findings, all cited to
  main@adae217; headline: projectNominationVote dropped by merge
  707b1d5 (PR #4) — 16 test errors on clean main; recordWalCommit
  zero callers; reconcileTick unwired; tidepool_projection missing
  from WalFailureKind union
- docs-only; suite result unchanged (296 pass / 22 fail / 16 errors,
  all pre-existing: 16 broken-import errors, 2 verifyChain API drift,
  4 sandbox-missing magick/dwebp)
…est PR status, evidence-cited F1

- README: link PR #14 harness design (vision + paradigm map + doc index);
  correct 'no open PRs' claim (PR #14/#15 open); P1-P4 row now carries the
  verified main-is-red evidence (bun test: missing-export SyntaxError in
  ~15 files, raw.githubusercontent cross-check)
- audit: baseline re-run in Lane AB² sandbox (262p/25f/19e/1t, taxonomy:
  missing-export vs forms:css artifact vs magick/dwebp env); F1 recovery
  source corrected to cb8a35c:46-95 (surgical re-add, not wholesale);
  F2 catch site :51; F3 gains canon-ledger CI step (subsumes candidate d);
  F4/F5 citations repaired — commensurate.mjs lives in quilt-studio
  (packages/quilt-floor/src), twistEnergy/bendingEnergy are gesture-kit
  methods, twist-engine contributes the doctrine; explicit audit-integrity
  notes on every repaired citation; deferred candidates (d)/(e) with reasons
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.

1 participant