Skip to content

v0.1.6

Latest

Choose a tag to compare

@coyaSONG coyaSONG released this 17 May 09:32
· 21 commits to main since this release

Polish release: five-minute quickstart, per-template READMEs, npm metadata, Mermaid loop diagram, and a maintainer release-process checklist.

Added

  • docs/quickstart.md — five-minute walkthrough from npx ralph-research demo writing to inspecting the persisted decision evidence.
  • docs/release-process.md — the maintainer checklist (bump four version literals, promote [Unreleased], commit, push, cut the GitHub release, then npm publish).
  • Per-template READMEs under templates/writing/README.md and templates/code/README.md so rrx init leaves a self-explaining tree.
  • README "Support the Project" section and a Mermaid loop diagram embedded near the top.
  • CI verify matrix now covers ubuntu-latest and macos-latest.
  • package.json exposes repository, bugs, homepage, engines, author, and an expanded keywords array. tests/version-consistency.test.ts pins the metadata so it cannot quietly disappear.
  • SUPPORTED_DEMO_TEMPLATES is a single source of truth for the rrx demo template list. The Commander argument description and a vitest regression both consume it.

Changed

  • docs/comparison.md rewritten with a concrete side-by-side table naming LangGraph, aider, and the prompt-only "ralph loop" pattern this project is named after.
  • docs/launch/ drafts updated to the published npx ralph-research ... invocation and to mention the bundled code demo.
  • docs/examples-catalog.md documents the bundled code template as the primary code example.

Fixed

  • package-lock.json now reports name: "ralph-research" instead of the pre-rename research-ratchet placeholder, and a regression pins name parity with package.json.

See CHANGELOG.md for the full history.