diff options
| author | main <main@swarm.moe> | 2026-03-31 14:00:51 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-31 14:00:51 -0400 |
| commit | e439898d6235bea1bfb87f9169094adb746350ee (patch) | |
| tree | 7e54ac4962ddf144e62ed355bd3faf93c53a852d /fahrenheit-451/references/read-cluster-template.md | |
| download | skills-e439898d6235bea1bfb87f9169094adb746350ee.zip | |
Add fahrenheit-451 skill
Diffstat (limited to 'fahrenheit-451/references/read-cluster-template.md')
| -rw-r--r-- | fahrenheit-451/references/read-cluster-template.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/fahrenheit-451/references/read-cluster-template.md b/fahrenheit-451/references/read-cluster-template.md new file mode 100644 index 0000000..d52c0aa --- /dev/null +++ b/fahrenheit-451/references/read-cluster-template.md @@ -0,0 +1,26 @@ +# Read Cluster Template + +```text +clique_id: +purpose: +why_these_files_belong_together: +wave_size: + +files: +- path/to/file_a.md +- path/to/file_b.txt + +checkpoint: +- deletion candidates: +- merger candidates: +- possible keepers: +- likely rereads: +- code surfaces to reconcile: +``` + +Rules: + +- `wave_size` must never exceed `8` +- write the checkpoint into the `/tmp` worklog after every wave before reading more files +- a file may appear in multiple cliques when supersession or duplication reasoning demands it +- name the clique by the relationship it is testing, not by arbitrary adjacency |