Skip to content

Commit d89f2f1

Browse files
committed
docs(vref): remove private repo references
1 parent 4227821 commit d89f2f1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/PLAN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
- Manifest and screenshots live in the product repo, usually under `.vref/`.
2626
- The manifest path can be overridden for migrating repos such as `docs/visual/manifest.json`.
2727
- Build and serve reject unsafe paths, traversal, URL-like asset paths, and symlink escapes.
28-
- `putio-design` remains for prototypes and visual experiments, not app screenshot aggregation.
28+
- Prototype and visual-experiment repos remain separate; app screenshots stay in the owning app repo.

docs/VREF.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ It is not a screenshot capture harness and it is not a visual regression system.
77

88
- Product repos own `.vref/manifest.json`, `.vref/screenshots/*`, and capture commands.
99
- `@putdotio/vref` owns validation, gallery rendering, local serving, and command introspection.
10-
- `putio-design` remains for prototypes and visual experiments, not app screenshot aggregation.
10+
- Prototype and visual-experiment repos remain separate; app screenshots stay in the owning app repo.
1111

1212
Default shape:
1313

@@ -96,7 +96,7 @@ The same manifest and screenshots can later move from `docs/visual/` to `.vref/`
9696
- Do not commit private screenshots, auth codes, secrets, local IPs, real account identifiers, content IDs, or local absolute paths.
9797
- Use synthetic or public-safe account state.
9898
- Prefer exact app screenshots over reconstructed browser mockups.
99-
- Keep each app's visual references in that app repo; do not aggregate screenshots in `putio-design` by default.
99+
- Keep each app's visual references in that app repo; do not aggregate screenshots in a central prototype repo by default.
100100

101101
## Agent Workflow
102102

0 commit comments

Comments
 (0)