docs: prioritize agent-led Obelisk installation

Present the bootstrap SKILL.md as the recommended setup path, keep manual installation secondary, and add regression coverage for the documentation order.
This commit is contained in:
tommy0103
2026-07-16 20:16:55 +08:00
parent 90191e4604
commit 0d3797b55d
3 changed files with 49 additions and 7 deletions
+12 -1
View File
@@ -3,7 +3,18 @@
Explicit memory infrastructure for coding agents — a queryable SQLite evidence
layer over local Claude Code and Codex session history.
## Install
## Install with your agent (recommended)
Paste this into a coding agent with shell access:
```text
Install Obelisk by fetching and following this guide:
curl -fsSL https://raw.githubusercontent.com/tommy0103/obelisk/main/SKILL.md
```
The agent installs and verifies the CLI first, then installs this skill.
## Install manually
```bash
npm install --global @obelisk-apps/cli