audit.toml (root) — inert. cargo-audit reads `.cargo/audit.toml`, and that file
exists and carries the live ignore list. I proved the root file has no effect
with a controlled A/B on this repo's Cargo.lock against a real advisory
(RUSTSEC-2025-0141): with the ignore in `./audit.toml` the advisory is still
reported; with the same ignore in `.cargo/audit.toml` it is suppressed. Every
directive in the root file is commented out, `cargo audit` 0.22.1 has no
`--config` flag, and .github/workflows/security-audit.yml:31 runs it bare. The
`'**/audit.toml'` paths trigger at security-audit.yml:11 is a glob that matches
`.cargo/audit.toml` too, so nothing breaks — but it means editing the inert file
fires CI and looks like it took effect.
assets/locale-config-step1.jpg, assets/locale-config-step2.jpg — orphaned since
b5b4d49324, which removed the README.zh-CN locale walkthrough that embedded them
(`-`). `git grep -l -i
locale-config` returns nothing; GitHub code search finds no reference in any
indexed fork. The only tracked asset any README references is
assets/screenshot.png, which is what web/lib/public-surface-contract.test.ts:539
asserts. They are also stale in content: step1's status line reads
`agent · deepseek-v4-pro · draft` and step2 sits beside a `DeepSeek T…` sidebar,
i.e. pre-Codewhale branding and a mode word outside Plan/Act/Operate.
docs/TUI_PARALLEL_REVIEW_2026-07-12.md — 276 lines scoped at lines 3-5 to "the
uncommitted + local diff on branch codex/underwater-tui-20260711". That branch
does not exist (`git branch -a --list '*underwater-tui*'` is empty), so the
headline P0 ("does not currently pass `cargo clippy -D warnings`, 37 errors") is
unfalsifiable by construction. Its concrete P0 items are closed or wrong:
settings_picker/transaction.rs does not exist; `composer_owns_printable` has
zero hits; `format_usage_chip` is consumed (route_billing.rs); the
`PrefillCommand` item was closed by the doc's own third remedy —
crates/tui/src/tui/app.rs:841 now carries `#[allow(dead_code)]` with a
TUI-DOG-008 note. Its cited style-lint line numbers now land on unrelated code
(settings_picker/mod.rs:352 is a test assert; views/fleet_setup.rs:1851 is a
panic arm). P1.1 and P1.2 are also resolved — SpawnRequest now carries
write_authority and expected_artifact (subagent/mod.rs:1714,1717) and
AgentsInterruptTool gets its caller (coord.rs:704). `rg 'TUI_PARALLEL_REVIEW'`
across the repo including .github/ and scripts/ returns nothing.
One item in that review is still open and does NOT die with the file, so it is
recorded here: P1.3 — crates/tui/src/tui/streaming/mod.rs:91 `note_delta` still
hardcodes `note_delta_with_backlog(now, 1, None)`, and every caller passing a
real backlog is a test (:885, :894, :912), so the full-motion catch-up path is
unreachable in production. That deserves an issue.
Replace the README and website screenshot with Hunter's unchanged Operate session capture. Keep its exact-build provenance explicitly unverified, update the responsive dimensions and contract coverage, and simplify the public dive copy.
Signed-off-by: Hmbown <101357273+Hmbown@users.noreply.github.com>
Bind the canonical PTY image, public browser captures, facts, and completion ledger to 4d197626 after the Full Access/global-skill follow-up. Preserve the no-publish and no-deploy stop line.
Signed-off-by: Hunter B <hmbown@gmail.com>
Bind the public facts, canonical real-PTY image, and English/Chinese browser captures to the exact fa46105a source candidate. Record the local completion ledger and truthful reduced-motion contract without implying a push, deployment, publication, or release.
Signed-off-by: Hunter B <hmbown@gmail.com>
Replace the public image with a receipt-backed capture from the real v0.9.1 TUI binary and keep README and website copies byte-identical through a focused contract test.
Harvested from PR #4508 by @Hmbown.
Co-authored-by: Hunter Bown <hmbown@gmail.com>
Drops superseded context-poisoning artifacts restored by the pr-4582
revert: the v0.8.68 tracker/completion handoff, v0.8.67 dogfood reports,
the v0.8.68 workflow playbook (self-declared historical), the milestone
sync workflow, a legacy screenshot, a month-old benchmark comparison,
the xiaomi-mimo evidence snapshot, and the untracked scratchpad of
June session notes. None exist upstream; nothing here reflects the
current 0.9.1 lane.
Remove files that are internal working notes, not user documentation:
- CODEWHALE_0_8_68_TRACKER.md — spent release tracker
- HANDOFF_v0.8.68_completion.md — internal agent handoff
- docs/DOGFOOD_v0.8.67_COMPUTER_USE.md, docs/DOGFOOD_v0.8.67_CURSOR_RESULTS.md — dated dogfood logs
- docs/DOGFOOD_AUTOMATIC_WORKFLOWS.md — dated dogfood log (the checked-in
example workflows under docs/examples/dogfood-automatic/ stay)
- docs/TUI_DOGFOOD_INTEGRATION_CHECK_2026-07-12.md — dated check
- docs/evidence/xiaomi-mimo-2026-06-23/** — competitor pricing capture dumps
- assets/screenshot.legacy.png — dead asset
- benchmark_results/deepseek-anthropic-comparison-2026-06-24.md — product noise
Fix the three cross-references: docs/AUTOMATIC_WORKFLOWS.md now points at
the example fixtures directly, docs/PROVIDERS.md drops the evidence link,
and the wf_a2 example prompt references docs/examples/dogfood-automatic/.
docs/examples/** and scripts/release/install-dogfood.sh are kept on purpose.
Prepared with agent assistance for the 0.9.1 public-surface pass.
Signed-off-by: Hunter B <hmbown@gmail.com>
Replace the May screenshot (1192x715, older build) with a current one
(1152x694, CodeWhale v0.8.61 running GLM-5.2). The old image is preserved as
screenshot.legacy.png so it's recoverable. Both the README and the website
reference assets/screenshot.png, so the single in-place swap updates every
surface.
Add a 切换为中文界面 subsection with two screenshots showing the
/config → Edit locale → zh-Hans flow, so Chinese-speaking users
landing on the README can switch the UI without digging into
settings.toml or env vars first. The settings.toml / LC_ALL fallback
is preserved as the alternative path.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
#167: Fix all 7 clippy warnings — annotated SeamMetadata dead fields,
removed unused should_cycle calls, collapsed nested ifs, fixed
useless_format and nonminimal_bool.
#168: Wire TokenUsage mailbox drain to subagent_cost accumulator.
handle_subagent_mailbox now intercepts TokenUsage before routing to
cards, computes cost via calculate_turn_cost, and increments
app.subagent_cost in real time. Footer reflects live sub-agent spend.
Restored ArchivedContext variant to HistoryCell (corrupted by prior
apply_patch). Version bump to 0.7.2.
Refs: #166, #167, #168
Not referenced from README.md, docs/, npm/, or any Cargo metadata.
README uses assets/screenshot.png. Reduces repo size by 226 KB.
Also cleaned up working-directory cruft (untracked, no commit needed):
apps/ (empty), python/ (empty after egg-info removed),
counterpoint.copilot.db, firebase-debug.log, excalidraw.log, .DS_Store.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>