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
4 changes: 2 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ npm publishing uses OIDC trusted publishing (configured on npmjs.com) - no token

1. **Read `docs/dsn-format.md`** for the binary format spec
2. **Read the corresponding C++ file** in `references/OpenOrCadParser/` before writing any code
3. Cross-reference `docs/dsn.xsd` / `docs/olb.xsd` for structure/field names if needed
3. Cross-reference `docs/olb.xsd` for structure/field names if needed

### C++ reference mapping

Expand All @@ -126,7 +126,7 @@ The TypeScript files in `src/parsers/cadence/dsn/` map to C++ files in `referenc

### Additional resources

- **Cadence schemas**: `docs/dsn.xsd`, `docs/olb.xsd`
- **Cadence schemas**: `docs/olb.xsd`
- **Coverage scripts**: `scripts/dsn-coverage-report.ts`, `scripts/dsn-inspect.ts` (see `scripts/AGENTS.md`)

## Git Guidelines
Expand Down
2 changes: 1 addition & 1 deletion docs/dsn-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ Matching is case-insensitive. This cleanup improved BBxM value coverage from 90.
### 12.8 Reference material

- [OpenOrCadParser](https://github.com/Werni2A/OpenOrCadParser) - C++ reference implementation (local copy at `references/OpenOrCadParser/`, gitignored)
- `docs/dsn.xsd` - Cadence DSN XML schema (structure/field reference, gitignored)


Key C++ source files for cross-referencing unknown bytes or new structure types:

Expand Down