Skip to content
Merged
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
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ AWSCLIV2.pkg
# Local developer secrets — template is checked in as .env.example.
agentkeys-secrets.env

# Stage 6 runbook one-shot JSON artifacts. CLAUDE.md mandates the
# `jq -n --arg` → `$(...)` pattern piped directly into the AWS CLI call
# (no file on disk). If any of these reappear, someone reverted to the
# heredoc anti-pattern — delete and fix the runbook usage.
/bucket-policy*.json
/daemon-user-inline.json
/dns-change.json
/probe*.mjs
/probe*.js

# tsx double-nested cwd artefact — scrapers launched from the wrong
# working dir land here. Harmless but noisy; ignore unconditionally.
provisioner-scripts/provisioner-scripts/

# agentkeys-workflow-collection: per-run recordings (~50MB each, binary
# trace.zips don't delta-compress). Keep locally; commit only curated
# reference recordings via explicit negations below.
Expand Down
2 changes: 2 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Rust monorepo with Cargo workspace. See `docs/spec/architecture.md` for componen
See `docs/spec/credential-backend-interface.md` for the CredentialBackend trait contract (15 methods).
See `docs/spec/plans/development-stages.md` for the 8-stage build plan.
See `docs/spec/plans/execution-plan.md` for the orchestration runbook (ralph, team, ultraqa).
Do not read folder `docs/archived`

## Version Control
Use `jj` (Jujutsu) for all version control. Never use raw `git` commands.
Expand Down Expand Up @@ -51,3 +52,4 @@ cargo test -p agentkeys-daemon -p agentkeys-mcp
cargo test -p agentkeys-provisioner
npm test --prefix provisioner-scripts
```

Loading
Loading