Files
ghost/.claude/settings.local.json
Adir Shitrit dd6bdef9d7 Clean up documentation and rewrite README
Removed unnecessary markdown files that were either outdated or
redundant (BUILD.md, PROJECT_SUMMARY.md, TODO.md, RESEARCH_FRAMEWORK.md).
Most of this info is either completed or captured elsewhere.

Rewrote README in a more natural, conversational style. Less formal,
more straightforward about what the tool does and how to use it.
Kept the technical details but made it more accessible.
2025-11-21 01:02:10 +02:00

21 lines
436 B
JSON

{
"permissions": {
"allow": [
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(cargo new:*)",
"Bash(cargo check:*)",
"Bash(tree:*)",
"Bash(find:*)",
"Bash(cargo clippy:*)",
"Bash(cargo build:*)",
"Bash(source ~/.zshrc)",
"Bash(source ~/.cargo/env)",
"Bash(Select-String \"warning\")",
"Bash(Select-Object -First 30)"
],
"deny": [],
"ask": []
}
}