-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
16 lines (16 loc) · 877 Bytes
/
Copy pathplugin.json
File metadata and controls
16 lines (16 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "colophon",
"description": "Living design systems for Copilot. Keeps a repo's design system in .agents/design/ as a shared, versioned design source, renders/edits it in a canvas, and makes Copilot generate UI from its tokens, components, and principles — the source of truth for design, with configurable per-area port targets that say what each surface ships as (e.g. React web, native WinUI/XAML, SwiftUI) and which reference/skill ports the design into it.",
"version": "0.1.0",
"author": {
"name": "Karen",
"url": "https://github.com/karkarl"
},
"homepage": "https://github.com/karkarl/colophon",
"repository": "https://github.com/karkarl/colophon",
"license": "MIT",
"keywords": ["design-system", "design", "ui", "tokens", "frontend", "canvas", "skill"],
"category": "design",
"skills": "skills/",
"extensions": "extensions/"
}