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
5 changes: 2 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# .cargo/config.toml
#
# Most workflows are handled by justfile recipes. This config focuses on
# build performance and settings that cargo needs to know at invocation time.


[alias]
# xtask convenience (use: cargo xtask <command>)
# Note: Uses dev profile to share artifacts with `cargo build`. Release
# optimization doesn't help xtask commands (completions, man pages, etc).
xtask = "run --package xtask --"


[cargo-new]
vcs = "git"

Expand Down
8 changes: 0 additions & 8 deletions .claude/CLAUDE.md

This file was deleted.

12 changes: 0 additions & 12 deletions .claude/commands/clippy.md

This file was deleted.

11 changes: 0 additions & 11 deletions .claude/commands/handoff.md

This file was deleted.

9 changes: 0 additions & 9 deletions .claude/commands/pickup.md

This file was deleted.

42 changes: 0 additions & 42 deletions .claude/commands/pr.md

This file was deleted.

24 changes: 0 additions & 24 deletions .claude/commands/report.md

This file was deleted.

Empty file removed .claude/plans/.gitkeep
Empty file.
94 changes: 24 additions & 70 deletions .claude/settings.json
Original file line number Diff line number Diff line change
@@ -1,79 +1,33 @@
{
"permissions": {
"allow": [
"Bash(cargo add:*)",
"Bash(cargo build:*)",
"Bash(cargo check:*)",
"Bash(cargo clean:*)",
"Bash(cargo clippy:*)",
"Bash(cargo deny:*)",
"Bash(cargo doc:*)",
"Bash(cargo fmt:*)",
"Bash(cargo llvm-cov:*)",
"Bash(cargo nextest run:*)",
"Bash(cargo run:*)",
"Bash(cargo search:*)",
"Bash(cargo test:*)",
"Bash(cargo tree:*)",
"Bash(cargo xtask:*)",
"Bash(chmod:*)",
"Bash(find:*)",
"Bash(gh api:*)",
"Bash(gh pr checks:*)",
"Bash(gh pr create:*)",
"Bash(gh pr list:*)",
"Bash(gh pr view:*)",
"Bash(gh run list:*)",
"Bash(gh run view:*)",
"Bash(gh run watch:*)",
"Bash(git add:*)",
"Bash(git branch:*)",
"Bash(git checkout:*)",
"Bash(git commit:*)",
"Bash(git diff:*)",
"Bash(git fetch:*)",
"Bash(git log:*)",
"Bash(git rev-parse:*)",
"Bash(git status:*)",
"Bash(git switch:*)",
"Bash(git worktree:*)",
"Bash(grep:*)",
"Bash(just:*)",
"Bash(jq:*)",
"Bash(shellspec:*)",
"Bash(yj:*)",
"Bash(yq:*)",
"Bash(ls:*)",
"Bash(mkdir:*)",
"Bash(sort:*)",
"Bash(python3:*)",
"Bash(uv run:*)",
"Bash(tree:*)",
"Bash(wc:*)",
"Task(Explore)",
"Task(Plan)",
"TaskCreate",
"TaskGet",
"Skill",
"TaskList",
"TaskUpdate",
"Grep",
"Glob",
"Bash(*)",
"Edit",
"Write",
"Read",
"Glob",
"Grep",
"Skill",
"WebFetch(domain:*.readthedocs.io)",
"WebFetch(domain:api.anthropic.com)",
"WebFetch(domain:readthedocs.io)",
"WebFetch(domain:github.io)",
"WebFetch(domain:github.com)",
"WebFetch(domain:lib.rs)",
"WebFetch(domain:docs.rs)",
"WebFetch(domain:code.claude.com)",
"WebFetch(domain:crates.io)",
"WebFetch(domain:registry.npmjs.org)",
"WebFetch(domain:docs.rs)",
"WebFetch(domain:github.com)",
"WebFetch(domain:raw.githubusercontent.com)",
"WebSearch"
"WebSearch",
"Write(commit.txt)",
"Write(*/commit.txt)"
],
"deny": [
"Bash(git add -f:*)",
"Bash(git push --force:*)",
"Bash(git reset --hard:*)",
"Bash(rm -rf:*)",
"Read(**/.env*)",
"Read(**/secrets/**)",
"Read(~/.ssh/**)",
"Read(~/.aws/**)"
]
},
"enableAllProjectMcpServers": true,
"enabledMcpjsonServers": [
"github"
]
}
}
Loading