-
Notifications
You must be signed in to change notification settings - Fork 0
contributing
github-actions[bot] edited this page Jul 4, 2026
·
1 revision
"Contributing" means two different things here, and it's worth keeping them apart:
| This page (SpecUI project) | Your app with .specui/
|
|
|---|---|---|
| Goal | Improve @logicplanes/specui on GitHub |
Onboard teammates to your design contract |
| Docs | Edit wiki/*.md here |
Your README + .specui/ + AGENTS.md
|
Issues and pull requests are welcome on logicplanes/specui.
- Read the repo's CONTRIBUTING.md and AGENTS.md (maintainer/agent rules for this repo).
- Run the tests:
npm test
npm run verify:repo-setup
npm run check:docs-sync-
User-facing docs: edit files in
wiki/only —site/content/docs/*.mdxis generated, and edits there will be overwritten. Then:
npm run sync:docs- For user-facing product changes, update
changelog.json→unreleased.
- Day-to-day work happens on
dev - Production docs site + releases come from
prod
Maintainers: see docs/RELEASING.md.
- Bug report template
- Include:
specui --versionandspecui validate .specui --jsonoutput (redact secrets)
Recommendations for your product repo:
-
README — link to the SpecUI docs, show
init+validate --strict -
AGENTS.md— keep the SpecUI block current (specui init --agents-md) -
.specui/AGENTS-GUIDE.md— ships with init; point new agents there -
CI —
npx specui validate .specui --stricton every PR (CI/CD) -
CONTRIBUTING.md (your app) — one line goes a long way: "UI changes must update
.specui/in the same PR"
You don't need to fork the SpecUI wiki for app docs — link to this site for CLI reference.
| Step | Action |
|---|---|
| 1 | Change wiki/<page>.md
|
| 2 | Update wiki/meta.json if adding/removing pages |
| 3 | npm run sync:docs |
| 4 | cd site && npm run build |
| 5 | PR to dev; the site publishes from prod
|
The Wiki on GitHub is synced separately via a project workflow (see the repo's sync-wiki).
Maintainers use the repo's own AGENTS.md — not the same thing as the consumer AGENTS.md block your app gets from specui init.
Getting started
How-to guides
- Scenarios
- Tokens And Components
- Agents And Mcp
- Agent Prompts
- Ci Cd
- Distribution
- Registries
- Interop
- Designmd
- Validation
- Troubleshooting
Reference
Community