mirror of
https://github.com/jparkerweb/plan2code.git
synced 2026-07-21 10:23:23 -07:00
5274bdbd51
Adds a project-local /sync-repo skill whose real instructions are encrypted at rest (AES-256-GCM + scrypt) in sync-repo.enc and only revealed in-session after the user supplies the correct passphrase. Plaintext SYNC.md is gitignored and never committed; *.enc is marked binary to protect the ciphertext bytes. AI Assisted
5 lines
209 B
Plaintext
5 lines
209 B
Plaintext
# The encrypted sync-repo blob is base64 text but must never have its bytes
|
|
# altered by line-ending normalization. Treat it as binary so autocrlf/eol
|
|
# settings can never corrupt the ciphertext.
|
|
*.enc binary
|