Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@ dist/*
/ende

.DS_*

# Local agent/runtime state may contain command logs or pasted context.
.codex/
.omx/

# Local keyserver state can include token hashes and operational metadata.
.ende-keyserver.json
*.ende-keyserver.json
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ If your change affects crypto, key handling, or trust decisions, include:
- threat model impact,
- migration/compatibility considerations,
- validation strategy (tests/manual steps).

## Secret hygiene
Before committing, run `git status --short` and check that local runtime
directories, keyserver state files, environment files, and command logs are not
staged. Do not commit credentials, publish tokens, private keys, or files that
record local agent sessions.
Loading