Skip to content

Commit 7ca964c

Browse files
committed
stuff
1 parent 6b0dff6 commit 7ca964c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ Integration of the [`ledger`](https://github.com/IntersectMBO/cardano-ledger), [
77

88
See the [Contributing guide](CONTRIBUTING.md) for how to contribute to this project.
99

10+
## Development Setup
11+
12+
### Using Claude Code
13+
14+
For developers using [Claude Code](https://claude.ai/code), project-specific configuration can be set up by:
15+
16+
1. Clone the omni-dev-config repository:
17+
```bash
18+
git clone https://github.com/input-output-hk/omni-dev-config
19+
```
20+
21+
2. Symlink `CLAUDE.md` from omni-dev-config to this repository:
22+
```bash
23+
ln -s /path/to/omni-dev-config/CLAUDE.md /path/to/cardano-api/CLAUDE.md
24+
```
25+
26+
This provides Claude Code with project-specific context, coding standards, and best practices.
27+
1028
## Core maintainers
1129

1230
* [Jordan Millar](https://github.com/Jimbo4350)

0 commit comments

Comments
 (0)