summaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
authorSzymon Szukalski <szymon@szymonszukalski.com>2026-04-08 11:32:34 +1000
committerSzymon Szukalski <szymon@szymonszukalski.com>2026-04-08 11:32:34 +1000
commit93d1f5ae8ab112e0ea14399894040378a812da0f (patch)
tree921b71daf0308e402de38b0e22c26d90b4015344 /AGENTS.md
parente4c9cb20a4419d19f8bbeca35a66fc8388cf430a (diff)
feat: switch capture to journal datetree
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 0b57bca..a47fcd4 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -9,14 +9,14 @@ This repository is for the creation and maintenance of Emacs 30 configuration fi
- `config.org` is the single hand-edited source of truth for Emacs configuration.
- `init.el` and `early-init.el` are generated from `config.org` and should not be edited directly.
- Structure the literate config by startup responsibility first, then by workflow domain.
-- The current Org workflow lives under `~/org/` with `daily/`, `projects/`, `areas/`, `areas/people/people.org`, `resources/`, and `archives/`.
+- 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.
-- Daily notes stay as plain Org files under `~/org/daily/`; durable notes created with Denote live in PARA directories under `~/org/`.
-- Agenda files are discovered by recursively scanning `.org` files under `~/org/projects/`, `~/org/areas/`, and `~/org/resources/`.
-- Agenda discovery must exclude `~/org/daily/` and `~/org/archives/`.
+- 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/`.
- PARA is the organising model for durable notes, and folder placement carries meaning.
- The config includes an experimental `gptel` setup that uses GitHub Copilot as the backend.
- Do not treat `auto-save-list/` as source content.