Track fgof campaign expansion
- SHA
553c807dc5e0eedc491b6e1c7571598f86fbe05d- Parents
-
f8aae86 - Tree
cea892a
553c807
553c807dc5e0eedc491b6e1c7571598f86fbe05df8aae86
cea892a| Status | File | + | - |
|---|---|---|---|
| M |
PROJECT_CAMPAIGN.md
|
9 | 0 |
| M |
bencch
|
1 | 1 |
PROJECT_CAMPAIGN.mdmodified@@ -58,6 +58,15 @@ Secondary targets worth keeping warm: | ||
| 58 | 58 | - `fgof-watch` |
| 59 | 59 | - portable file-watching library with polling-backed watch-session semantics |
| 60 | 60 | - good low-dependency target for filesystem change detection and library packaging behavior |
| 61 | +- `fgof-temp` | |
| 62 | + - temp-file, temp-directory, and atomic-write library with real filesystem lifecycle coverage | |
| 63 | + - good low-noise target for ownership, cleanup, and exact-text I/O truthfulness | |
| 64 | +- `fgof-cache` | |
| 65 | + - disk-cache library with sharding, stale pruning, and atomic text persistence | |
| 66 | + - good layered package target once `fgof-temp` stays green | |
| 67 | +- `fgof-state` | |
| 68 | + - persistent state library with versioned document load/save and atomic replacement | |
| 69 | + - good layered package target for durable app/workspace state semantics after `fgof-temp` | |
| 61 | 70 | |
| 62 | 71 | Current de-prioritized projects: |
| 63 | 72 | |
bencchmodified@@ -1,1 +1,1 @@ | ||
| 1 | -Subproject commit ac55ee602c8b3fa998ae99ce28e7d201139edf70 | |
| 1 | +Subproject commit 56efe6d8fcc64bdc186d9c1a0308db6cc8e03125 | |