diff options
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -12,8 +12,9 @@ This repository is for the creation and maintenance of Emacs 30 configuration fi - The current Org workflow lives under `~/org/` with `journal.org`, `daily/`, `projects/`, `areas/`, `areas/people/people.org`, `resources/`, and `archives/`. - `~/org/` is external to this repository and must already exist. - The configuration may open files in `~/org/`, but it must not create directories, create files, or validate note structure. -- `~/org/moc.org` is a normal note. The configuration may open it, but it must not create or manage it. -- `~/org/areas/people/people.org` is part of the external note system and must already exist. +- `~/org/journal.org` is the operational journal. It must already exist. The configuration may open it, but it must not create or manage it. +- `~/org/moc.org` is a normal note. It must already exist. The configuration may open it, but it must not create or manage it. +- `~/org/areas/people/people.org` is the people CRM file. It must already exist. The configuration may open it, but it must not create or manage it. - The operational journal lives in `~/org/journal.org`; older daily notes may remain under `~/org/daily/`; durable notes created with Denote live in PARA directories under `~/org/`. - Agenda files are discovered by explicitly including `~/org/journal.org` and recursively scanning `.org` files under `~/org/projects/`, `~/org/areas/`, and `~/org/resources/`. - Agenda discovery must exclude `~/org/archives/`. |
