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.
This commit is contained in:
Adir Shitrit
2025-11-21 01:02:10 +02:00
parent 5757a15427
commit dd6bdef9d7
6 changed files with 79 additions and 1310 deletions

View File

@@ -10,7 +10,9 @@
"Bash(cargo clippy:*)",
"Bash(cargo build:*)",
"Bash(source ~/.zshrc)",
"Bash(source ~/.cargo/env)"
"Bash(source ~/.cargo/env)",
"Bash(Select-String \"warning\")",
"Bash(Select-Object -First 30)"
],
"deny": [],
"ask": []