Skip to content

v0.2.0

Choose a tag to compare

@zw008 zw008 released this 27 Jun 02:21

v0.2.0

Security

  • Encrypted credential store — secrets now stored in ~/.<tool>/secrets.enc (Fernet + scrypt-derived master password), never plaintext on disk (chmod 600). Legacy .env still works as a deprecated fallback; secret migrate imports it.

Onboarding

  • Friendly interactive <tool> init wizard + <tool> secret set/list/rm/migrate/rotate-password commands. doctor now reports store health.

Expanded operations

  • Many new day-2 MCP tools covering common scenarios (see SKILL.md). Every tool runs through the governance harness (audit / budget / risk-tier / undo).

Note: still validated against mocked APIs; verify against a live system before production use.