murk-cli 0.10.2

Encrypted secrets manager for developers — one file, age encryption, git-friendly
Documentation
# Roadmap

murk is pre-1.0. This covers direction, not commitments — priorities shift with real usage. The 0.x line is a public beta: safe to use with good judgment, not yet independently audited. See [THREAT_MODEL.md](THREAT_MODEL.md) for what murk protects and what it doesn't.

## Toward 1.0

1.0 is a trust milestone, not a feature milestone. The feature set — encrypted single-file vault, per-recipient encryption, scoped agent access over MCP, team management, and BIP39 recovery — is in place. What 1.0 adds is validation and stability guarantees. It ships when all of these hold:

- **Vault-format stability** — 1.x reads every 0.x vault; any format change ships with a documented, tested migration.
- **External security review** — an independent review of the age recipient management and grant-scope enforcement, with findings published and addressed.
- **Continuous fuzzing** — OSS-Fuzz onboarding, beyond the current nightly in-repo fuzz run.
- **SLSA Build L3 provenance** — up from the current attested (L2) releases.
- **Soak** — several months of 0.9.x in real use with no vault-format change and no critical security fix.
- **Migration & policy docs** — an upgrade guide, an MSRV policy, and a deprecation policy.

## Later

- Secret versioning (`murk history`, `murk rollback`)
- Per-key timestamps and access logging
- First-class environment separation (dev/staging/prod)
- Nix flake, Debian packages

## Non-goals

- Centralized secrets server (use HashiCorp Vault)
- Custom cryptographic primitives (murk uses age)
- Fine-grained cryptographic access control (all recipients can read shared secrets by design)
- Regulated/compliance environments (no audit trail beyond git, no provable access controls)
- Algorithm agility (age uses a fixed suite by design)