Skip to content

Commit 61a7e9f

Browse files
hsnice16claude
andcommitted
docs: surface 0.4.0 Claude Code skill task in roadmap summaries
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b116e30 commit 61a7e9f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.claude/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"hooks": [
77
{
88
"type": "command",
9-
"command": "printf '\\n📦 Agent Friendly Code — current release: 0.3.0\\n • Read AGENTS.md for conventions, CONTRIBUTING.md for the PR workflow.\\n • Roadmap: 0.4.0 (quick wins — history-aware signals + PR score-diff) → 0.5.0 (auto-refresh + smarter matching) → 0.6.0 (maintainer ownership + at-scale discovery) → 1.0.0 (production cut — Postgres + at-scale indexing + benchmark harness).\\n • Changelog rule: user-facing capabilities only. Codebase hygiene (CI / linter / tests / CONTRIBUTING) does NOT go in lib/changelog.ts.\\n'"
9+
"command": "printf '\\n📦 Agent Friendly Code — current release: 0.3.0\\n • Read AGENTS.md for conventions, CONTRIBUTING.md for the PR workflow.\\n • Roadmap: 0.4.0 (quick wins — history-aware signals + PR score-diff + Claude Code skill) → 0.5.0 (auto-refresh + smarter matching) → 0.6.0 (maintainer ownership + at-scale discovery) → 1.0.0 (production cut — Postgres + at-scale indexing + benchmark harness).\\n • Changelog rule: user-facing capabilities only. Codebase hygiene (CI / linter / tests / CONTRIBUTING) does NOT go in lib/changelog.ts.\\n'"
1010
}
1111
]
1212
}

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ tasks/
9393
0.1.0/ # released — shipped record
9494
0.2.0/ # released — dogfood complete (tests, self-score, row-click)
9595
0.3.0/ # released — embeddable scores + broader coverage (badge, more agents, alternatives, package lookup)
96-
0.4.0/ # planned — quick wins (history-aware signals + PR score-diff action)
96+
0.4.0/ # planned — quick wins (history-aware signals + PR score-diff action + Claude Code skill)
9797
0.5.0/ # planned — auto-refresh + smarter matching (webhook rescoring + alternatives v2)
9898
0.6.0/ # planned — maintainer ownership + at-scale discovery (OAuth opt-out + package overlay at scale)
9999
1.0.0/ # planned — production cut (Postgres + at-scale indexing + benchmark harness)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ See `/roadmap` in the running app or the per-version `tasks/` folders for the fu
172172

173173
Versions are sequenced cheap-first so the highest-impact small additions don't get gated on heavy infra:
174174

175-
- **0.4.0 — quick wins**: history-aware signals (maintenance recency, commit velocity, contributor activity) + a GitHub Action that comments the score delta on every PR. No new infra.
175+
- **0.4.0 — quick wins**: history-aware signals (maintenance recency, commit velocity, contributor activity) + a GitHub Action that comments the score delta on every PR + a Claude Code skill (with public `/api/score` lookup) that recommends a model for the active repo. No new infra.
176176
- **0.5.0 — auto-refresh + smarter matching**: webhook-driven rescoring (keep scores fresh on every push) + alternatives via README embeddings (cross-language matches the v0.3.0 SQL heuristic misses).
177177
- **0.6.0 — maintainer ownership + at-scale discovery**: OAuth opt-out / claim flow for maintainers + at-scale package overlay (per-registry leaderboards + userscript that renders the badge inline on npmjs.com / PyPI / crates.io).
178178
- **1.0.0 — production cut**: Postgres migration for concurrent writers + auto-discovered crawl (target 10k repos) + benchmark harness that derives per-model weights from measured agent success. From here on, breaking API changes require a MAJOR bump.

0 commit comments

Comments
 (0)