Skip to content
Merged
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
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Scaffolded projects include:

**v0.23.1** — 2346 TS (Node) + 2349 (V8) + 387 Rust tests passing.

**Next:** See [roadmap](docs/roadmap.md) backlog.
**Next:** See [roadmap](https://github.com/jsvd/arcane/blob/main/docs/roadmap.md) backlog.

## Development

Expand All @@ -155,11 +155,11 @@ cargo check --no-default-features # Verify headless

## Documentation

- [Architecture](docs/architecture.md) — Two-layer design, Rust core, TypeScript runtime
- [API Design](docs/api-design.md) — Naming conventions, error handling
- [Glossary](docs/glossary.md) — Canonical definitions for all terms
- [Roadmap](docs/roadmap.md) — Development plan and backlog
- [Contributing](CONTRIBUTING.md) — How to contribute (humans and agents)
- [Architecture](https://github.com/jsvd/arcane/blob/main/docs/architecture.md) — Two-layer design, Rust core, TypeScript runtime
- [API Design](https://github.com/jsvd/arcane/blob/main/docs/api-design.md) — Naming conventions, error handling
- [Glossary](https://github.com/jsvd/arcane/blob/main/docs/glossary.md) — Canonical definitions for all terms
- [Roadmap](https://github.com/jsvd/arcane/blob/main/docs/roadmap.md) — Development plan and backlog
- [Contributing](https://github.com/jsvd/arcane/blob/main/CONTRIBUTING.md) — How to contribute (humans and agents)

## License

Expand Down