Skip to content

Releases: artsyne/anrs

ANRS v0.1.3

26 Mar 02:55

Choose a tag to compare

ANRS v0.1.3

Bug Fixes

  • Fixed hidden adapter files (.cursorrules) not included in wheel package
  • Updated MANIFEST.in to properly include all adapter files

Documentation

  • Fixed adapters documentation link to correct path cli/src/anrs/data/adapters/
  • Unified path format for state.json and skills/ with .anrs/ prefix

CI/CD

  • Added YAML frontmatter to adapter files for CI validation
  • Fixed CI workflow paths after directory restructuring

Chores

  • Fixed version number consistency across __init__.py and pyproject.toml
  • Bumped version to 0.1.3 (skipping 0.1.2 due to PyPI upload issue)

Installation

pip install anrs==0.1.3

ANRS v0.1.0

25 Mar 15:17

Choose a tag to compare

ANRS v0.1.0 - Initial Release

AI-Native Repository Specification CLI tool.

Features

  • anrs init - Initialize ANRS (minimal/standard/full levels)
  • anrs status - Show ANRS status
  • anrs harness - Run quality gate checks
  • anrs adapter - Install AI tool adapters
  • anrs upgrade - Upgrade ANRS
  • anrs doctor - Diagnose installation

Installation

pip install anrs