My personal-knowledge-system, with deeply integrated task tracking and long term goal planning capabilities.
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: readme grammar

+9 -7
+9 -7
README.md
··· 1 1 # Filaments 2 2 3 - My personal-knowledge-system, with deeply integrated 4 - task tracking and long term goal planning capabilities. 3 + My personal-knowledge-system, with deeply integrated task tracking and 4 + long term goal planning capabilities. 5 5 6 6 This is a continuation of my previous project, [TARS](https://github.com/suri-codes/TARS). 7 7 ··· 12 12 13 13 14 14 ## AI Policy 15 - All the code for this project is hand written, (I'm counting LSP completions as hand-written). 16 - I haven't and don't plan to use "Claude Code" or adjacent tools for this project. 17 15 18 - However, I have and will continue the chat interface for Claude to ideate on 19 - architectural decisions, debugging obscure errors, etc. 16 + All the code for this project is hand written, (I'm counting LSP 17 + completions as hand-written). I haven't and don't plan to use "Claude 18 + Code" or adjacent tools for this project. 20 19 21 - If I do end up "vibe-coding", I will update this section of the README 20 + However, I have and will continue to use the chat interface for Claude 21 + to ideate on architectural decisions, debugging obscure errors, etc. 22 + 23 + If I do end up "vibe-coding" (extremely unlikely), I will update this section of the README 22 24 to reflect that, as I believe there is some worth in you knowing how 23 25 this code came to be. 24 26