Commit Graph

16 Commits

Author SHA1 Message Date
Hmbown 91840fe9d0 chore: drop four files with no consumers and no remaining truth
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
(`-![输入 /config 命令](assets/locale-config-step1.jpg)`). `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.
2026-08-03 22:52:29 -07:00
Hmbown 6f2de8ec01 docs(web): refresh current-session capture and tagline
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>
2026-07-28 01:02:17 -07:00
Hunter B 1b5eaa44bb docs(release): refresh v0.9.1 exact-source evidence
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>
2026-07-22 07:18:02 -07:00
Hunter B 2206daba94 docs(release): seal v0.9.1 evidence packet
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>
2026-07-22 06:22:39 -07:00
Hunter B 5087269606 docs(public): refresh v0.9.1 product truth
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>
2026-07-21 14:24:03 -07:00
Hunter B 877f92ae18 chore: remove stale v0.8.x trackers, handoffs, and dogfood reports
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.
2026-07-20 21:11:36 -07:00
Hunter B 5640aa19b9 Revert "Merge remote-tracking branch 'origin/pr-4582'"
This reverts commit 9b3c28c572, reversing
changes made to 3e97b278e2.
2026-07-19 13:03:02 -07:00
Hunter B 51d745aca4 docs: delete internal handoff, dogfood, and evidence files from the public tree
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>
2026-07-18 16:54:44 -07:00
Hunter B 8422b0be75 assets: refresh the README/website screenshot (v0.8.61 / GLM-5.2)
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.
2026-06-16 22:21:04 -07:00
Hunter Bown a953cc2be8 docs: refresh CodeWhale screenshot 2026-05-26 08:46:57 -05:00
Hunter Bown 190729972b docs(readme.zh-CN): add in-TUI guide for switching to Chinese locale
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>
2026-05-03 16:16:31 -05:00
Hunter Bown 0f8c363012 fix: clean v0.7.2 release prep
Release / parity (push) Has been cancelled
Release / build (deepseek-linux-x64, deepseek, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Has been cancelled
Release / build (deepseek-macos-arm64, deepseek, macos-latest, aarch64-apple-darwin) (push) Has been cancelled
Release / build (deepseek-macos-x64, deepseek, macos-latest, x86_64-apple-darwin) (push) Has been cancelled
Release / build (deepseek-tui-linux-x64, deepseek-tui, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Has been cancelled
Release / build (deepseek-tui-macos-arm64, deepseek-tui, macos-latest, aarch64-apple-darwin) (push) Has been cancelled
Release / build (deepseek-tui-macos-x64, deepseek-tui, macos-latest, x86_64-apple-darwin) (push) Has been cancelled
Release / build (deepseek-tui-windows-x64.exe, deepseek-tui.exe, windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
Release / build (deepseek-windows-x64.exe, deepseek.exe, windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
Release / release (push) Has been cancelled
2026-04-28 21:54:43 -05:00
Hunter Bown 35db361a87 v0.7.2: clippy clean, cost counter wiring, layered context fixup
#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
2026-04-28 21:46:25 -05:00
Hunter Bown d6bfcda474 chore: drop unreferenced assets/hero.png
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>
2026-04-26 00:23:08 -05:00
Hunter Bown 97f245d5ac docs: add TUI screenshot to README 2026-04-25 12:48:42 -05:00
Hunter Bown 07531903e7 docs: add hero screenshot and model support line 2026-02-19 07:52:51 -06:00