diff options
| author | Szymon Szukalski <szymon@szymonszukalski.com> | 2026-04-01 16:09:05 +1100 |
|---|---|---|
| committer | Szymon Szukalski <szymon@szymonszukalski.com> | 2026-04-01 16:09:05 +1100 |
| commit | 99a6eb826380e4f387440a350367589a23f8452f (patch) | |
| tree | 60ec74bb0bc440190ab0b287936808fb3ef19680 | |
| parent | 1638d7f40932aed8c634220810a47d639732f35d (diff) | |
Update README and doc review workflow
| -rw-r--r-- | AGENTS.md | 1 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -47,5 +47,6 @@ This repository is for the creation and maintenance of Emacs 30 configuration fi - Document non-obvious conventions close to the relevant configuration in `config.org`. - Update `README.md` whenever configuration or workflow changes alter package usage, startup behavior, keybindings, directory layout, capture flow, or other documented behavior. - `README.md` must describe the current configuration truthfully. Do not leave stale documentation behind and do not document planned behavior as current behavior. +- Before claiming a change is complete or asking to commit it, review whether `README.md` needs an update; if it does not, say so explicitly in the summary. - Update AGENTS.md when the repo workflow, Org layout, or verification expectations materially change. - Keep AGENTS.md concise and update it only when the repository structure or working rules actually change.
\ No newline at end of file @@ -83,7 +83,7 @@ This keeps daily capture fast without routing everything through Denote. ### Agenda usage -The agenda is opened through `ss/open-agenda`, bound to `C-c a`. Before running `org-agenda`, the config refreshes `org-agenda-files` from the PARA directories and explicitly loads `org-agenda` so agenda-specific variables are available. +The agenda is opened through `ss/open-agenda`, bound to `C-c a`. That command explicitly loads `org-agenda`, and the config refreshes `org-agenda-files` immediately before each `org-agenda` invocation so the agenda sees the current PARA files without relying on a fixed file list. This means the agenda reflects the current project, area, and resource files at runtime instead of relying on a fixed file list. |
