Skip to content

docs: update slice queue after PR 115 - #116

Merged
IAnMove merged 2 commits into
mainfrom
docs/current-state-after-115
Sep 3, 2026
Merged

docs: update slice queue after PR 115#116
IAnMove merged 2 commits into
mainfrom
docs/current-state-after-115

Conversation

@IAnMove

@IAnMove IAnMove commented Sep 3, 2026

Copy link
Copy Markdown
Owner

Summary

  • Update docs/development/SLICE_QUEUE.md to the state present in main at PR fix(media): keep output cards within viewport #115.
  • Record landed gallery/workspace and LLM slices, StoryAssemblyTab and StoryLabLibraryChrome, visible EN/ES i18n, language separation, Director audio handoff, new-song videoclip fixes, and media-card viewport sizing.
  • Recalculate the next medium PRs without removing the historical queue.
  • Correct the Wizard roadmap status for the already-implemented Studio → Video presentation prototype and experiment(ui): prototype two-level task navigation #104 navigation shell.

Validation

  • python scripts/check_documentation_links.py
  • git diff --check

Only the two documentation files above are changed. No launchers or comunicaciones/ files are included.


Note

Low Risk
Markdown-only documentation updates with no runtime, API, or data-handling impact.

Overview
Documentation-only update to reflect what landed through merge #115 (69f57fe, 2026-09-03) and to reprioritize upcoming slice work—no application code changes.

docs/development/SLICE_QUEUE.md advances the canonical “landed on main” snapshot from #100 to #115, documents cross-cutting merges #101#115 (two-level navigation/Wizard sidebar, LLM router and slice, Story assembly/library chrome, i18n and language separation, Director audio fixes, new-song videoclip identity chain, media-card viewport sizing, and related items), and refreshes queue history statuses. It replaces the old “next medium PRs” list with seven concrete follow-ups: end-to-end Story song→videoclip provenance, Wizard smoke/acceptance, useStore generation slice, StoryLabPanel coordination, next domain router, gated Director Paso 5, and Wizard presentation expansion after prototype review.

WIZARD_AUTOMATION_ROADMAP.md marks visible focus/fill/sparkle as implemented for the Studio→Video prototype (semantic anchors, reduced-motion) instead of pending design, and notes #104 for two-level task navigation and the embedded Wizard sidebar, with navigation kept separate from the factual action runner.

Reviewed by Cursor Bugbot for commit 1493f30. Configure here.

@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown

PR Review — Loreframe Studio

Risk: low
Scope: 3 file(s); +185/-32; docs

Automated review from scripts/analyze_pr.py. This is a heuristic pass (no LLM) so humans still own the merge decision.

Findings

  • No heuristic issues. Still run the CI checklist below.

Changed files

  • modified: WIZARD_AUTOMATION_ROADMAP.md, docs/development/SLICE_QUEUE.md, planmejora.md

CONTRIBUTING checklist

  • python scripts/verify_clean_repo.py
  • python -m compileall -q app/services app/launch.py scripts
  • cd ui && npm run build if the UI changed
  • No weights, CivitAI sidecars, or generated guides
  • Stays local-first (no required accounts / telemetry)

Posted by the repo PR review workflow. Re-runs on each push to the PR.

@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown

Code health

Metric Value
Production LOC 237,016
Production files 515
Test LOC 65,927
Functions measured 14,834
Functions complexity ≥ 15 776
Maximum complexity 667

Markdown, JSON catalogs and tests are out of this table. Only app/ runtime + ui/src TS/JS count.

Most complex functions

Complexity Where
667 app/wgp.py:7157 generate_video
374 ui/src/stores/useStore.ts:4447 Async method 'startGeneration'
355 app/_launch_runtime.py:23212 _run_generation
308 app/wgp.py:12274 generate_video_tab
271 ui/src/components/Sidebar/SceneAnimatorPanel.tsx:474 Function 'SceneAnimatorPanel'
266 ui/src/stores/useStore.ts:8989 Async method 'loadSettingsFromOutput'
258 app/services/director/planners/short_film.py:3433 ShortFilmPlanner._plan_story_driven
248 app/services/director_pipeline.py:13620 _run_video_generation
245 app/services/director_pipeline.py:7749 _run_pipeline
241 ui/src/features/agent/agentActions.ts:1095 Function 'parseAction'
227 ui/src/features/agent/agentActions.ts:2744 Async function 'executeAgentActions'
226 app/services/director_pipeline.py:6578 update_comic_preview

Trend vs baseline

Metric Δ
Production LOC +3,351
Test LOC +2,113
Functions ≥ 15 +2
Maximum complexity +0

Warnings

  • production LOC increased by +3,351
  • functions at complexity >= 15 increased by +2
  • complexity hotspot ui/src/stores/useStore.ts rose 373 -> 374
  • complexity hotspot ui/src/components/Sidebar/InputsPanel.tsx rose 157 -> 162
  • complexity hotspot ui/src/components/MainContent/MediaFeedItem.tsx rose 120 -> 121
  • complexity hotspot ui/src/components/Sidebar/PromptInput.tsx rose 68 -> 70
  • complexity hotspot ui/src/features/series/SeriesSetupPanel.tsx rose 58 -> 62
  • complexity hotspot app/services/model3d_service.py rose 51 -> 54
  • complexity hotspot ui/src/features/stories/actions.ts rose 51 -> 52
  • complexity hotspot ui/src/features/series/actions.ts rose 47 -> 50
  • complexity hotspot ui/src/components/MainContent/TabFilter.tsx rose 19 -> 23
  • complexity hotspot ui/src/features/agent/AgentAssistantPanel.tsx rose 19 -> 22
  • complexity hotspot app/services/story_library.py rose 16 -> 19
  • complexity hotspot ui/src/components/Sidebar/ControlVideoSection.tsx rose 15 -> 17
  • hotspot app/services/director_pipeline.py increased by +71 lines
  • hotspot ui/src/features/agent/agentActions.ts increased by +75 lines
  • hotspot ui/src/components/Sidebar/SceneAnimatorPanel.tsx increased by +6 lines
  • hotspot ui/src/features/video-editor/VideoEditorPanel.tsx increased by +27 lines
  • hotspot ui/src/features/comics/ComicWorkflowPanels.tsx increased by +6 lines
  • hotspot ui/src/features/comics/ComicEditorPanel.tsx increased by +31 lines
  • hotspot ui/src/types/index.ts increased by +3 lines
  • hotspot ui/src/features/stories/actions.ts increased by +54 lines
  • hotspot app/services/series_library.py increased by +36 lines
  • hotspot app/services/model3d_service.py increased by +58 lines
  • hotspot ui/src/components/Sidebar/InputsPanel.tsx increased by +32 lines
  • hotspot ui/src/components/DirectorDashboard/DirectorDashboard.tsx increased by +17 lines
  • hotspot ui/src/features/agent/capabilityRegistry.ts increased by +65 lines
  • hotspot ui/src/features/agent/applicationAdapters.ts increased by +7 lines

Ratchet passed.

@IAnMove
IAnMove merged commit 215ad2a into main Sep 3, 2026
4 checks passed
@IAnMove
IAnMove deleted the docs/current-state-after-115 branch September 5, 2026 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant