My personal-knowledge-system, with deeply integrated task tracking and long term goal planning capabilities.
at main 27 lines 985 B view raw view rendered
1# Filaments 2 3My personal-knowledge-system, with deeply integrated task tracking and 4long term goal planning capabilities. 5 6This is a continuation of my previous project, [TARS](https://github.com/suri-codes/TARS). 7 8## Name Origin 9 10Derived from [galaxy filaments](https://en.wikipedia.org/wiki/Galaxy_filament), 11with clusters being notes, and filaments being the links between them. 12 13 14## AI Policy 15 16All the code for this project is hand written, (I'm counting LSP 17completions as hand-written). I haven't and don't plan to use "Claude 18Code" or adjacent tools for this project. 19 20However, I have and will continue to use the chat interface for Claude 21to ideate on architectural decisions, debugging obscure errors, etc. 22 23If I do end up "vibe-coding" (extremely unlikely), I will update this section of the README 24to reflect that, as I believe there is some worth in you knowing how 25this code came to be. 26 27<img src="https://brainmade.org/white-logo.png" alt="Brainmade logo" width="300"/>