Commit Graph

13 Commits

Author SHA1 Message Date
David Ibia
924e3788d5 Add test coverage for non-standard env file names (api.env, etc.) 2026-01-15 21:32:11 +01:00
David Ibia
a64cc5cdf6 Add key mutation commands (add, set, unset, delete) for v0.0.4
- Add CLI commands: add, set, unset, delete for modifying .env files
- Add value auto-quoting for special characters (spaces, #, quotes, newlines)
- Add example file detection with warning for .env.example/.sample/.template
- Add library API: addEnvFileKey, setEnvFileKey, unsetEnvFileKey, deleteEnvFileKeys
- Export isExampleEnvFile utility
- Add tests for new mutation operations
- Update README and CHANGELOG
2026-01-15 21:29:06 +01:00
David Ibia
d9d3a41b0f Add repository metadata 2026-01-13 19:44:33 +01:00
David Ibia
46c7a34355 Add dotenv file operations 2026-01-13 18:20:37 +01:00
David Ibia
2b4ff5bf81 Improve README for match ops and LLM contract 2026-01-12 20:54:14 +01:00
David Ibia
f8538c8bca Bump version to 0.0.2 2026-01-12 18:18:46 +01:00
David Ibia
4568f9d421 Add match operators for key checks 2026-01-12 18:14:33 +01:00
David Ibia
7933e9294f Reference envsitter-guard in README 2026-01-12 16:15:19 +01:00
David Ibia
a1c53aeb5e Run tests in pre-commit 2026-01-12 13:45:44 +01:00
David Ibia
665c4adf69 Update MIT license copyright holder 2026-01-12 10:48:27 +01:00
David Ibia
40dbd4432f Prepare npm publish with README and MIT license 2026-01-12 10:46:12 +01:00
David Ibia
578365a667 Add AGENTS.md for build, test, and style guidance 2026-01-12 10:34:20 +01:00
David Ibia
3993746843 Initial envsitter CLI and safe env matching 2026-01-12 10:30:49 +01:00