Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
1adacea
build(frontend): scaffold vite react typescript workspace
huyanxius Jul 30, 2026
059d375
build(frontend): add oxlint and oxfmt configuration
huyanxius Jul 30, 2026
980d511
build(frontend): add vitest configuration
huyanxius Jul 30, 2026
fd4424a
feat(shared): add shared layer with pagination contract
huyanxius Jul 30, 2026
7e22b51
feat(entities): add data layer public interfaces
huyanxius Jul 30, 2026
73d7b98
feat(features): add use case layer contracts
huyanxius Jul 30, 2026
6b21545
feat(pages): add page modules
huyanxius Jul 30, 2026
e5de440
feat(app): add application shell and entry point
huyanxius Jul 30, 2026
0a13193
ci(frontend): add quality gate and preview deployment
huyanxius Jul 30, 2026
33b6fa3
docs(frontend): document architecture and backend contract
huyanxius Jul 30, 2026
01b0e0a
fix(workflow): persist the in-flight task id on the step
huyanxius Jul 30, 2026
1f0ddca
build(frontend): typecheck the vitest config
huyanxius Jul 30, 2026
2be18e3
refactor(entities): keep only confirmed content in the asset tree
huyanxius Jul 30, 2026
f9776f9
docs(entities): mark what the product has not defined yet
huyanxius Jul 30, 2026
a86d23b
docs(frontend): remove stale skeleton references
huyanxius Jul 30, 2026
77fca50
refactor(character): remove unsupported character name
huyanxius Jul 30, 2026
b03250c
refactor(workflow): keep workflow run frontend-owned
huyanxius Jul 30, 2026
378fee0
docs(frontend): record confirmed backend boundaries
huyanxius Jul 30, 2026
869827b
fix(tasks): require project context for task lookup
huyanxius Jul 30, 2026
7a6515e
docs(api): record project-scoped task lookup
huyanxius Jul 30, 2026
43e4809
feat(generation): define task recovery contract
huyanxius Jul 30, 2026
e8b68ba
feat(workflow-run): add local state store
huyanxius Jul 30, 2026
244dd55
feat(workflow-controller): run character template generation
huyanxius Jul 30, 2026
2aef23a
test(workflow-run): cover local execution lifecycle
huyanxius Jul 30, 2026
339edba
docs(frontend): document workflow runtime boundaries
huyanxius Jul 30, 2026
b72262f
refactor(workflow-controller): separate state and task runtime
huyanxius Jul 30, 2026
6d3f51c
test(workflow-controller): cover extracted state transitions
huyanxius Jul 30, 2026
7e4fff2
fix(character-setup): accept workflow step input
huyanxius Jul 30, 2026
f251ddd
test(character-setup): lock workflow input contract
huyanxius Jul 30, 2026
ac83b58
feat(playtest): add isolated preview workbench
xyh202131 Jul 30, 2026
531de00
merge: integrate workflow run core into playtest foundation
xyh202131 Jul 30, 2026
19c0230
fix(playtest): correct preview motion and workspace width
xyh202131 Jul 30, 2026
0bdadee
feat(layout): add floating product navigation
huyanxius Jul 30, 2026
a73c0b2
test(layout): cover floating navigation routes
huyanxius Jul 30, 2026
a61e4b9
feat(home): add first-screen entry surface
huyanxius Jul 30, 2026
aabc1d9
test(home): cover first-screen entry routes
huyanxius Jul 30, 2026
ab8d327
fix(home): prevent scroll-bar horizontal overflow
xyh202131 Jul 30, 2026
cac018b
refactor(frontend): replace asset library with history
xyh202131 Jul 30, 2026
4b1a99f
docs(frontend): add architecture guardrails
xyh202131 Jul 30, 2026
43b84f1
fix(playtest): A/D keys respect current action + optimize auto-review
xyh202131 Jul 30, 2026
ff2e077
feat(quick-start): add workflow-backed creation flow
huyanxius Jul 30, 2026
5342ed6
test(quick-start): cover workflow-backed page flow
huyanxius Jul 30, 2026
62e1270
feat(frontend): add backend API adapters for Project, Character, Task…
xyh202131 Jul 30, 2026
ed05302
fix(workflow-editor): wire node click handler to update activeNode
xyh202131 Jul 30, 2026
eea8870
feat(workflow-editor): port asset-lab studio design to React
xyh202131 Jul 30, 2026
8b30426
fix(workflow-editor): add CSS file matching asset-lab design language
xyh202131 Jul 30, 2026
55cfdd1
refactor(workflow-editor): use asset-lab CSS and HTML structure directly
xyh202131 Jul 30, 2026
d794b86
fix(workflow-editor): wrap studio-mode-gateway inside production-canv…
xyh202131 Jul 30, 2026
272d985
Merge branch 'pr-74' into feat/playtest-on-module-skeleton
xyh202131 Jul 31, 2026
bc5aa50
feat(quick-start): integrate real backend services
xyh202131 Jul 31, 2026
c57451f
refactor(frontend): consolidate workflow architecture
xyh202131 Aug 2, 2026
e216c2b
merge: resolve main conflicts in frontend integration
xyh202131 Aug 2, 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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ output/
.ruff_cache/
.pytest_cache/
.import_linter_cache/

# 依赖与构建产物由各子项目的 .gitignore 负责
Loading