diff options
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 |