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
10 changes: 10 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Project-local cargo config. Applies only to builds invoked within this repo.
#
# Ironwood (NU6.3) lives behind `#[cfg(zcash_unstable = "nu6.3")]` in the
# zingolabs/librustzcash and zingolabs/zebra forks we pull in (see the
# [patch.crates-io] block in the workspace Cargo.toml). Enabling the cfg here
# means every `cargo` invocation in this repo builds the Ironwood code paths,
# matching the flag zingolib sets in its own .cargo/config.toml so the harness
# and its downstream consumer compile against the same cfg.
[build]
rustflags = ["--cfg", "zcash_unstable=\"nu6.3\""]
19 changes: 19 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,22 @@ attacker controls the lookup path.
open a tracking issue rather than silently shipping the audit
fix — the bug is older than your PR and may have caller-side
expectations that need to change in lockstep.

## Agent skills

### Issue tracker

Issues and PRDs are tracked as GitHub issues in `zingolabs/infrastructure`
via the `gh` CLI. External (non-collaborator) PRs are also a triage
surface. See `docs/agents/issue-tracker.md`.

### Triage labels

Default canonical label vocabulary (`needs-triage`, `needs-info`,
`ready-for-agent`, `ready-for-human`, `wontfix`). See
`docs/agents/triage-labels.md`.

### Domain docs

Single-context: `CONTEXT.md` + `docs/adr/` at the repo root. See
`docs/agents/domain.md`.
Loading
Loading