fortrangoingonforty/armfortas / 553c807

Browse files

Track fgof campaign expansion

Authored by espadonne
SHA
553c807dc5e0eedc491b6e1c7571598f86fbe05d
Parents
f8aae86
Tree
cea892a

2 changed files

StatusFile+-
M PROJECT_CAMPAIGN.md 9 0
M bencch 1 1
PROJECT_CAMPAIGN.mdmodified
@@ -58,6 +58,15 @@ Secondary targets worth keeping warm:
5858
 - `fgof-watch`
5959
   - portable file-watching library with polling-backed watch-session semantics
6060
   - 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`
6170
 
6271
 Current de-prioritized projects:
6372
 
bencchmodified
@@ -1,1 +1,1 @@
1
-Subproject commit ac55ee602c8b3fa998ae99ce28e7d201139edf70
1
+Subproject commit 56efe6d8fcc64bdc186d9c1a0308db6cc8e03125