Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

aa-memory: add repo-local aa memory store with lith deploy feedback

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

authored by

Jeffrey Scudder
Claude Sonnet 4.6
and committed by
aa-bridge
74f86f26 b78f8e22

+16
+5
aa-memory/MEMORY.md
··· 1 + # Memory Index 2 + 3 + ## Feedback 4 + 5 + - [Always deploy to lith after compush](feedback_lith_deploy.md) — run fish lith/deploy.fish after every git push
+11
aa-memory/feedback_lith_deploy.md
··· 1 + --- 2 + name: Always deploy to lith after compush 3 + description: After every git push, run fish lith/deploy.fish to deploy to production 4 + type: feedback 5 + --- 6 + 7 + Always run `fish lith/deploy.fish` after pushing to git (compush). The user expects the full compush flow to include both the git push AND the lith deployment in one go. 8 + 9 + **Why:** The user was surprised I didn't deploy automatically — lith is the production server and a push without deploy leaves the live site stale. 10 + 11 + **How to apply:** Any time the user says "compush" or asks to commit+push, finish by running `fish lith/deploy.fish` unless they explicitly say otherwise.