-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflowmem.jsonl
More file actions
14 lines (14 loc) · 3.01 KB
/
flowmem.jsonl
File metadata and controls
14 lines (14 loc) · 3.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{"type":"entity","name":"FlowMem","entityType":"Configuration","observations":["Dual memory architecture initialized - FlowMem (flowmem.jsonl) for structured entity/relationship storage, FlowDocs (.flowdocs/) for narrative documentation","flowmem@flowloom plugin enabled in .claude/settings.json. Commands flowmem add-entity and flowmem add-relation are pre-approved in settings.local.json permissions"]}
{"type":"entity","name":"FlowDocs","entityType":"Configuration","observations":["Narrative documentation system at .flowdocs/ with directories: architecture/decisions, features, guides, troubleshooting"]}
{"type":"entity","name":"dotfiles","entityType":"Repository","observations":["Dotfiles repository managed with Homeshick conventions - files live under home/ and get symlinked to ~ by homeshick","Uses literate configuration extensively - .org files tangle to generate actual config files (e.g. dotspacemacs.org -> init.el, init.org -> init.lua)"]}
{"type":"entity","name":"Homeshick","entityType":"Configuration","observations":["Dotfile manager that symlinks files from home/ to ~. Run 'homeshick link dotfiles' to create symlinks, 'homeshick check dotfiles' to verify"]}
{"type":"entity","name":"dotspacemacs.org","entityType":"Configuration","observations":["Literate Spacemacs config at home/dotspacemacs.org - tangles to home/.spacemacs.d/init.el","Uses noweb syntax - source blocks tagged with :noweb-ref config-layers or :noweb-ref user-config are collected into appropriate sections during tangling","Tangle command: emacs --batch -l org --eval '(org-babel-tangle-file \"home/dotspacemacs.org\")'"]}
{"type":"entity","name":"init.org (Hammerspoon)","entityType":"Configuration","observations":["Literate Hammerspoon config at home/.hammerspoon/init.org - tangles to home/.hammerspoon/init.lua","Tangle command: emacs --batch -l org --eval '(org-babel-tangle-file \"home/.hammerspoon/init.org\")'"]}
{"type":"entity","name":"menuHammerCustomConfig.org","entityType":"Configuration","observations":["Literate MenuHammer config at home/.hammerspoon/menuHammerCustomConfig.org - tangles to menuHammerCustomConfig.lua (modal menu system)"]}
{"type":"entity","name":"Claude Hooks","entityType":"Configuration","observations":["No Claude hooks are currently installed in this repo or globally. The .claude/settings.json and settings.local.json contain plugin config and permissions but no hooks key.","No hooks configured in project (.claude/settings.json, .claude/settings.local.json) or globally (~/.claude/settings.json) as of 2026-02-04"]}
{"type":"relation","from":"FlowMem","to":"FlowDocs","relationType":"related_to"}
{"type":"relation","from":"dotfiles","to":"Homeshick","relationType":"depends_on"}
{"type":"relation","from":"dotfiles","to":"dotspacemacs.org","relationType":"contains"}
{"type":"relation","from":"dotfiles","to":"init.org (Hammerspoon)","relationType":"contains"}
{"type":"relation","from":"dotfiles","to":"menuHammerCustomConfig.org","relationType":"contains"}
{"type":"relation","from":"dotfiles","to":"Claude Hooks","relationType":"contains"}