@theproductguy/create-mission-control 1.0.0 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cli.js +2 -2
- package/package.json +1 -1
- package/src/template/agent-os/commands/export-product/export-product.md +2 -1
- package/src/template/agent-os-ui/README.md +5 -5
- package/src/template/agent-os-ui/package.json +1 -1
- package/src/template/control-center/frontend/package.json +1 -1
- package/src/template/control-center/frontend/src/App.tsx +56 -30
- package/src/template/{design → design-system}/src/components/ExportPage.tsx +9 -2
- package/src/template/tailwind.config.js +1 -1
- /package/src/template/{design → design-system}/.claude/commands/design-os/data-model.md +0 -0
- /package/src/template/{design → design-system}/.claude/commands/design-os/design-screen.md +0 -0
- /package/src/template/{design → design-system}/.claude/commands/design-os/design-shell.md +0 -0
- /package/src/template/{design → design-system}/.claude/commands/design-os/design-tokens.md +0 -0
- /package/src/template/{design → design-system}/.claude/commands/design-os/export-product.md +0 -0
- /package/src/template/{design → design-system}/.claude/commands/design-os/product-roadmap.md +0 -0
- /package/src/template/{design → design-system}/.claude/commands/design-os/product-vision.md +0 -0
- /package/src/template/{design → design-system}/.claude/commands/design-os/sample-data.md +0 -0
- /package/src/template/{design → design-system}/.claude/commands/design-os/screenshot-design.md +0 -0
- /package/src/template/{design → design-system}/.claude/commands/design-os/shape-section.md +0 -0
- /package/src/template/{design → design-system}/.claude/skills/frontend-design/SKILL.md +0 -0
- /package/src/template/{design → design-system}/.github/CODE_OF_CONDUCT.md +0 -0
- /package/src/template/{design → design-system}/.github/CONTRIBUTING.md +0 -0
- /package/src/template/{design → design-system}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- /package/src/template/{design → design-system}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- /package/src/template/{design → design-system}/.github/SECURITY.yml +0 -0
- /package/src/template/{design → design-system}/.github/SUPPORT.md +0 -0
- /package/src/template/{design → design-system}/.github/workflows/pr-decline.yml +0 -0
- /package/src/template/{design → design-system}/.github/workflows/stale.yml +0 -0
- /package/src/template/{design → design-system}/CHANGELOG.md +0 -0
- /package/src/template/{design → design-system}/LICENSE +0 -0
- /package/src/template/{design → design-system}/README.md +0 -0
- /package/src/template/{design → design-system}/agents.md +0 -0
- /package/src/template/{design → design-system}/claude.md +0 -0
- /package/src/template/{design → design-system}/components.json +0 -0
- /package/src/template/{design → design-system}/docs/codebase-implementation.md +0 -0
- /package/src/template/{design → design-system}/docs/design-section.md +0 -0
- /package/src/template/{design → design-system}/docs/export.md +0 -0
- /package/src/template/{design → design-system}/docs/getting-started.md +0 -0
- /package/src/template/{design → design-system}/docs/index.md +0 -0
- /package/src/template/{design → design-system}/docs/product-planning.md +0 -0
- /package/src/template/{design → design-system}/docs/requirements.md +0 -0
- /package/src/template/{design → design-system}/docs/usage.md +0 -0
- /package/src/template/{design → design-system}/eslint.config.js +0 -0
- /package/src/template/{design → design-system}/index.html +0 -0
- /package/src/template/{design → design-system}/package.json +0 -0
- /package/src/template/{design → design-system}/postcss.config.js +0 -0
- /package/src/template/{design → design-system}/public/favicon.svg +0 -0
- /package/src/template/{design → design-system}/public/vite.svg +0 -0
- /package/src/template/{design → design-system}/src/assets/react.svg +0 -0
- /package/src/template/{design → design-system}/src/components/AppLayout.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/DataCard.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/DataModelPage.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/DesignPage.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/EmptyState.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/NextPhaseButton.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/PhaseNav.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/PhaseWarningBanner.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/ProductOverviewCard.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/ProductPage.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/ScreenDesignPage.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/ScreenDesignsCard.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/SectionPage.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/SectionsCard.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/SectionsPage.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/ShellCard.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/ShellDesignPage.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/SpecCard.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/StepIndicator.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/ThemeToggle.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/ui/ToastContext.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/ui/avatar.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/ui/badge.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/ui/button.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/ui/card.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/ui/collapsible.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/ui/dialog.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/ui/dropdown-menu.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/ui/input.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/ui/label.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/ui/progress.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/ui/scroll-area.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/ui/select.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/ui/separator.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/ui/sheet.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/ui/skeleton.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/ui/switch.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/ui/table.tsx +0 -0
- /package/src/template/{design → design-system}/src/components/ui/tabs.tsx +0 -0
- /package/src/template/{design → design-system}/src/index.css +0 -0
- /package/src/template/{design → design-system}/src/lib/data-model-loader.ts +0 -0
- /package/src/template/{design → design-system}/src/lib/design-system-loader.ts +0 -0
- /package/src/template/{design → design-system}/src/lib/product-loader.ts +0 -0
- /package/src/template/{design → design-system}/src/lib/router.tsx +0 -0
- /package/src/template/{design → design-system}/src/lib/section-loader.ts +0 -0
- /package/src/template/{design → design-system}/src/lib/shell-loader.ts +0 -0
- /package/src/template/{design → design-system}/src/lib/utils.ts +0 -0
- /package/src/template/{design → design-system}/src/main.tsx +0 -0
- /package/src/template/{design → design-system}/src/sections/.gitkeep +0 -0
- /package/src/template/{design → design-system}/src/sections/ai-orchestration-engine-oai/OrchestrationEngine.tsx +0 -0
- /package/src/template/{design → design-system}/src/sections/core-platform-shell/AppShell.tsx +0 -0
- /package/src/template/{design → design-system}/src/sections/gemini-live-integration/GeminiIntegration.tsx +0 -0
- /package/src/template/{design → design-system}/src/sections/interactive-2d-canvas/WhiteboardCanvas.tsx +0 -0
- /package/src/template/{design → design-system}/src/sections/participation-equity-tracker/EquityTracker.tsx +0 -0
- /package/src/template/{design → design-system}/src/sections/persistent-memory-system/PersistentMemory.tsx +0 -0
- /package/src/template/{design → design-system}/src/sections/real-time-communication-layer/VideoSession.tsx +0 -0
- /package/src/template/{design → design-system}/src/sections/visual-intelligence-agents/VisualAgents.tsx +0 -0
- /package/src/template/{design → design-system}/src/types/product.ts +0 -0
- /package/src/template/{design → design-system}/src/types/section.ts +0 -0
- /package/src/template/{design → design-system}/tailwind.config.js +0 -0
- /package/src/template/{design → design-system}/tsconfig.app.json +0 -0
- /package/src/template/{design → design-system}/tsconfig.json +0 -0
- /package/src/template/{design → design-system}/tsconfig.node.json +0 -0
- /package/src/template/{design → design-system}/vite.config.ts +0 -0
package/bin/cli.js
CHANGED
|
@@ -90,7 +90,7 @@ async function init() {
|
|
|
90
90
|
fs.cpSync(path.join(templateDir, 'control-center'), path.join(root, 'control-center'), { recursive: true });
|
|
91
91
|
|
|
92
92
|
// Copy Design System
|
|
93
|
-
fs.cpSync(path.join(templateDir, 'design'), path.join(root, 'design-system'), { recursive: true });
|
|
93
|
+
fs.cpSync(path.join(templateDir, 'design-system'), path.join(root, 'design-system'), { recursive: true });
|
|
94
94
|
|
|
95
95
|
// Copy Agent OS Docs
|
|
96
96
|
fs.cpSync(path.join(templateDir, 'agent-os'), path.join(root, 'agent-os'), { recursive: true });
|
|
@@ -112,7 +112,7 @@ async function init() {
|
|
|
112
112
|
|
|
113
113
|
appPkg.dependencies = {
|
|
114
114
|
...appPkg.dependencies,
|
|
115
|
-
"@
|
|
115
|
+
"@theproductguy/agent-os-ui": "*", // Use workspace version
|
|
116
116
|
"lucide-react": "^0.469.0",
|
|
117
117
|
"clsx": "^2.1.0",
|
|
118
118
|
"tailwind-merge": "^2.2.0",
|
package/package.json
CHANGED
|
@@ -167,7 +167,8 @@ Use Test-Driven Development (TDD) based on `@product-plan/sections/SECTION_ID/te
|
|
|
167
167
|
## Step 9: Zip and Handoff
|
|
168
168
|
|
|
169
169
|
1. Zip `product-plan/` into `product-plan.zip`.
|
|
170
|
-
2.
|
|
170
|
+
2. Copy `product-plan.zip` to `design-system/product-plan.zip` (so Design OS can detect it).
|
|
171
|
+
3. Sync key files to `app/agent-os/product/` (Overview, Roadmap, Data Model, Design System) to update the status in the main app dashboard.
|
|
171
172
|
|
|
172
173
|
## Final Output
|
|
173
174
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @
|
|
1
|
+
# @theproductguy/agent-os-ui
|
|
2
2
|
|
|
3
3
|
The official UI capability for the **Agent OS** workflow.
|
|
4
4
|
Use this library to build the control interface that guides you through the Antigravity development process (Product -> Design -> Build -> Verify).
|
|
@@ -6,19 +6,19 @@ Use this library to build the control interface that guides you through the Anti
|
|
|
6
6
|
## Installation
|
|
7
7
|
|
|
8
8
|
```bash
|
|
9
|
-
npm install @
|
|
9
|
+
npm install @theproductguy/agent-os-ui
|
|
10
10
|
```
|
|
11
11
|
|
|
12
12
|
## Setup
|
|
13
13
|
|
|
14
14
|
1. Import the styles:
|
|
15
15
|
```ts
|
|
16
|
-
import '@
|
|
16
|
+
import '@theproductguy/agent-os-ui/style.css';
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
2. Build your Control Dashboard:
|
|
20
20
|
```tsx
|
|
21
|
-
import { AgentShell, GuidanceCard } from '@
|
|
21
|
+
import { AgentShell, GuidanceCard } from '@theproductguy/agent-os-ui';
|
|
22
22
|
|
|
23
23
|
export function ControlCenter() {
|
|
24
24
|
return (
|
|
@@ -48,7 +48,7 @@ export function ControlCenter() {
|
|
|
48
48
|
## Example Layout
|
|
49
49
|
|
|
50
50
|
```tsx
|
|
51
|
-
import { AgentShell, AgentSidebar, ThemeToggle } from '@
|
|
51
|
+
import { AgentShell, AgentSidebar, ThemeToggle } from '@theproductguy/agent-os-ui';
|
|
52
52
|
import { Home, Layers } from 'lucide-react';
|
|
53
53
|
|
|
54
54
|
export default function App() {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { useEffect, useState } from 'react';
|
|
2
2
|
import axios from 'axios';
|
|
3
|
-
import { Layout,
|
|
3
|
+
import { Layout, Layers, FileText, Code, CheckSquare, RefreshCw, ArrowRight, X, Plus, Trash2, WalletCards, LayoutDashboard, Copy, Package } from 'lucide-react';
|
|
4
4
|
import { useToast } from './components/ui/ToastContext';
|
|
5
|
-
import { ThemeToggle } from '@
|
|
6
|
-
import '@
|
|
5
|
+
import { ThemeToggle } from '@theproductguy/agent-os-ui';
|
|
6
|
+
import '@theproductguy/agent-os-ui/style.css';
|
|
7
7
|
import ReactMarkdown from 'react-markdown';
|
|
8
8
|
import remarkGfm from 'remark-gfm';
|
|
9
9
|
import remarkBreaks from 'remark-breaks';
|
|
@@ -265,7 +265,7 @@ function App() {
|
|
|
265
265
|
fetch('/runtime-config.json')
|
|
266
266
|
.then(res => res.json())
|
|
267
267
|
.then(config => { setRuntimeConfig(config); })
|
|
268
|
-
.catch(
|
|
268
|
+
.catch(() => {
|
|
269
269
|
setRuntimeConfig({
|
|
270
270
|
api: 'http://localhost:5403',
|
|
271
271
|
app: 'http://localhost:5402',
|
|
@@ -416,7 +416,7 @@ function App() {
|
|
|
416
416
|
<textarea
|
|
417
417
|
value={editContent}
|
|
418
418
|
onChange={(e) => setEditContent(e.target.value)}
|
|
419
|
-
className="w-full h-full min-h-[500px] p-4 font-mono text-sm bg-secondary
|
|
419
|
+
className="w-full h-full min-h-[500px] p-4 font-mono text-sm bg-secondary text-secondary-foreground border border-border rounded-lg resize-none focus:outline-none focus:ring-2 focus:ring-primary/20"
|
|
420
420
|
/>
|
|
421
421
|
) : (
|
|
422
422
|
<article className="prose dark:prose-invert max-w-none prose-headings:font-serif prose-headings:font-semibold prose-a:text-primary prose-code:text-primary prose-pre:bg-secondary/50 prose-pre:border prose-pre:border-border prose-p:leading-relaxed prose-p:mb-4">
|
|
@@ -443,7 +443,7 @@ function App() {
|
|
|
443
443
|
<input
|
|
444
444
|
autoFocus
|
|
445
445
|
type="text"
|
|
446
|
-
className="w-full px-3 py-2 rounded-md border border-input bg-
|
|
446
|
+
className="w-full px-3 py-2 rounded-md border border-input bg-secondary text-secondary-foreground text-sm ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring"
|
|
447
447
|
placeholder="e.g. user-profile"
|
|
448
448
|
value={newSpecName}
|
|
449
449
|
onChange={(e) => setNewSpecName(e.target.value)}
|
|
@@ -691,14 +691,20 @@ function App() {
|
|
|
691
691
|
</div>
|
|
692
692
|
|
|
693
693
|
<div className="mt-6">
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
694
|
+
{!state?.implementation?.scaffolded ? (
|
|
695
|
+
<PromptButton
|
|
696
|
+
label="Scaffold App"
|
|
697
|
+
prompt="Antigravity, scaffold the implementation. Read 'agent-os/commands/scaffold-implementation/scaffold-implementation.md'."
|
|
698
|
+
onClick={copyToClipboard}
|
|
699
|
+
/>
|
|
700
|
+
) : (
|
|
701
|
+
<div className="p-3 bg-secondary/30 rounded-lg border border-border/50 text-sm text-muted-foreground text-center italic mb-4">
|
|
702
|
+
App scaffolded. Ready for implementation.
|
|
703
|
+
</div>
|
|
704
|
+
)}
|
|
699
705
|
|
|
700
706
|
{state?.implementation?.scaffolded && state?.design?.exportPrompts?.oneShot && (
|
|
701
|
-
<div className="
|
|
707
|
+
<div className="pt-3 border-t border-border/50">
|
|
702
708
|
<p className="text-xs text-muted-foreground mb-2 font-medium">Implementation Options:</p>
|
|
703
709
|
<div className="space-y-2">
|
|
704
710
|
<PromptButton
|
|
@@ -709,12 +715,17 @@ function App() {
|
|
|
709
715
|
primary
|
|
710
716
|
/>
|
|
711
717
|
{state?.design?.exportPrompts?.section && (
|
|
712
|
-
<
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
+
<div className="relative">
|
|
719
|
+
<PromptButton
|
|
720
|
+
label="Option B: Incremental (Section)"
|
|
721
|
+
prompt={`Antigravity, implement a section. Read 'product-plan/prompts/section-prompt.md'.`}
|
|
722
|
+
onClick={copyToClipboard}
|
|
723
|
+
small
|
|
724
|
+
/>
|
|
725
|
+
<p className="text-[10px] text-muted-foreground mt-1.5 text-center leading-tight">
|
|
726
|
+
Build feature-by-feature using the <strong>Feature Specs</strong> list →
|
|
727
|
+
</p>
|
|
728
|
+
</div>
|
|
718
729
|
)}
|
|
719
730
|
</div>
|
|
720
731
|
</div>
|
|
@@ -776,37 +787,52 @@ function App() {
|
|
|
776
787
|
</div>
|
|
777
788
|
))}
|
|
778
789
|
|
|
790
|
+
{/* Pending Roadmap Items */}
|
|
779
791
|
{/* Pending Roadmap Items */}
|
|
780
792
|
{state?.product?.roadmap?.items?.filter(item =>
|
|
781
793
|
!item.completed &&
|
|
782
794
|
!state?.product?.roadmap?.isBoilerplate &&
|
|
783
|
-
!state?.specs?.some(s => s.name.toLowerCase()
|
|
795
|
+
!state?.specs?.some(s => s.name.toLowerCase().includes(item.name.toLowerCase().trim().replace(/\s+/g, '-').replace(/[^a-z0-9-]/g, '')))
|
|
784
796
|
).map(item => (
|
|
785
797
|
<div key={item.name} className="border border-dashed border-border/60 p-4 rounded-lg bg-secondary/5 hover:bg-secondary/10 transition-colors">
|
|
786
|
-
<
|
|
787
|
-
<
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
798
|
+
<div className="flex justify-between items-start mb-2">
|
|
799
|
+
<h3 className="font-medium text-base flex items-center gap-2 text-muted-foreground w-full">
|
|
800
|
+
<div className="w-2 h-2 rounded-full bg-stone-300 shrink-0" />
|
|
801
|
+
<span className="truncate" title={item.name}>{item.name}</span>
|
|
802
|
+
</h3>
|
|
803
|
+
<span className="text-[10px] uppercase tracking-wider font-semibold text-muted-foreground bg-secondary px-1.5 py-0.5 rounded shrink-0 ml-2">Planned</span>
|
|
804
|
+
</div>
|
|
805
|
+
<p className="text-xs text-muted-foreground mb-4 pl-4 opacity-70">
|
|
806
|
+
Defined in Product Roadmap. Ready to spec.
|
|
807
|
+
</p>
|
|
791
808
|
<div className="pl-4">
|
|
792
809
|
<button
|
|
793
810
|
onClick={() => {
|
|
794
|
-
setNewSpecName(item.name.toLowerCase().replace(/\s+/g, '-'));
|
|
811
|
+
setNewSpecName(item.name.toLowerCase().replace(/\s+/g, '-').replace(/[^a-z0-9-]/g, ''));
|
|
795
812
|
setCreatingSpec(true);
|
|
796
813
|
}}
|
|
797
|
-
className="text-xs bg-background hover:bg-secondary border border-border px-3 py-1.5 rounded-md flex items-center gap-1.5 font-medium transition cursor-pointer"
|
|
814
|
+
className="text-xs bg-background hover:bg-secondary border border-border px-3 py-1.5 rounded-md flex items-center gap-1.5 font-medium transition cursor-pointer w-full justify-center group"
|
|
798
815
|
>
|
|
799
|
-
<Plus size={12} /> Shape Spec
|
|
816
|
+
<Plus size={12} className="group-hover:text-primary transition-colors" /> Shape Spec
|
|
800
817
|
</button>
|
|
801
818
|
</div>
|
|
802
819
|
</div>
|
|
803
820
|
))}
|
|
804
821
|
|
|
805
|
-
{
|
|
806
|
-
|
|
807
|
-
|
|
822
|
+
{/* Empty State */}
|
|
823
|
+
{(!state?.specs?.length && (!state?.product?.roadmap?.items?.length || state?.product?.roadmap?.isBoilerplate)) && (
|
|
824
|
+
<div className="border border-dashed border-border/60 p-8 rounded-lg text-center h-40 flex flex-col items-center justify-center">
|
|
825
|
+
<p className="text-muted-foreground text-sm mb-3">No specs found yet.</p>
|
|
826
|
+
<button
|
|
827
|
+
onClick={() => setCreatingSpec(true)}
|
|
828
|
+
className="text-sm px-4 py-2 bg-primary text-primary-foreground rounded-md hover:bg-primary/90 transition-colors"
|
|
829
|
+
>
|
|
830
|
+
Create your first spec
|
|
831
|
+
</button>
|
|
808
832
|
</div>
|
|
809
833
|
)}
|
|
834
|
+
|
|
835
|
+
|
|
810
836
|
</div>
|
|
811
837
|
</section>
|
|
812
838
|
</main>
|
|
@@ -148,8 +148,15 @@ export function ExportPage() {
|
|
|
148
148
|
command="/export-product"
|
|
149
149
|
prompt="Antigravity, generate the export package and sync it. Read 'agent-os/commands/export-product/export-product.md'."
|
|
150
150
|
/>
|
|
151
|
-
<p className="text-sm text-stone-500 dark:text-stone-400 italic">
|
|
152
|
-
Note: Once the command finishes,
|
|
151
|
+
<p className="text-sm text-stone-500 dark:text-stone-400 italic flex items-center gap-2">
|
|
152
|
+
Note: Once the command finishes,
|
|
153
|
+
<button
|
|
154
|
+
onClick={() => window.location.reload()}
|
|
155
|
+
className="text-stone-900 dark:text-stone-100 font-medium underline hover:text-primary transition-colors cursor-pointer"
|
|
156
|
+
>
|
|
157
|
+
refresh this page
|
|
158
|
+
</button>
|
|
159
|
+
to download your package.
|
|
153
160
|
</p>
|
|
154
161
|
</div>
|
|
155
162
|
)}
|
|
@@ -4,7 +4,7 @@ export default {
|
|
|
4
4
|
content: [
|
|
5
5
|
"./index.html",
|
|
6
6
|
"./src/**/*.{js,ts,jsx,tsx}",
|
|
7
|
-
"./node_modules/@
|
|
7
|
+
"./node_modules/@theproductguy/agent-os-ui/dist/**/*.{js,ts,jsx,tsx}" // Support for installed UI lib if built
|
|
8
8
|
],
|
|
9
9
|
theme: {
|
|
10
10
|
extend: {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/src/template/{design → design-system}/.claude/commands/design-os/product-roadmap.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/src/template/{design → design-system}/.claude/commands/design-os/screenshot-design.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/src/template/{design → design-system}/src/sections/core-platform-shell/AppShell.tsx
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|