Skip to content

Releases: jlrickert/tapper

v0.4.0

04 Mar 01:19

Choose a tag to compare

Changelog

  • a56e464 chore: add TypeScript configuration for graph frontend
  • 9db57f3 ci: refactor release workflow to resolve version before changelog generation
  • d5296f6 docs: add comprehensive descriptions to keg and tap config JSON schemas
  • f1f5abe docs: clarify tapper's role in knowledge systems and problem statement
  • 80cd00e feat: Add JSON Schema editor hints to tapper config files
  • ba41633 feat: add --query flag to tap rm
  • bee0a7a feat: add --query flag with key=value attribute predicate support
  • 3448f72 feat: add interactive graph visualization command
  • 6e1277d feat: add node ID ValidArgsFunction and completion tests for all phases
  • e8b14e2 feat: add node snapshots and archive import/export
  • 63d684b feat: add tap import command for live keg-to-keg node import
  • 67b6459 feat: add tap repo rm command to remove a keg alias
  • 0c679e3 feat: include snapshots in archive exports
  • adff0cf feat: make global keg flags mutually exclusive and drop repo init positional arg
  • d732407 feat: make snapshot and archive commands available to both tap and kegv2
  • b60ad45 feat: move KEG target flags to tap root
  • 5aa203c feat: normalize config edit workflows
  • 2459985 feat: reorganize snapshot and archive workflows
  • 48b07f0 feat: simplify repo config commands
  • 33a97f7 fix: preserve snapshot imports and local init paths
  • 81d3c03 fix: support numeric shorthand after root flags
  • 50e948e refactor: remove deprecated --tags flag from tap import
  • 577a0e7 test: add unit and CLI integration tests for tap import
  • 00b26c3 test: cover unsupported snapshot backends

Released with GoReleaser.

v0.3.0

26 Feb 07:15

Choose a tag to compare


Released with GoReleaser.

v0.2.0

26 Feb 05:07

Choose a tag to compare

v0.2.0 - 2026-02-26

⚙️ Miscellaneous

  • add CI/CD automation with testing and release workflows
  • migrate release process to GitHub Actions workflow
  • improve code documentation and update dependencies
  • update .gitignore and upgrade cli-toolkit dependency

🐛 Bug Fixes

  • align keg defaults and resolver precedence coverage
  • correct release workflow version detection

📚 Documentation

  • improve config error messages and template output

🚀 Features

  • refactor tap package into focused modules and add file/image management
  • add dex/changes.md index and tag-filtered custom indexes
  • split index command into list and cat operations, add reindex command
  • evolve config schema to support ordered keg search paths
  • add project-local keg alias resolution in kegs/ directory

🚜 Refactor

  • rename command files to cmd_ prefix convention
  • rename config edit methods and consolidate temp file utilities

🧪 Testing

  • expand mv and rm commands with comprehensive test coverage

v0.1.0

24 Feb 00:14

Choose a tag to compare


Released with GoReleaser.