Skip to content

Tags: zarpay/praxis-cli

Tags

v1.3.7

Toggle v1.3.7's commit message
chore: Bump version to 1.3.7

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>

v1.3.6

Toggle v1.3.6's commit message
fix: praxis status counts non-.md validation targets correctly

Status now uses BatchValidator.listTargetFiles() to discover all
validation targets via spec paths: frontmatter, matching how validate
discovers them. Files of any extension (e.g. .rb) are now counted
correctly in pass/warn/fail/notValidated totals.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>

v1.3.5

Toggle v1.3.5's commit message
chore: Apply prettier formatting

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>

v1.3.4

Toggle v1.3.4's commit message
fix: --fail-fast defaulted to true, stopping validate all on first error

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>

v1.3.3

Toggle v1.3.3's commit message
fix: Spec files in ignored directories are always discoverable

Removes ignore from the spec-discovery fg.sync call so that spec files
(e.g. compiled SME profiles) can live in directories excluded from
document scanning without becoming undiscoverable. Ignore now applies
only to documents and validation targets, not to specs.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>

v1.3.2

Toggle v1.3.2's commit message
feat: Add validates frontmatter key, ignore config, and hidden direct…

…ory fix

- validates: role frontmatter key propagates paths: to compiled profile and Claude Code agent, making the SME profile double as a praxis validate spec file
- ignore: top-level config array of project-root-relative globs excluded from all source scans (status, validate, cache orphan detection)
- dot: true on all fast-glob calls so hidden directories (.claude/rules/, .devcontainer/) are included in document counts and spec discovery

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>

v1.3.1

Toggle v1.3.1's commit message
chore: Bump version to 1.3.1

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>

v1.3.0

Toggle v1.3.0's commit message
ci: Fix npm trusted publishing — upgrade npm to 11.5.1+, remove regis…

…try-url

Node 20 ships with npm 10 which doesn't support OIDC token exchange for
trusted publishing. Upgrading npm to latest (11.5.1+) enables the flow.

Removing registry-url from setup-node eliminates the NODE_AUTH_TOKEN
pollution in .npmrc that overrides OIDC auth even when the var is unset.

Also add repository field to package.json, required for --provenance.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>