summaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
authorSzymon Szukalski <szymon@szymonszukalski.com>2026-04-08 12:46:24 +1000
committerSzymon Szukalski <szymon@szymonszukalski.com>2026-04-08 12:46:24 +1000
commit059aa0870f1152f06d41e0bbd1c9078c39161923 (patch)
tree32e937321bcc21d047328152d15f949f105a7f9a /AGENTS.md
parenta46d04e0fd8af4b63b91bd2ded2d6956dad67f0a (diff)
consistency updates
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/AGENTS.md b/AGENTS.md
index a47fcd4..3e36e68 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -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/`.