docs: clean up AGENTS.md and append session log - #2
Closed
thepeak99 wants to merge 1 commit into
Closed
Conversation
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!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cleans up the contributor guide and appends a session log.
AGENTS.md—+81 / -6curl/Invoke-WebRequestdownload commands, themail-cli install-skillstep that materializesskill/into~/.agents/skills/mail-cli, thegh release downloadshortcut forghusers, and thecargo build --release+ install-skill path for source builders. Documents thatinstall-skilldeliberately reads noMAILCLI_*env vars (safe to run before account config).src/lib.rs,src/search.rs, andtests/(gated GreenMail integration) to the project tree.No history yet/Integration (planned)lines with the current state (v0.1.0 released; integration tests gated onMAILCLI_IT=1).memory.md—+35session-log entriesci/add-github-actionsmerged via PR Add GitHub Actions CI + release pipelines #1;release.ymlfour-target matrix; tagv0.1.0on89a0b3a).ghCLI sandbox workaround (gh auth token+ curl toapi.github.com; raw curl is ~0.17s whilegh api/gh prtime out).Test coverage
Docs-only — no source changes.
cargo fmt,cargo clippy --all-targets, andcargo testremain green at89a0b3a(the parent commit); this PR touches no Rust files.Checklist
cargo testclean (N/A — docs only)cargo clippy --all-targetsclean (N/A — docs only)