Skip to content

v1.3.1 — Pro language walk-back + repo polish

Latest

Choose a tag to compare

@JordanNewell JordanNewell released this 29 Jul 05:56
· 31 commits to master since this release
v1.3.1
420ef03

Patch release. Softens the Pro tier language introduced in v1.3.0 and formally releases accumulated repo polish (CODE_OF_CONDUCT, dependabot, issue/PR templates, bump-badge workflow, landing page).

Changed

  • Pro tier language softened to "in development". v1.3.0 positioned @jordannewell/curtis-compliance-pro as installable today and linked to curtiscompliance.com/pro — a domain this project doesn't own (same dead-link class as the curtis.ai cleanup in v1.3.0). README + landing page + printProAbsent() runtime message now describe Pro as in development and link to the public stub repo at JordanNewell/curtis-compliance-pro. No behavior change — the license subcommand still detects Pro and defers to it when present.

Added

  • CODE_OF_CONDUCT.md (Contributor Covenant v2.1).
  • .github/dependabot.yml — weekly dependency + actions updates.
  • Issue templates (bug report / feature request / config question) + PR template.
  • .github/ISSUE_TEMPLATE/config.yml — disables blank issues, points security reports at SECURITY.md.
  • bump-badge workflow — auto-bumps the static release badge in README on tag push. SHA-pinned actions + concurrency group + scoped regex.
  • Landing page at docs/index.html + GitHub Pages deploy workflow.
  • Favicon set (16/32/512/apple-touch-icon) replacing inline SVG.

Fixed

  • Static release badge replaces dynamic shields.io github/v/release URL — the endpoint intermittently 503s on their shared token pool (recurring across JordanNewell repos). Static badge is reliable; bump-badge workflow above automates the per-release bump.
  • .gitignore now covers .zcode/ + .claude/ (AI agent state, never committed). .gitattributes normalizes line endings (* text=auto) — silences LF→CRLF warnings on Windows checkouts.

npm: npm install @jordannewell/curtis-compliance@1.3.1

Verify: curtis-compliance --version should report 1.3.1.

Full changelog: CHANGELOG.md