14 lines
476 B
Markdown
14 lines
476 B
Markdown
# user-thoughts Runtime Directory
|
|
|
|
This directory stores project-local user intent captured by `user-thoughts`.
|
|
|
|
## Contents
|
|
|
|
- `define.ini`: runtime state for the skill.
|
|
- `raw/`: unprocessed user thoughts captured by date.
|
|
- `ignored/`: entries the user explicitly chose not to record.
|
|
- `mdbase/`: organized project memory grouped by dimension.
|
|
- `export/`: exported mdbase content.
|
|
|
|
Do not delete this directory unless the user explicitly wants to discard project memory.
|