Skip to content

Commit 462a4b8

Browse files
site: render table footnotes as separate lines
1 parent cd5ec8d commit 462a4b8

2 files changed

Lines changed: 7 additions & 14 deletions

File tree

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,11 @@ Five surfaces, each rendered into the harness's own format — dotagents does no
4949
† OpenCode reads `~/.agents/skills/` natively; its only hook surface is a JS plugin API.
5050
‡ OMP has no managed hook surface yet; register memory hooks manually if needed.
5151

52-
Amp and OpenClaw can read the repo's skills through standard conventions but are not managed; a surface gets a "yes" above only after its native behavior is verified end to end.
52+
Amp and OpenClaw read the repo's skills via standard conventions but are not managed. A "yes" above only appears after end-to-end verification.
5353

5454
## Skills
5555

56-
A skill is a directory under `~/.agents/skills/` with a `SKILL.md` ([agentskills.io](https://agentskills.io) convention). Create once, appears everywhere:
57-
58-
```bash
59-
dotagents skill new review-checklist --description "Pre-merge review checklist"
60-
dotagents sync
61-
```
62-
63-
External skills from other people's repos are treated like dependencies: pinned to an exact commit in `dotagents.lock`, materialized into your repo for diffing, audited by `dotagents doctor`. See [docs/skills.md](docs/skills.md).
56+
A skill is a directory under `~/.agents/skills/` with a `SKILL.md` ([agentskills.io](https://agentskills.io) convention) — create once, appears everywhere. External skills are treated like dependencies: pinned in `dotagents.lock`, materialized for diffing, audited by `dotagents doctor`. Details in [docs/skills.md](docs/skills.md).
6457

6558
## Memory
6659

@@ -109,9 +102,7 @@ scripts/release.sh v0.7.0 # verify + tag; CI publishes binaries, brew tap, np
109102
- [docs/comparison.md](docs/comparison.md) — how dotagents differs from rulesync, ruler, openskills
110103
- [Troubleshooting](docs/troubleshooting.md)
111104

112-
## How it differs
113-
114-
Project-level generators (rulesync, ruler) win on tool breadth; dotagents is user-level: one private repo that follows you across machines, seven targets deep, with pinned and audited external skills and a review-first memory workflow. Full table in [docs/comparison.md](docs/comparison.md).
105+
Project-level generators (rulesync, ruler) win on tool breadth; dotagents is user-level — one private repo, seven targets deep, pinned externals, review-first memory. Full table in [docs/comparison.md](docs/comparison.md).
115106

116107
## License
117108

docs/site/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,14 +397,16 @@ <h3>Sync surface by harness</h3>
397397
</tbody>
398398
</table>
399399
</div>
400-
<p class="section-sub" style="margin-top:10px">* Vanilla pi is skills-only by design; the OMP fork is detected as its own target. &#8225; OMP has no managed hook surface in dotagents.yaml yet. &dagger; OpenCode reads <code>~/.agents/skills/</code> natively, so skills need no mirror when the config root is <code>~/.agents</code>; hooks are a JS plugin surface only.</p>
400+
<p class="section-sub" style="margin-top:10px">* Vanilla pi is skills-only by design; the OMP fork is detected as its own target.</p>
401+
<p class="section-sub" style="margin:4px 24px 4px; font-size: 13px">&dagger; OpenCode reads <code>~/.agents/skills/</code> natively — skills need no mirror when the config root is <code>~/.agents</code>. Its only hook surface is a JS plugin API.</p>
402+
<p class="section-sub" style="margin:4px 24px 12px; font-size: 13px">&#8225; OMP has no managed hook surface in <code>dotagents.yaml</code> yet; register memory hooks manually if needed.</p>
401403
</div>
402404
</section>
403405

404406
<!-- Landscape -->
405407
<section>
406408
<h2>Landscape</h2>
407-
<p class="section-sub">Project-level generators win on tool breadth. dotagents is user-level: one private repo that follows you across machines, six harnesses deep, with pinned and audited external skills — and a review-first memory workflow (<code>rem</code>) built in.</p>
409+
<p class="section-sub">Project-level generators win on tool breadth. dotagents is user-level: one private repo across machines, seven targets deep, pinned and audited externals, review-first memory (<code>rem</code>) built in.</p>
408410

409411
<div class="panel">
410412
<h3>How it compares</h3>

0 commit comments

Comments
 (0)