Skip to content

v0.6.0: Agent Skills monorepo + cleanup-script fix

Latest

Choose a tag to compare

@WdBlink WdBlink released this 13 Jul 09:10
· 73 commits to main since this release

v0.6.0 — Agent Skills monorepo + cleanup-script fix

Added

  • Agent Skills monorepo layout. The skill bundle moves to
    skills/autoresearch-paper/ so npx skills add WdBlink/autoresearch-paper
    resolves it. Root README.md and docs/ stay at the repo root.
  • Full test bundle under tests/. Contract tests for research gate,
    L0 dry-run, plan-dir resolution, stop/cleanup JSON escaping, and
    manifest-based resource cleanup.
  • CHANGELOG.md at repo root — full version history in
    Keep a Changelog format with Conventional Commits references.
  • docs/ROADMAP.md with three-tier planning board (on-deck /
    candidates / wishlist) plus an explicit anti-roadmap section.
  • README sections: Status, Table of Contents, Architecture, FAQ,
    Changelog, Citation. Existing sections preserved.
  • SKILL.md ## Versioning section so the changelog is reachable
    from a stable anchor.

Fixed

  • Cleanup script subcommand fix. mavis agent archive and
    mavis session archive in references/scripts/cleanup-plan-resources.sh
    replaced with the correct subcommands (delete and compress
    respectively). The original bug let residual agents and sessions leak
    across plans because the helper CLI exited 0 while printing an error.

Install

npx skills add WdBlink/autoresearch-paper@0.6.0

Or omit the version for the latest tag:

npx skills add WdBlink/autoresearch-paper -g

See also