@@ -114,6 +114,11 @@ lpb-config reset [--force] # Re-clone (destructive)
114114lpb-config merge # Interactive merge
115115lpb-config align # Update extension pins to latest GitHub tags
116116
117+ # Memory extension config
118+ lpb-config memory show # Show current lpb-memory config
119+ lpb-config memory setup # Interactive config wizard
120+ lpb-config memory setup --non-interactive # Generate from template
121+
117122# Override pipeline detection
118123lpb-config --tag main validate # Force main pipeline check
119124lpb-config --tag dev workspace ensure
@@ -134,6 +139,21 @@ lpb-config --tag dev workspace ensure
1341394 . ** Validate:** ` lpb-config validate ` checks pins match current version
1351405 . ** Persistent:** settings.json persists on host volume, survives container rebuilds
136141
142+ ## lpb-memory Config Lifecycle
143+
144+ Same pattern — template in repo, user config on host:
145+
146+ ``` bash
147+ # Config repo has: lpb-memory-config.json.template (stack defaults)
148+ # start.sh generates: lpb-memory-config.json (copies template)
149+ ```
150+
151+ 1 . ** First boot:** start.sh copies template → config
152+ 2 . ** No model override** — uses main model until user configures
153+ 3 . ** Tune:** ` lpb-config memory setup ` interactive wizard
154+ 4 . ** Review:** ` lpb-config memory show ` displays current config
155+ 5 . ** Persistent:** config persists on host volume, survives rebuilds
156+
137157## Commit Author Convention
138158
139159ALL LocalPibox-specific commits MUST use:
0 commit comments