Skip to content

Commit 7495a1e

Browse files
committed
Document private overlay refresh behavior
Fixes #64
1 parent 7945b78 commit 7495a1e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ git clone git@github.com:pixelgrade/style-manager-private.git /path/to/style-man
4444
bin/bootstrap-private --source-dir /path/to/style-manager-private
4545
```
4646

47+
How later private-overlay changes are handled:
48+
- `bin/bootstrap-private` only manages these top-level targets: `AGENTS.local.md`, `.ai/`, `.claude/napkin.md`, and `.env.local`.
49+
- In the default copy mode, rerun `bin/bootstrap-private --force` when one of those targets changed in the private repo and you want to replace your local copy.
50+
- New files added inside `.ai/` are treated as part of the `.ai/` target, so copy mode still needs `--force` to refresh that directory.
51+
- If you bootstrap with `--link`, later changes inside the private repo show up through the symlink without recopies.
52+
- If you introduce a brand-new private path outside those managed targets, update `bin/bootstrap-private`, `.gitignore`, and the packaging exclusions before expecting it to sync.
53+
4754
## Build Process (`npm run zip`)
4855

4956
### Prerequisites

0 commit comments

Comments
 (0)