Skip to content

docs: clean up AGENTS.md and append session log - #2

Closed
thepeak99 wants to merge 1 commit into
masterfrom
docs/agents-md-cleanup
Closed

docs: clean up AGENTS.md and append session log#2
thepeak99 wants to merge 1 commit into
masterfrom
docs/agents-md-cleanup

Conversation

@thepeak99

Copy link
Copy Markdown
Member

Summary

Cleans up the contributor guide and appends a session log.

AGENTS.md+81 / -6

  • Adds an Install for agents section: the 4 release asset names, per-platform curl / Invoke-WebRequest download commands, the mail-cli install-skill step that materializes skill/ into ~/.agents/skills/mail-cli, the gh release download shortcut for gh users, and the cargo build --release + install-skill path for source builders. Documents that install-skill deliberately reads no MAILCLI_* env vars (safe to run before account config).
  • Frames the file as designed for both humans and AI coding agents.
  • Adds src/lib.rs, src/search.rs, and tests/ (gated GreenMail integration) to the project tree.
  • Replaces stale No history yet / Integration (planned) lines with the current state (v0.1.0 released; integration tests gated on MAILCLI_IT=1).

memory.md+35 session-log entries

  • Entry for the v0.1.0 release (CI branch ci/add-github-actions merged via PR Add GitHub Actions CI + release pipelines #1; release.yml four-target matrix; tag v0.1.0 on 89a0b3a).
  • Entry for this cleanup session, including the gh CLI sandbox workaround (gh auth token + curl to api.github.com; raw curl is ~0.17s while gh api/gh pr time out).

Test coverage

Docs-only — no source changes. cargo fmt, cargo clippy --all-targets, and cargo test remain green at 89a0b3a (the parent commit); this PR touches no Rust files.

Checklist

  • cargo test clean (N/A — docs only)
  • cargo clippy --all-targets clean (N/A — docs only)
  • Diff is small and focused

AGENTS.md:

- Add 'Install for agents' section (install-skill, release assets, per-platform download)

- Add lib.rs, search.rs, and tests/ to project tree

- Replace stale 'No history yet' / 'Integration (planned)' lines with current state

- Frame the file as designed for both humans and AI coding agents

memory.md: append v0.1.0 release notes + this session's gh-CLI-sandbox workaround

Co-authored-by: PeakBot!
@thepeak99 thepeak99 closed this Jul 8, 2026
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