Document the `.quire/` files quire actually reads
The per-repo config section described `.quire/config.fnl` as
reserved without mentioning the two `.quire/` files quire does
read today (`ci.fnl`, `Dockerfile`), which made the directory
look unused.

Assisted-by: Claude Opus 4.7 via Claude Code
change ktvwskrtvlxstyoouvlsuwzwnpotoxrr
commit 16f13b9d582be6d8bab92411c45fe7034b8719c0
author Alpha Chen <alpha@kejadlen.dev>
date
parent rrqoxlwv
diff --git a/docs/config.md b/docs/config.md
index 8ddbbd3..1528319 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -32,9 +32,14 @@ file surfaces as a Fennel parse or eval error with source labels.
 
 ## Per-repo config
 
-Mirroring is handled by CI jobs defined in `.quire/ci.fnl`. Per-repo
-config at `.quire/config.fnl` is reserved for future use (notifications,
-visibility settings, etc.).
+Files quire reads from a checked-in `.quire/` directory in the working
+tree:
+
+- `.quire/ci.fnl` — pipeline definition (jobs, image, mirror).
+- `.quire/Dockerfile` — image built per run when the CI executor is
+  `docker` and no other image is supplied.
+- `.quire/config.fnl` — reserved for future use (notifications,
+  visibility settings, etc.); not yet read.
 
 ## SecretString values