Skip to content

Commit 0137bd1

Browse files
README: fix grammar issues from review
1 parent a066ffe commit 0137bd1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Dotfiles for your AI agents — a living sync tool for your **user-level** `~/.agents` config, not a one-shot converter and not a per-project `AGENTS.md`.
44

5-
One private `~/.agents` git repository holds your skills, MCP servers, hooks, and agent roles. The `dotagents` CLI syncs each of those into the native format of every coding agent you use — Claude Code, Codex, Factory Droid, Hermes, OpenCode, Pi — and follows you across machines the way dotfiles do. Edit `~/.agents` once, run `dotagents sync`, and every harness stays convergent — this keeps running as your config evolves, it doesn't just convert files once. External skills are commit-pinned and audited before any agent loads them.
5+
One private `~/.agents` git repository holds your skills, MCP servers, hooks, and agent roles. The `dotagents` CLI syncs each of those into the native format of every coding agent you use — Claude Code, Codex, Factory Droid, Hermes, OpenCode, Pi — and follows you across machines the way dotfiles do. Edit `~/.agents` once, run `dotagents sync`, and every harness stays convergent — this keeps running as your config evolves. It doesn't just convert files once. External skills are commit-pinned and audited before any agent loads them.
66

77
**[Overview & comparison →](https://yourconscience.github.io/dotagents/)** · [Releases](https://github.com/yourconscience/dotagents/releases)
88

@@ -223,7 +223,7 @@ Similarly named projects solve different problems:
223223

224224
- **[dot-agents/dot-agents](https://github.com/dot-agents/dot-agents)** symlinks rules and MCP config into place once. dotagents keeps reconciling skills, MCP, hooks, and roles on every `sync`, and surfaces drift with `status`/`doctor`.
225225
- **[johnlindquist/dotagent](https://github.com/johnlindquist/dotagent)** is a one-shot converter: point it at files and it rewrites them into another agent's format. dotagents is a standing CLI over a living `~/.agents` repo — there's no "convert once and you're done."
226-
- **`AGENTS.md`** is per-project instructions read by whichever agent opens that repo. `~/.agents` is your personal, cross-project skills/MCP/hooks/roles config; the two are orthogonal, and dotagents only ever touches the latter.
226+
- **`AGENTS.md`** contains per-project instructions read by whichever agent opens that repo. `~/.agents` is your personal, cross-project skills/MCP/hooks/roles config; the two are orthogonal, and dotagents only ever touches the latter.
227227

228228
## License
229229

0 commit comments

Comments
 (0)