aboutsummaryrefslogtreecommitdiffstats
path: root/docs/superpowers
AgeCommit message (Collapse)AuthorFilesLines
9 hoursAdd package-cache implementation planDanilo M.1-0/+996
11 tasks: PKG_CACHE config, pure cache_decision/path/store/version_of with self-check coverage, forced controlled OUTPUT (no /repo inheritance), build_one wiring (target builds fresh, deps install from cache), CACHED status + count, base-patch wipe, docs, VM verification. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
9 hoursAdd package-cache design specDanilo M.1-0/+222
Persistent on-disk cache of built dependency packages, keyed prog+version, SBo-tree layout, reused across runs while version is unchanged. Target always builds fresh; cache wiped on base patch. Pure cache_decision/store/path functions for self-check coverage. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>