Skip to content

Commit 526f369

Browse files
committed
chore: sync skill file
1 parent 878cbe7 commit 526f369

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

  • .pi/skills/localpibox-repo-workflow

.pi/skills/localpibox-repo-workflow/SKILL.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ lpb-config reset [--force] # Re-clone (destructive)
114114
lpb-config merge # Interactive merge
115115
lpb-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
118123
lpb-config --tag main validate # Force main pipeline check
119124
lpb-config --tag dev workspace ensure
@@ -134,6 +139,21 @@ lpb-config --tag dev workspace ensure
134139
4. **Validate:** `lpb-config validate` checks pins match current version
135140
5. **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

139159
ALL LocalPibox-specific commits MUST use:

0 commit comments

Comments
 (0)