Commit Graph

10 Commits

Author SHA1 Message Date
David Ibia
17e37f2f76 feat: add mutation tools and help command for v0.0.4
- Add envsitter_add, envsitter_set, envsitter_unset, envsitter_delete tools
- Add envsitter_help tool with comprehensive usage guide for agents
- Change blocking to silent mode (error messages only, no toasts)
- Bump envsitter dependency to ^0.0.4
- Update README with new tools and envsitter library reference
- Update CHANGELOG for v0.0.4
2026-01-15 23:01:58 +01:00
David Ibia
093258641f chore: add repository metadata
Link package metadata to GitHub mirror.
2026-01-13 19:44:07 +01:00
David Ibia
4c2a52d35e chore: bump version to 0.0.3
Includes changelog entries for secure dotenv operations and envsitter ^0.0.3.
2026-01-13 19:39:22 +01:00
David Ibia
fa23dd07f8 feat: add secure envsitter dotenv operations
Expose validate/copy/format/annotate tools with dry-run by default, and switch is_equal matching to candidate hashing. Remove prompt-append warning to avoid writing into OpenCode input.
2026-01-13 19:28:39 +01:00
David Ibia
9c89528829 chore: set package version to 0.0.2 2026-01-12 19:30:19 +01:00
David Ibia
b21d63cb7c feat: expose envsitter match and scan tools
Adds safe matching/scanning endpoints so workflows can validate secrets without reading .env files.
2026-01-12 19:28:58 +01:00
David Ibia
6020518fc7 chore: prepare npm package for publish 2026-01-12 14:04:23 +01:00
David Ibia
97598af472 chore: set package version to 0.0.1 2026-01-12 13:52:39 +01:00
David Ibia
b2b0b9b0fa test: add Node test suite and pre-commit hook 2026-01-12 13:50:43 +01:00
David Ibia
3a56870ff5 Initial commit 2026-01-12 13:20:27 +01:00