Initialize ops repository

This commit is contained in:
vaultsovereign
2025-12-17 15:13:19 +00:00
commit f375d21a9e
51 changed files with 590 additions and 0 deletions

12
vault/README.md Normal file
View File

@@ -0,0 +1,12 @@
# Vault (encrypted-only)
This directory contains **encrypted artifacts only**.
Rules:
- Never commit plaintext secrets (even temporarily).
- Never commit private keys.
- Treat `vault/` as safe-to-leak ciphertext: if leaking it would break you, it is mis-scoped.
Decryption/working material belongs in `vault/tmp/` (gitignored) and should be wiped after use.