Skip to content

Commit 3c0ad80

Browse files
committed
chore: merge main into hunleyd/fix/caveman-compress-concurrent-write-lock
* origin/main: docs: simplify install section docs: add Trendshift badge to README header
2 parents a6261ef + 11ddc0c commit 3c0ad80

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ context/refs/research-brief-caveman-code-efficiency.md
1212
# Build artifacts
1313
dist/*
1414
!dist/caveman.skill
15+
16+
# Local star-history chart scratch (not part of the product)
17+
tmp-starcharts/

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
<strong>8.5%</strong> on <a href="#independently-measured-jetbrains-86-tasks">long-horizon agentic coding runs</a>. Brain still big. Mouth small.
1313
</p>
1414

15+
<p align="center">
16+
<a href="https://trendshift.io/repositories/25391?utm_source=repository-badge&amp;utm_medium=badge&amp;utm_campaign=badge-repository-25391" target="_blank" rel="noopener noreferrer"><img src="https://trendshift.io/api/badge/repositories/25391" alt="JuliusBrussee%2Fcaveman | Trendshift" width="250" height="55"/></a>
17+
</p>
18+
1519
<p align="center">
1620
<a href="https://github.com/JuliusBrussee/caveman/stargazers"><img src="https://img.shields.io/github/stars/JuliusBrussee/caveman?style=flat&color=yellow" alt="Stars"></a>
1721
<a href="./INSTALL.md"><img src="https://img.shields.io/badge/works_with-30%2B_agents-orange?style=flat" alt="30+ agents"></a>
@@ -97,15 +101,7 @@ irm https://raw.githubusercontent.com/JuliusBrussee/caveman/main/install.ps1 | i
97101

98102
~30 seconds. Needs Node ≥18. Skips agents you no have. Safe to re-run.
99103

100-
> [!TIP]
101-
> **Turn it on:** type `/caveman` or say *"talk like caveman"*. **Turn it off:** say *"normal mode"*. On Claude Code, Codex, and Gemini it's already on from message one. No command needed.
102-
103-
<details>
104-
<summary><strong>Install for one agent, or any of 30+ others</strong></summary>
105-
106-
<br>
107-
108-
Every agent has its own path (plugin, extension, rule file, or `npx skills add`). The full per-agent matrix, all flags, dry-run, and uninstall live in **[INSTALL.md](./INSTALL.md)**. A few common ones:
104+
Prefer one agent at a time? Each has its own path:
109105

110106
```bash
111107
# Claude Code plugin
@@ -118,9 +114,12 @@ gemini extensions install https://github.com/JuliusBrussee/caveman --consent
118114
npx skills add JuliusBrussee/caveman -a cursor
119115
```
120116

121-
**Install broke?** Open your agent in this repo and say: *"Read CLAUDE.md and INSTALL.md, install caveman for me."* Agent read repo, agent fix own brain. Snake eat tail.
117+
The full per-agent matrix, all flags, dry-run, and uninstall live in **[INSTALL.md](./INSTALL.md)**.
122118

123-
</details>
119+
> [!TIP]
120+
> **Turn it on:** type `/caveman` or say *"talk like caveman"*. **Turn it off:** say *"normal mode"*. On Claude Code, Codex, and Gemini it's already on from message one. No command needed.
121+
122+
**Install broke?** Open your agent in this repo and say: *"Read CLAUDE.md and INSTALL.md, install caveman for me."* Agent read repo, agent fix own brain. Snake eat tail.
124123

125124
## Pick your grunt
126125

0 commit comments

Comments
 (0)