Skip to content

docs: clarify MailCLI project overview - #9

Merged
nonozone merged 1 commit into
mainfrom
codex/docs-project-overview
Jul 14, 2026
Merged

docs: clarify MailCLI project overview#9
nonozone merged 1 commit into
mainfrom
codex/docs-project-overview

Conversation

@nonozone

Copy link
Copy Markdown
Owner

Summary

This refreshes the README opening so new visitors can understand MailCLI before they get to installation details.

It now leads with the product boundary: MailCLI is a local-first, provider-neutral email interface for AI agents that works over existing mailboxes. The opening also makes the non-goals explicit: it is not a hosted agent mailbox, not a human mail client replacement, and not a default permission grant for agents to mutate mailboxes.

The zero-network onboarding sections were consolidated into one 2-minute local flow, and the later quick-start area was renamed to a command cookbook so the README no longer repeats the same first-run path several times.

Verification

  • go build -o mailcli ./cmd/mailcli
  • ./mailcli parse --format json testdata/emails/invoice.eml
  • ./mailcli triage message testdata/emails/invoice.eml
  • ./mailcli sync --config examples/config/fixtures-dir.yaml --account fixtures --index /tmp/mailcli-fixtures-index.db --limit 0
  • ./mailcli threads --index /tmp/mailcli-fixtures-index.db invoice
  • make demo-local-thread-check
  • git diff --check
  • go test ./...
  • README local Markdown link existence check

Post-Deploy Monitoring & Validation

No additional operational monitoring required - documentation-only change with no runtime, packaging, or release behavior impact.


Compound Engineering
🤖 Generated with GPT-5 via Codex

@nonozone
nonozone merged commit 7a37d4f into main Jul 14, 2026
2 checks passed
@nonozone
nonozone deleted the codex/docs-project-overview branch July 14, 2026 05:47
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