Workbench · preview
Atlas
Developer workbench — mono metadata, keyboard-first scanning.
Open source · Desktop · mono meta
Workbench
Desktop · mono meta
- edited 2m
src/app.ts
bootAgent()
- passed
tool.call
check:design
- palette
cmd+k
Jump to recipe
- 33 pairs
run/1842
validate · contrast
- watch
lib/dna.ts
assertTokens()
- ready
skill.run
atlas-compose
- +42 −8
git/diff
surfaces/workbench
- warn
err/12
contrast: chart-2
Design contract install
Install into any project
Agent stack: law book + verified skills + CI gates are required. Contract MCP is optional. shadcn MCP / CLI installs atoms; Atlas keeps agents inside closed tokens via docs, skills, and npm run validate.
Next: explore UI primitives, app shells, theme, and design.md — all styled with Atlas tokens on this route.
UI gallery
Shared shadcn — Atlas skin
One component set under components/ui. This route applies the DNA; we do not fork controls per contract.
App shells
Workbench & composer proofs
Product chrome — same shells as Meridian, restyled by Atlas.
Surface studio
Switch density lanes in one chrome
Workbench, composer, marketing, mobile, desktop — same tokens, remapped hit targets.
Surface studio
Try the lanes
application · agent
| ID | Title | Meta | |
|---|---|---|---|
| ISS-1842 | Tighten selected-state contrast | 2h | |
| ISS-1839 | Ship help drawer reading lane | 48m | |
| ISS-1831 | Map activity to agent timeline | — | |
| ISS-1820 | Align edge depth on panels | 1d |
Application workbench
Object list + detail + agent rail — compose shadcn, don't twin shells.
| ID | Title | Meta | |
|---|---|---|---|
| ISS-1842 | Tighten selected-state contrast | 2h | |
| ISS-1839 | Ship help drawer reading lane | 48m | |
| ISS-1831 | Map activity to agent timeline | — | |
| ISS-1820 | Align edge depth on panels | 1d |
Composer shell
Bound AI next to the object — provenance and activity stay readable.
01 export function IssueRow() {
02 return (
03 <tr className="bg-brand/10">
04 …
05 </tr>
06 )
07 }