Skip to content

docs: refresh root README and write real client README#118

Merged
emal-avala merged 1 commit intomainfrom
docs/readme-refresh
Apr 15, 2026
Merged

docs: refresh root README and write real client README#118
emal-avala merged 1 commit intomainfrom
docs/readme-refresh

Conversation

@emal-avala
Copy link
Copy Markdown
Member

Summary

  • Audited the root README against the actual repo and corrected stale counts: 18 bundled skills (was 12), 52 slash commands (was 43), 650+ tests (was "225+"). Tools (32) and providers (15) verified accurate.
  • Added the six skills shipped since the last README update (/changelog, /release, /benchmark, /coverage, /migrate, /docs) and surfaced /uninstall in the slash-command highlights.
  • Architecture diagram now lists crates/eval, packages/agent_code_client, and client/ so the Flutter front-end is discoverable from the entry doc.
  • Replaced the one-line client/README.md stub with a real doc: purpose & relationship to the CLI, supported platforms (macOS/Linux/web), Flutter stack (3.41.6 pinned via .fvmrc, flutter_bloc, local agent_code_client package), FVM-based quickstart, the three test surfaces (unit / Flutter integration / Playwright e2e in client/e2e/), and the directory layout.

Test plan

  • Render both READMEs on GitHub and spot-check the new tables.
  • Verify the client/ quickstart on a fresh clone (fvm install && fvm flutter pub get && fvm flutter run -d macos).
  • Sanity-check the skill/command/test counts against crates/lib/src/skills/mod.rs, crates/cli/src/commands/mod.rs, and grep -rE "#\[(tokio::)?test\]" crates/ | wc -l.

Audited the repo against the README's claims and corrected stale
counts: 18 bundled skills (was 12), 52 slash commands (was 43), 650+
tests (was "225+"). Added the six skills shipped since the last update
(changelog, release, benchmark, coverage, migrate, docs) and surfaced
/uninstall in the slash-command highlights. Architecture diagram now
includes crates/eval, packages/agent_code_client, and client/ so the
Flutter front-end is discoverable from the entry doc.

Replaced the one-line client/README.md stub with a real doc covering
purpose, relationship to the CLI, supported platforms, the Flutter
stack, FVM-based quickstart, the three test surfaces (unit, Flutter
integration, Playwright e2e), and the directory layout.
@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.

@emal-avala emal-avala merged commit 1733a87 into main Apr 15, 2026
17 of 18 checks passed
@emal-avala emal-avala deleted the docs/readme-refresh branch April 15, 2026 07:33
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