- License section now states GPL-3.0-or-later (was stale MIT) in README / README.zh-CN / SKILL.
- Remove the maintainer-only "Public Release" section (non-existent npm scripts + internal publish flow).
- EVOLVER_ISSUE_REPO documented default -> EvoMap/evolver (matches code default).
- Point auto-issue hint (index.js) and skill attribution footer (skillPublisher.js) at EvoMap/evolver.
- Normalize `evolver run` -> `evolver`; rewrite Roadmap into directional items.
- Drop .github/CODEOWNERS from the public mirror.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The OpenClaw CritPt Physics Solver baseline cited in the paper
(arXiv:2604.15097) is 9.1%, not 0.00%. Update all four language READMEs
to match the paper.
Co-authored-by: autogame-17 <autogame-17@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Adds [![npm downloads]](shields.io/npm/dm/@evomap/evolver) between the
last-commit and issues badges on README.md / README.zh-CN.md /
README.ja-JP.md / README.ko-KR.md. The npm/dm endpoint resolves to
~13k/month, which is a more meaningful "is anyone using this" signal
for a package shipped via npm than the github releases download count.
Add a top-of-README Research callout and an arXiv badge in all four
language variants (en/zh-CN/ja-JP/ko-KR) linking to:
From Procedural Skills to Strategy Genes: Towards Experience-Driven
Test-Time Evolution (arXiv:2604.15097)
The paper provides the theoretical backing for why Evolver encodes
agent experience as compact Genes / Capsules instead of long SKILL.md
docs.