Skip to content

Commit a15863e

Browse files
Merge remote-tracking branch 'upstream/main' into dev
2 parents f71af55 + 5c579e4 commit a15863e

10 files changed

Lines changed: 4279 additions & 13 deletions

File tree

.claw.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"aliases": {
3+
"quick": "haiku"
4+
}
5+
}

ROADMAP.md

Lines changed: 3843 additions & 1 deletion
Large diffs are not rendered by default.

rust/.claw.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"permissions": {
3+
"defaultMode": "dontAsk"
4+
}
5+
}

rust/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
target/
22
.omx/
33
.clawd-agents/
4+
# Claw Code local artifacts
5+
.claw/settings.local.json
6+
.claw/sessions/
7+
.clawhip/

rust/CLAUDE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# CLAUDE.md
2+
3+
This file provides guidance to Claw Code (clawcode.dev) when working with code in this repository.
4+
5+
## Detected stack
6+
- Languages: Rust.
7+
- Frameworks: none detected from the supported starter markers.
8+
9+
## Verification
10+
- Run Rust verification from the repo root: `cargo fmt`, `cargo clippy --workspace --all-targets -- -D warnings`, `cargo test --workspace`
11+
12+
## Working agreement
13+
- Prefer small, reviewable changes and keep generated bootstrap files aligned with actual repo workflows.
14+
- Keep shared defaults in `.claw.json`; reserve `.claw/settings.local.json` for machine-local overrides.
15+
- Do not overwrite existing `CLAUDE.md` content automatically; update it intentionally when repo workflows change.

0 commit comments

Comments
 (0)