Skip to content

docs(readme): revise readme with expanded cli and manifest docs#7

Merged
leodiegues merged 2 commits into
mainfrom
docs/readme-fixes
Feb 16, 2026
Merged

docs(readme): revise readme with expanded cli and manifest docs#7
leodiegues merged 2 commits into
mainfrom
docs/readme-fixes

Conversation

@leodiegues
Copy link
Copy Markdown
Owner

rework README content to clarify CLI usage, expand command examples, and update the manifest format. summarize key changes:

  • replace warning block with callout style
  • reorganize quick start to show init, add/install flows and re-install behavior
  • clarify agentfiles install semantics: first install <source> scans and saves the source as a dependency; agentfiles install with no args re-installs saved deps
  • document new flags: --pick, --no-save, --dry-run and clarify --strategy applies per-dependency
  • add agentfiles list and agentfiles remove command docs (with --clean)
  • update manifest docs: files -> dependencies, add simple string and detailed dependency forms (source, ref, pick, strategy, paths)
  • update examples throughout to match the new manifest and CLI behavior

these are documentation-only changes; no code or tests modified.

rework README content to clarify CLI usage, expand command examples,
and update the manifest format. summarize key changes:

- replace warning block with callout style
- reorganize quick start to show init, add/install flows and re-install
  behavior
- clarify `agentfiles install` semantics: first `install <source>` scans
  and saves the source as a dependency; `agentfiles install` with no
  args re-installs saved deps
- document new flags: `--pick`, `--no-save`, `--dry-run` and clarify
  `--strategy` applies per-dependency
- add `agentfiles list` and `agentfiles remove` command docs (with
  `--clean`)
- update manifest docs: `files` -> `dependencies`, add simple string and
  detailed dependency forms (`source`, `ref`, `pick`, `strategy`,
  `paths`)
- update examples throughout to match the new manifest and CLI behavior

these are documentation-only changes; no code or tests modified.
@leodiegues leodiegues self-assigned this Feb 16, 2026
add a paths filter to pull_request so the workflow only triggers when
the
CI workflow, Cargo manifest/lock, or source files change (
.github/workflows/ci.yml, Cargo.toml, Cargo.lock, src/**). reduce
unnecessary CI runs for unrelated changes.
@leodiegues leodiegues merged commit a3d2f0e into main Feb 16, 2026
5 checks passed
@leodiegues leodiegues deleted the docs/readme-fixes branch February 16, 2026 18:25
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