Skip to content

Commit 1f4dfd7

Browse files
docs: remove manual workflow and local dev sections from README
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent fbaee2d commit 1f4dfd7

1 file changed

Lines changed: 0 additions & 31 deletions

File tree

README.md

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -50,34 +50,3 @@ The fastest way to add a prototype is with **Cursor** and the built-in skill. No
5050
Cursor will walk you through everything: product area, Jira ticket, persona, design notes, design doc link, and recording link.
5151

5252
The repo ships with a `prototype-contributor` skill at `.cursor/skills/prototype-contributor/` that loads automatically when you open this folder in Cursor. It handles branching, scaffolding, registering the prototype in the hub, and opening a pull request.
53-
54-
### Manual workflow (without the Cursor skill)
55-
56-
1. Work in `hpux-prototypes/` (see `guides/` for architecture and setup).
57-
2. Scaffold from the template: `npm run create-prototype` (runs `scripts/create-prototype.cjs`).
58-
3. Follow branch and safety practices in [hpux-prototypes/SAFE_WORKFLOW.md](hpux-prototypes/SAFE_WORKFLOW.md).
59-
4. Register the prototype in `hub/src/data/prototypes.manifest.json` so it appears on the hub (or ask a maintainer to add the entry).
60-
61-
**Private prototypes:** set `private: true` in the prototype's `prototype.config.ts` to hide it from the launcher and hub listing while keeping direct URL access. See `hpux-prototypes/src/app/prototypes/_template/prototype.config.ts` for the field.
62-
63-
**Hub embed & deploy:** `hpux-prototypes/` lives in this monorepo; see [hpux-prototypes/VENDOR.md](hpux-prototypes/VENDOR.md) for hub build paths and GitHub Pages deploy.
64-
65-
## Local development
66-
67-
**HPUX Prototypes** (from `hpux-prototypes/`):
68-
69-
```bash
70-
npm start # dev server
71-
npm run type-check # before commit
72-
```
73-
74-
**Hub** (from `hub/`):
75-
76-
```bash
77-
npm run dev # local dev server
78-
npm run build # bundles hpux-prototypes, rhacs-ux-prototypes, ome-console, osac-demo into hub/dist/
79-
```
80-
81-
## Reviewing prototype PRs
82-
83-
When reviewing pull requests with images, the [GitHub PR Image Inserter](https://andybraren.com/tools/gh-pr-image-inserter.html) utility makes inline image review easier.

0 commit comments

Comments
 (0)