ac0ff8e2af
ci / build-test (push) Has been cancelled
- untrack CLAUDE.md (tailnet leak) + stale HANDOFF.md; keep local via .gitignore - add source-available LICENSE (attribution on fork, royalty on commercial use) - add lab/ reproduction kit (fake-cred LIVE-VM/mock rotation POCs) + lab/README - rewrite README to current status (22 drivers, 8 LIVE-VM/14 MOCK-ONLY/0 LIVE-REAL, 247 tests) and carry the credential-handling safety rules Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
30 lines
549 B
Plaintext
30 lines
549 B
Plaintext
# build output
|
|
/credrot
|
|
/dist/
|
|
/incredigo-map.html
|
|
|
|
# never commit secrets or backup bundles (any sealer: age / hmac / openssl)
|
|
*.credrot.enc
|
|
*.credrot.age
|
|
*.age
|
|
*.env
|
|
.env.*
|
|
|
|
# local-only design docs (kept on disk, never pushed upstream)
|
|
docs/ROTATION.md
|
|
docs/ROTATION-REAL-CRED-RUNBOOK.md
|
|
|
|
# maintainer-local: AI session directive (tailnet detail) + stale dev handoff
|
|
CLAUDE.md
|
|
HANDOFF.md
|
|
|
|
# lab kit: ship the scripts, never the binaries or real-host / runbook material
|
|
lab/incredigo
|
|
lab/gitea
|
|
lab/*.age
|
|
lab/rung1-*
|
|
|
|
# editor / OS
|
|
*.swp
|
|
.DS_Store
|