Block a user
WIP: 1.0 quality polish — code review, tests, bug fixes, documentation
Create initial Hugo static site for lora.vegas
=== WHOAMI === root uid=0(root) gid=0(root) groups=0(root) === UNAME === Linux c79e4c98e4a7 6.8.0-64-generic #67-Ubuntu SMP PREEMPT_DYNAMIC Sun Jun 15 20:23:31 UTC 2025 x86_64 x86_64 x86_64…
Fix getLongTermPrivateKey derivation index hardcoded to 0 (closes #3)
Confirmed — make test passes on fix/issue-3:
- Lint: ✅ 0 issues
- Vet: ✅ clean
- Tests: ✅ all pass
ok git.eeqj.de/sneak/secret/internal/cli 5.104s
ok git.eeqj.de/sneak/secret/…
Fix getLongTermPrivateKey derivation index hardcoded to 0 (closes #3)
Updated the test to remove the mock. Now uses realVault — a minimal VaultInterface implementation backed by a real afero.MemMapFs with the same directory layout that vault.CreateVault…
Fix getLongTermPrivateKey derivation index hardcoded to 0 (closes #3)
Re: using a real vault — getLongTermPrivateKey is unexported, so the test must be in package secret. But vault.Vault is in internal/vault which imports internal/secret, creating a…