Skip to content

ArcKit v0.2.1 - Documentation Fixes

Choose a tag to compare

@tractorjuice tractorjuice released this 04 Feb 07:15

🐛 Bug Fixes

Documentation Corrections

Fixed .claude/COMMANDS.md:

  • Added 9 missing commands to Quick Reference table
  • Commands added: /arckit.wardley, /arckit.diagram, /arckit.servicenow, /arckit.analyze, /arckit.tcop, /arckit.ai-playbook, /arckit.atrs, /arckit.secure, /arckit.mod-secure
  • Updated version from 0.2.0 → 0.2.1
  • Now accurately reflects all 16 available commands

Fixed pyproject.toml:

  • Corrected GitHub repository URLs from github/arc-kittractorjuice/arc-kit
  • Updated: Homepage, Documentation, Repository, Issues URLs

Version Consistency:

  • All documentation files now reference v0.2.1 consistently

✅ Verification

  • README.md: ✅ All 16 commands documented
  • COMMANDS.md: ✅ All 16 commands in Quick Reference
  • pyproject.toml: ✅ Correct GitHub URLs
  • Version references: ✅ Consistent across all files

📦 No Functional Changes

This is a documentation-only patch release. All features from v0.2.0 work identically:

  • 16 commands (ServiceNow, TCoP, Security Assessment, etc.)
  • All templates and functionality unchanged
  • No breaking changes

🔗 Installation

```bash

Install with pip

pip install git+https://github.com/tractorjuice/arc-kit.git

Or with uv

uv tool install arckit-cli --from git+https://github.com/tractorjuice/arc-kit.git

Or run without installing

uvx --from git+https://github.com/tractorjuice/arc-kit.git arckit init my-project
```


Full Changelog: v0.2.0...v0.2.1

🤖 Generated with Claude Code