tycono 0.1.3 → 0.1.5
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/package.json +1 -1
- package/src/api/package.json +4 -5
- package/src/api/src/create-server.ts +57 -49
- package/src/api/src/engine/context-assembler.ts +46 -20
- package/src/api/src/engine/llm-adapter.ts +73 -0
- package/src/api/src/engine/runners/claude-cli.ts +8 -2
- package/src/api/src/routes/cost.ts +98 -0
- package/src/api/src/routes/execute.ts +16 -9
- package/src/api/src/routes/setup.ts +33 -4
- package/src/api/src/routes/speech.ts +206 -111
- package/src/api/src/services/company-config.ts +1 -0
- package/src/api/src/services/job-manager.ts +8 -0
- package/src/api/src/services/preferences.ts +13 -0
- package/src/web/dist/assets/index-DkB5qeA8.css +1 -0
- package/src/web/dist/assets/index-ZYrhS4zS.js +95 -0
- package/src/web/dist/assets/{preview-app-a8V0eihg.js → preview-app-OwehBXPG.js} +1 -1
- package/src/web/dist/index.html +2 -2
- package/templates/CLAUDE.md.tmpl +77 -0
- package/src/web/dist/assets/index-Ct9pM1_i.js +0 -90
- package/src/web/dist/assets/index-Dy8nGrfX.css +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as s,g as m,a as S,j as t,S as y,P as C,b as j,H as v,c as R,d as k,e as E,f as w,h as B}from"./index-
|
|
1
|
+
import{r as s,g as m,a as S,j as t,S as y,P as C,b as j,H as v,c as R,d as k,e as E,f as w,h as B}from"./index-ZYrhS4zS.js";function A({id:i,ap:a,bobY:r,layers:l}){const c=s.useRef(null),o=k(i);return s.useEffect(()=>{if(!o||!c.current)return;const p=c.current.getContext("2d");if(!p)return;const h={...o,layers:o.layers.filter(u=>l.has(u.name))};E(p,h,r,a)},[o,a,r,l]),o?t.jsxs("div",{style:{background:"#161b22",border:"1px solid #21262d",borderRadius:8,padding:16,textAlign:"center",minWidth:140},children:[t.jsx("canvas",{ref:c,width:o.width*2,height:o.height*2,style:{imageRendering:"pixelated",display:"block",margin:"0 auto 8px",width:o.width*6,height:o.height*6,border:"1px solid #30363d",background:"#0d1117"}}),t.jsx("div",{style:{fontSize:11,color:"#8b949e",textTransform:"uppercase",letterSpacing:1},children:i})]}):null}function F({id:i}){const a=s.useRef(null),r=w(i);return s.useEffect(()=>{if(!r||!a.current)return;const l=a.current.getContext("2d");l&&B(l,r)},[r]),r?t.jsxs("div",{style:{background:"#161b22",border:"1px solid #21262d",borderRadius:8,padding:16,textAlign:"center"},children:[t.jsx("canvas",{ref:a,width:r.canvasWidth,height:r.canvasHeight,style:{imageRendering:"pixelated",display:"block",margin:"0 auto 8px",width:r.canvasWidth*2,height:r.canvasHeight*2,border:"1px solid #30363d",background:"#0d1117"}}),t.jsx("div",{style:{fontSize:11,color:"#8b949e",textTransform:"uppercase",letterSpacing:1},children:i})]}):null}const g=["body","hair","face","accessory","item","legs"];function I(){const[i,a]=s.useState({skinColor:"#F5CBA7",hairColor:"#2C1810",shirtColor:"#1565C0",pantsColor:"#37474F",shoeColor:"#212121"}),[r,l]=s.useState(new Set(g)),[c,o]=s.useState(0),p=s.useRef(0);s.useEffect(()=>{const e=()=>{p.current++,o(p.current%60<30?1:0),requestAnimationFrame(e)},n=requestAnimationFrame(e);return()=>cancelAnimationFrame(n)},[]);const h=m(),u=S(),x=s.useCallback(e=>{l(n=>{const d=new Set(n);return d.has(e)?d.delete(e):d.add(e),d})},[]),f=s.useCallback(()=>{const e=n=>n[Math.floor(Math.random()*n.length)];a({skinColor:e(R),hairColor:e(v),shirtColor:e(j),pantsColor:e(C),shoeColor:e(y)})},[]);return t.jsxs("div",{style:{fontFamily:"'SF Mono', monospace",background:"#0d1117",color:"#e6edf3",padding:24,minHeight:"100vh"},children:[t.jsx("h1",{style:{fontSize:18,color:"#58a6ff",marginBottom:4},children:"Sprite Blueprint Preview"}),t.jsx("p",{style:{fontSize:12,color:"#484f58",marginBottom:16},children:"All sprites rendered from declarative Blueprint data"}),t.jsxs("div",{style:{display:"flex",flexWrap:"wrap",gap:12,padding:12,background:"#161b22",border:"1px solid #21262d",borderRadius:8,marginBottom:12,alignItems:"center"},children:[[["Skin","skinColor"],["Hair","hairColor"],["Shirt","shirtColor"],["Pants","pantsColor"],["Shoes","shoeColor"]].map(([e,n])=>t.jsxs("label",{style:{fontSize:11,color:"#8b949e",display:"flex",alignItems:"center",gap:4},children:[e,t.jsx("input",{type:"color",value:i[n],onChange:d=>a(b=>({...b,[n]:d.target.value})),style:{width:28,height:28,border:"1px solid #30363d",borderRadius:4,background:"none",cursor:"pointer"}})]},n)),t.jsx("button",{onClick:f,style:{background:"#21262d",color:"#e6edf3",border:"1px solid #30363d",borderRadius:4,padding:"4px 12px",fontSize:11,cursor:"pointer"},children:"Random"})]}),t.jsx("div",{style:{display:"flex",gap:8,marginBottom:16,flexWrap:"wrap"},children:g.map(e=>t.jsxs("label",{style:{fontSize:11,color:"#8b949e",display:"flex",alignItems:"center",gap:4,cursor:"pointer"},children:[t.jsx("input",{type:"checkbox",checked:r.has(e),onChange:()=>x(e)}),e]},e))}),t.jsxs("h2",{style:{fontSize:14,color:"#8b949e",margin:"24px 0 12px",borderBottom:"1px solid #21262d",paddingBottom:6},children:["Characters (",h.length,")"]}),t.jsx("div",{style:{display:"flex",flexWrap:"wrap",gap:24},children:h.map(e=>t.jsx(A,{id:e,ap:i,bobY:c,layers:r},e))}),t.jsxs("h2",{style:{fontSize:14,color:"#8b949e",margin:"24px 0 12px",borderBottom:"1px solid #21262d",paddingBottom:6},children:["Facilities (",u.length,")"]}),t.jsx("div",{style:{display:"flex",flexWrap:"wrap",gap:24},children:u.map(e=>t.jsx(F,{id:e},e))})]})}export{I as default};
|
package/src/web/dist/index.html
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<title>Tycono</title>
|
|
7
|
-
<script type="module" crossorigin src="/assets/index-
|
|
8
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
7
|
+
<script type="module" crossorigin src="/assets/index-ZYrhS4zS.js"></script>
|
|
8
|
+
<link rel="stylesheet" crossorigin href="/assets/index-DkB5qeA8.css">
|
|
9
9
|
</head>
|
|
10
10
|
<body>
|
|
11
11
|
<div id="root"></div>
|
package/templates/CLAUDE.md.tmpl
CHANGED
|
@@ -26,6 +26,18 @@
|
|
|
26
26
|
|
|
27
27
|
---
|
|
28
28
|
|
|
29
|
+
## AKB Core Concepts
|
|
30
|
+
|
|
31
|
+
> **AKB** = A file-based knowledge system where AI uses **search (Grep/Glob)** to find and **contextual links** to navigate
|
|
32
|
+
|
|
33
|
+
| Layer | Role | AI Usage |
|
|
34
|
+
|-------|------|----------|
|
|
35
|
+
| **Root** (CLAUDE.md) | Minimal routing | Auto-injected as system prompt |
|
|
36
|
+
| **Hub** ({folder}.md) | TOC + tool/guide references | **Check before starting work** |
|
|
37
|
+
| **Node** (*.md) | Actual information | Search directly via Grep/Glob |
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
29
41
|
## AI Work Rules
|
|
30
42
|
|
|
31
43
|
### Hub-First Principle
|
|
@@ -69,6 +81,71 @@ Roles have equipped **Skills** -- modular capability guides in `.claude/skills/`
|
|
|
69
81
|
- Each Role's equipped skills are listed in `role.yaml` under `skills:`
|
|
70
82
|
- **Always read SKILL.md before starting work** for that Role
|
|
71
83
|
|
|
84
|
+
### Agent Dispatch Rules (CRITICAL)
|
|
85
|
+
|
|
86
|
+
> **Sub-agents (Agent/Task) do NOT automatically receive CLAUDE.md.**
|
|
87
|
+
> **You MUST instruct them to read CLAUDE.md in the first line of the prompt.**
|
|
88
|
+
|
|
89
|
+
Without the Root (CLAUDE.md), sub-agents skip Hubs and dive straight into code,
|
|
90
|
+
missing existing tools, guides, and constraints.
|
|
91
|
+
|
|
92
|
+
#### Required Prompt Pattern
|
|
93
|
+
|
|
94
|
+
Every sub-agent prompt **must include**:
|
|
95
|
+
|
|
96
|
+
1. Instruction to read CLAUDE.md
|
|
97
|
+
2. **Required skill file paths** for the Role
|
|
98
|
+
|
|
99
|
+
```
|
|
100
|
+
⛔ AKB Rule: Read CLAUDE.md before starting work.
|
|
101
|
+
Find the relevant Hub from the "Task Routing" table and read it first.
|
|
102
|
+
Check the Hub's existing tools/guides/constraints before exploring code.
|
|
103
|
+
⛔ Read the required skill files below and use the tools/commands defined in them.
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
#### Role Skill Mapping
|
|
107
|
+
|
|
108
|
+
| Role | Required Skills (path: `.claude/skills/{name}/SKILL.md`) |
|
|
109
|
+
|------|--------------------------------------------------------|
|
|
110
|
+
| Each Role | `{role-id}` + shared skills listed in `role.yaml` |
|
|
111
|
+
|
|
112
|
+
> Check each Role's `role.yaml` `skills:` field for the exact list.
|
|
113
|
+
|
|
114
|
+
### Self-Verification Before Escalation (CRITICAL)
|
|
115
|
+
|
|
116
|
+
> **Before saying "I can't" or "user action needed", check your own tools/skills first.**
|
|
117
|
+
|
|
118
|
+
#### Checklist (before reporting inability)
|
|
119
|
+
|
|
120
|
+
```
|
|
121
|
+
□ 1. Check CLAUDE.md routing table for relevant skills/tools
|
|
122
|
+
□ 2. Glob search .claude/skills/ for related skills
|
|
123
|
+
□ 3. Read the skill and determine if it can solve the problem
|
|
124
|
+
□ 4. Only if all above fail → Report: "Tried X but unable due to [specific reason]"
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
### Exploration Depth
|
|
128
|
+
|
|
129
|
+
> **Don't stop at Hubs. Explore detailed documents for thorough understanding.**
|
|
130
|
+
|
|
131
|
+
| Question Type | Minimum | Additional |
|
|
132
|
+
|--------------|---------|------------|
|
|
133
|
+
| Implementation | Hub | Related Node |
|
|
134
|
+
| Debugging | Hub | Related issues/logs |
|
|
135
|
+
| **Strategy/Design** | Hub | **Design docs, past decisions, architecture details** |
|
|
136
|
+
| **New Feature** | Hub | **Existing implementation patterns, related architecture** |
|
|
137
|
+
|
|
138
|
+
### Skill Synchronization (CRITICAL)
|
|
139
|
+
|
|
140
|
+
> **When changing code/processes, update related `.claude/skills/` SKILL.md files too.**
|
|
141
|
+
|
|
142
|
+
| Change Type | Skill Update |
|
|
143
|
+
|-------------|-------------|
|
|
144
|
+
| API endpoint change | Update API reference |
|
|
145
|
+
| New tool/script added | Add to tool listing |
|
|
146
|
+
| Process change | Update procedure guide |
|
|
147
|
+
| Feature removed | Remove related section |
|
|
148
|
+
|
|
72
149
|
### Work Completion Checklist
|
|
73
150
|
|
|
74
151
|
After completing any task:
|