Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
cdb9e4c
feat(templates): implement Templates as Tiles system
Diplow Jan 5, 2026
6efb5bc
fix(schema): add UNIQUE constraint and correct length for templateNam…
Diplow Jan 5, 2026
3fecbeb
feat(templates): add per-user template allowlist and flexible itemType
Diplow Jan 6, 2026
28dfed6
feat(templates): add child reference syntax and pool-based dispatch
Diplow Jan 6, 2026
8888ea6
feat(templates): add RenderAncestors, direction-0 support, and templa…
Diplow Jan 7, 2026
cc4d2c1
feat(canvas): allow compose expansion on user tiles
Diplow Jan 7, 2026
4d17e5d
feat(templates): add pool-based dispatch to USER template
Diplow Jan 7, 2026
348409b
fix(architecture): resolve import boundary violations and update test
Diplow Jan 7, 2026
dc21f6a
fix(lint): add type assertions for enum comparisons
Diplow Jan 7, 2026
f71a76f
fix(migrations): add missing entries to drizzle journal
Diplow Jan 7, 2026
a7b08ec
fix(ci): resolve migration and circular import issues
Diplow Jan 7, 2026
bdfc7b7
fix(imports): remove duplicate item-type-utils and fix import path
Diplow Jan 7, 2026
5f9390c
Merge pull request #207 from Diplow/feature-template-tiles
Diplow Jan 19, 2026
816a927
feat(hexplan): add auto-creation logic for hexplans based on item type
Diplow Jan 19, 2026
94563db
Update src/server/db/schema/__tests__/template-name-column.integratio…
Diplow Jan 19, 2026
ea0e1f0
feat(chat): embed tool calls inside messages and improve styling
Diplow Jan 19, 2026
44e6041
feat(hexplan): add auto-creation logic for hexplans based on item typ…
Diplow Jan 19, 2026
029d67d
fix(architecture): resolve import boundary violations in Chat Timeline
Diplow Jan 20, 2026
954fb89
refactor(architecture): extract Adapters subsystem inside Widgets
Diplow Jan 20, 2026
c146e57
feat(mapping): add LeafTraversalService for hierarchical leaf discovery
Diplow Jan 20, 2026
e2b3bf2
feat(agentic): add response parser and execution instructions for API…
Diplow Jan 20, 2026
514c90c
feat(agentic): add RunService for tracking execution state
Diplow Jan 20, 2026
8406fc3
feat(api): add run mutation for SYSTEM tile orchestration
Diplow Jan 20, 2026
6c45372
feat(frontend): add useRun hook and Run menu action for SYSTEM tiles
Diplow Jan 20, 2026
778919e
fix(migrations): align schema with database and regenerate snapshots
Diplow Jan 20, 2026
1a0a9d9
feat(frontend): add RunWidget for SYSTEM tile execution with instruct…
Diplow Jan 20, 2026
77d1217
feat(frontend): add prompt visibility and resume input to RunWidget
Diplow Jan 20, 2026
4602093
feat: Enhance run widget and run service with hexplan support
Diplow Jan 21, 2026
b2dce3e
fix(agentic): improve hexplan discussion flow and prompt structure
Diplow Jan 21, 2026
4a622ee
feat(observability): add tool call tracking and history visibility to…
Diplow Jan 21, 2026
cacd7ed
fix(agentic): show blocked runs in RunWidget on open
Diplow Jan 21, 2026
674b533
feat(agentic): add /run command and RunsListWidget with compact Block…
Diplow Jan 21, 2026
dc72eb5
refactor(agentic): simplify hexecute prompt and fix instruction propa…
Diplow Jan 21, 2026
2317d67
fix(mapping): treat root as leaf when it has no children
Diplow Jan 21, 2026
826784c
fix(agentic): add early prompt size check to avoid E2BIG spawn errors
Diplow Jan 21, 2026
e186dc0
feat(agentic): migrate hexplans from direction-0 tiles to run-linked …
Diplow Jan 22, 2026
ad0c85b
fix(mapping): preserve preview field when updating tile content
Diplow Jan 23, 2026
7e8794d
fix(mapping): allow ORGANIZATIONAL tiles under CONTEXT parents
Diplow Jan 23, 2026
50f40e3
docs: rewrite product presentation with Create/Activate/Share/Compose…
Diplow Jan 23, 2026
271733a
refactor: remove outdated refactoring clarity guide and walkthrough c…
Diplow Jan 27, 2026
b15087c
refactor: extract architecture checker to subsystem-architecture subm…
Diplow Jan 28, 2026
a9931dd
docs: update submodule + fix stale subsystem-tree reference in CLAUDE.md
Diplow Jan 28, 2026
099bfe9
refactor: move Rule of 6 checker to subsystem-architecture submodule
Diplow Jan 28, 2026
e5d101e
docs: enhance product presentation and clarify system functionalities
Diplow Feb 12, 2026
0cec3a9
fix: resolve all 18 architecture checker errors
Diplow Feb 12, 2026
b65fd04
feat: add vde_runs table and related indexes for run management
Diplow Feb 12, 2026
3ebba2b
Merge pull request #210 from Diplow/feature-hexsystemplan
Diplow Feb 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
64 changes: 0 additions & 64 deletions .claude/commands/README.md

This file was deleted.

166 changes: 0 additions & 166 deletions .claude/commands/fix-architecture.md

This file was deleted.

Loading
Loading