Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
106 commits
Select commit Hold shift + click to select a range
05ea3f6
docs(v2): add Studio v2 vision deck and domain model
ainetx Jul 2, 2026
c8a4672
docs(v2): enhance domain model with security and vulnerability object…
ainetx Jul 2, 2026
9dfa91b
docs(v2): add component/release reference diagrams and GTS type fixes
ainetx Jul 2, 2026
9fa740a
docs(v2): add technology stack domain with library, database, service…
ainetx Jul 2, 2026
45023ad
docs(v2): add SBOM domain entities and cross-reference diagrams
ainetx Jul 2, 2026
73e057b
docs(v2): close critical vision gaps — Validator, Evidence, Connector…
ainetx Jul 3, 2026
8cf8b9e
docs(v2): add initial brainstorm session documentation for Studio v2 …
ainetx Jul 3, 2026
a67bb59
docs(v2): distribute all 47 diagrams inline with their defining sections
ainetx Jul 5, 2026
b6523f6
docs(v2): add Worker.kind, WorkerRun.cost, §24 SDLC Action Workers, §…
ainetx Jul 5, 2026
a3bd663
docs(v2): add user-journeys.md with 14 ALGORITHM-format user scenarios
ainetx Jul 5, 2026
82617a7
docs(v2): apply round 25 borrowings from LangGraph; update brainstorm…
ainetx Jul 5, 2026
d52c139
docs(v2): add interactive Worker model — WorkerInteraction, awaiting_…
ainetx Jul 5, 2026
676e69c
docs(v2): add RAG model — Retriever Workers, WorkerImplementation.ret…
ainetx Jul 5, 2026
4399672
docs(v2): clarify Worker as registry definition vs WorkerRun as execu…
ainetx Jul 5, 2026
efa2f4c
docs(v2): add Overview section with 6 high-level diagrams (DO1–DO6)
ainetx Jul 5, 2026
a6d6f0d
docs(v2): Flow = Worker (kind: orchestrator) via GTS chaining; FlowRu…
ainetx Jul 5, 2026
333ceff
docs(v2): add Worker extension design rule; confirm Connector stays s…
ainetx Jul 5, 2026
456585c
fix(v2): correct Validator GTS type to use Worker chaining in §2.1
ainetx Jul 5, 2026
51b6f61
docs(v2): remove Worker.kind; add requiresAutomationGate; Action beco…
ainetx Jul 5, 2026
34d7605
docs(v2): add input resolution model — Worker.inputBindings, Contract…
ainetx Jul 5, 2026
0218f59
fix(v2): replace x-gts-required with standard JSON Schema required ar…
ainetx Jul 5, 2026
ed433f6
docs(v2): rewrite user-journeys.md — transform all 22 v1 journeys to …
ainetx Jul 5, 2026
2093ba5
docs(v2): split Worker.trigger into canInvokeOnDemand, eventTrigger, …
ainetx Jul 5, 2026
fe93bf3
docs(v2): add Flow checklist model — stepStatus, activeStepId, stepDe…
ainetx Jul 5, 2026
2f1272e
fix(v2): add repositoryId ref and name to Workspace; refine sources s…
ainetx Jul 5, 2026
2b03289
docs(v2): update D27 Workspace diagram — add repositoryId ref, name, …
ainetx Jul 5, 2026
da69ec6
docs(v2): move D1 (Registry vs Object Graph) into Overview section
ainetx Jul 5, 2026
4d3bb02
docs(v2): move ASCII system overview (DO1b) to Overview section; remo…
ainetx Jul 5, 2026
e158efb
docs(v2): add ModelRouter, PromptExperiment, Tenant.modelOverrides — …
ainetx Jul 6, 2026
112bdf8
docs(v2): add Kit.metadata (referenceArchitecture, deploymentPatterns…
ainetx Jul 6, 2026
b84e6bc
docs(v2): close all remaining open questions — indexes, component kin…
ainetx Jul 6, 2026
aa4bb1e
docs(v2): typed Worker.dependencies with required/mode; deprecate dep…
ainetx Jul 6, 2026
c1f3704
docs(v2): add EventSubscription (outbound webhooks/event-bus) with Cl…
ainetx Jul 6, 2026
195bce1
docs(v2): add Approval chain fields (sequential, parallel, delegation)
ainetx Jul 6, 2026
5fc951f
docs(v2): add KitInstallation Object, Kit semver convention, changelo…
ainetx Jul 6, 2026
b169304
docs(v2): apply challenge round 39-42 — dep mode in WorkerImpl, auto=…
ainetx Jul 6, 2026
e190493
docs(v2): add x-gts-traits.contains_pii annotation and DataErasureReq…
ainetx Jul 6, 2026
cbd8040
docs(v2): add data_erasure_worker to §25; fix pii_fields to use dot-n…
ainetx Jul 6, 2026
2a662a4
docs(v2): add §26 Gears Integration Reference; fix Credentials Store …
ainetx Jul 6, 2026
8845013
docs(v2): apply challenge round 44 — soften Durable Objects claim, Ap…
ainetx Jul 6, 2026
03aaf08
docs(v2): add Studio as MCP server — Kit.mcpTools, Tenant.mcpSettings
ainetx Jul 6, 2026
4f48293
docs(v2): consolidate Flow steps[].required; MCP mcpRole instead of s…
ainetx Jul 6, 2026
79b2238
docs(v2): add BenchmarkSample Object and Tenant.worldModelParticipati…
ainetx Jul 6, 2026
3f9fb81
docs(v2): add CostReport schema, Tenant.aiCostBudget, WorkerRun.costA…
ainetx Jul 6, 2026
9e3301b
docs(v2): add TraceabilityReport Object with coverage metrics; typed …
ainetx Jul 6, 2026
6dca999
docs(v2): add Output column to §22.1 Analyzer table; document stale_a…
ainetx Jul 6, 2026
d4c2bd1
docs(v2): add ops Workers (alert_to_incident, triage, rollback); runb…
ainetx Jul 6, 2026
9f31ddc
docs(v2): challenge round 46-50 — requirement.priority, alert eventTr…
ainetx Jul 6, 2026
16d5b13
fix(v2): correct DO3/D2 diagrams — Tenant/User extend Gears RG/AM, no…
ainetx Jul 7, 2026
5320b65
docs(v2): add GTS Type ID versioning policy §2.0; Worker.deprecatedBy…
ainetx Jul 7, 2026
319fece
fix(v2): clarify Tenant/User as Gears-extended types in DO1, DO1b, DO…
ainetx Jul 7, 2026
c7008e1
fix(v2): move Tenant/User to Gears layer in DO1/DO1b; Worker.deprecat…
ainetx Jul 7, 2026
dc25a03
docs(v2): add Object.links[] Jira-style typed graph edges; LINK_KIND …
ainetx Jul 7, 2026
3ab7250
docs(v2): refine Object.links — remove confidence field; restrict to …
ainetx Jul 7, 2026
d6b3f33
docs(v2): LINK_KIND as GTS Type IDs; add gts.cf.studio.link.kind.v1~ …
ainetx Jul 7, 2026
5f60897
docs(v2): add Object.concurrentEditors (visibility) and Object.writeL…
ainetx Jul 7, 2026
1b61d4f
docs(v2): fix concurrentEditors union ref; add scope note (not for ex…
ainetx Jul 7, 2026
7ac39fa
docs(v2): add Object.createdByRunId and lastModifiedByRunId for prove…
ainetx Jul 7, 2026
23d21a4
docs(v2): add x-gts-traits.capabilities opt-in; clarify provenance vs…
ainetx Jul 7, 2026
ceb7e9e
docs(v2): add versioned capability; superseded state; dual versioning…
ainetx Jul 7, 2026
a045b60
docs(v2): add decomposition to versioned types; auto-transition on su…
ainetx Jul 7, 2026
f9821db
docs(v2): add pre-built ABAC condition Workers to §25; allowedFields …
ainetx Jul 8, 2026
8b597f0
docs(v2): add Object.workspaceId; remove links.targetType; remove all…
ainetx Jul 8, 2026
f9a8dd1
docs(v2): add graph traversal API note to §1.1; mixed traversal patte…
ainetx Jul 8, 2026
7acbb43
docs(v2): fix implements link direction in §23; clarify ABAC conditio…
ainetx Jul 8, 2026
18990a9
docs(v2): add x-gts-creates annotation; WorkerRun.createdObjectIds; O…
ainetx Jul 8, 2026
f7f7a7b
docs(v2): specify materialization order (creates→state-sets); auto-li…
ainetx Jul 8, 2026
23e393c
docs(v2): add cross-workspace link policy; Tenant-level shared artifa…
ainetx Jul 8, 2026
624fdb7
docs(v2): idempotent materialization (skip if createdObjectIds set); …
ainetx Jul 8, 2026
5d43d52
fix(v2/poc/ui-1): apply domain.ts type review findings (F-001 through…
ainetx Jul 8, 2026
e8d4101
fix(poc/ui-1): apply review fixes F-001/F-008/F-010/F-016/F-027/F-028…
ainetx Jul 8, 2026
2d346d1
fix(v2/poc/ui-1): apply store review findings F-001 F-003 F-005 F-006…
ainetx Jul 8, 2026
55aedb3
fix(ui-1): resolve TypeScript errors from domain.ts type changes
ainetx Jul 8, 2026
f3fc2fa
feat(v2/poc/ui-1): add remaining PoC UI source files
ainetx Jul 8, 2026
b85b23e
up git ignore
ainetx Jul 8, 2026
c61d8e4
fix(ui-1/graph): smart edge routing, 4-handle nodes, better layout
ainetx Jul 8, 2026
234c36b
fix(ui-1): fix edge routing angles + notification dismiss + clear all
ainetx Jul 8, 2026
5314288
fix(ui-1/graph): custom arc edges + draggable nodes
ainetx Jul 8, 2026
462bad9
fix(ui-1/activity): dismiss + clear all in ActivityFeed
ainetx Jul 8, 2026
9e828cb
fix(ui-1): atomic clearAllRunToasts — dismissed runs never re-appear
ainetx Jul 8, 2026
cb3b179
feat(ui-1): WorkersMonitor page + artifact materialization + new SDLC…
ainetx Jul 8, 2026
d4f78e2
feat(ui-1): create_task_worker + center-on-click in graph
ainetx Jul 8, 2026
711ccaf
feat(ui-1/chat): tabs + model/mode/effort/context config
ainetx Jul 8, 2026
b35d0e2
feat(ui-1): worker catalog + tree monitor + toast click + sub-worker …
ainetx Jul 8, 2026
63266fb
fix(ui-1/nav): remove sidebar Quick nav, consolidate into TopBar
ainetx Jul 8, 2026
581c06f
fix(ui-1/nav): reorder views — Graph > Files > Flows > Monitor…
ainetx Jul 8, 2026
11ce1c4
fix(ui-1/nav): Actions before Flows
ainetx Jul 8, 2026
3f5af32
feat(ui-1/actions): object picker popover on Run button
ainetx Jul 8, 2026
c17fae6
docs(v2): add §27 Agentic Loop Runs — LoopPolicy, LoopRun, budget lay…
ainetx Jul 8, 2026
69c5c54
feat(ui-1): AgenticLoop view — iteration tree, budget bar, score chart
ainetx Jul 8, 2026
793d7f8
feat(ui-1/chat): multi-tab chat panel
ainetx Jul 8, 2026
7460267
fix(ui-1/loops): pre-populated demo loops + New Loop picker modal
ainetx Jul 8, 2026
c2d0ff8
refactor(v2): Loop = Flow + LoopPolicy — architectural unification
ainetx Jul 8, 2026
2da6da1
feat(ui-1): 15 SDLC flows in Actions tab + Workers/Flows/Loops sections
ainetx Jul 8, 2026
c523669
fix(ui-1/nav): remove Activity tab — Monitor covers it
ainetx Jul 8, 2026
bc48f5d
feat(ui-1/flows): loop mode in FlowsView, remove Loops nav tab
ainetx Jul 8, 2026
f192921
fix(ui-1/flows): show all 15 SDLC flows in sidebar grouped by category
ainetx Jul 8, 2026
a25e835
feat(v2): binary vs score gate model — LLM review emits findings not …
ainetx Jul 8, 2026
cbe0528
feat(ui-1/flows): generate graph defs for all 15 SDLC flows — no step…
ainetx Jul 8, 2026
e7aa9d3
feat(ui-1/flows): Run/Pause/Resume/Cancel/Clear controls for all flows
ainetx Jul 8, 2026
f472670
fix(ui-1/flows): correct worker launch, pause, score gate, target object
ainetx Jul 8, 2026
cc494a2
feat(ui-1/flows): convert loop flows to score-gate graphs, remove Ite…
ainetx Jul 8, 2026
fdc022e
feat(ui-1): FlowDesigner — drag-drop flow builder with palette, prope…
ainetx Jul 8, 2026
dfe4174
fix(ui-1/designer): edit loads existing nodes, custom flows run corre…
ainetx Jul 8, 2026
f132222
fix(ui-1/flows): deterministic node-label→worker mapping, no fuzzy match
ainetx Jul 8, 2026
e1f5c14
fix(ui-1/flows): skip worker interaction when run as part of a flow
ainetx Jul 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -431,3 +431,4 @@ prompt-instruction-severity-low-med.md
prompt-instruction-severity-table.md
outputs/
.debug-skill/
v2/poc/ui-1/.vite/
Loading
Loading