1.7 KiB
1.7 KiB
SESSION STATE - Live Memory
Last update: 2026-03-05 (sync) Owner: Codex + user
Current objective
Stabilize the UB24 builder workflow with reproducible progress and no context loss between sessions.
Current context snapshot
- Canonical workspace:
C:\word - Active branch target:
ai/ub24-builder-v1 - Runtime command:
python -m demo.app - Canonical URL:
http://127.0.0.1:5001/elementor/1
Done recently
- Defined memory/versioning strategy based on stable rules + live state + history.
- Added startup/close hooks to enforce session continuity.
- Updated startup protocol to always read
agent.mdin addition to core memory files. - Disabled legacy routes
/customizer2/<site_id>and/customizer3/<site_id>indemo/routes/customizer_ascii.py(now return404). - Stabilized
elementor_builderfor restaurante in free-drag mode while preserving manual placement. - Reset action now restores base template per rubro (instead of wiping all blocks).
- Menu mapping improved to resolve links by semantic intent + block type (contact/map/social/review/cards).
- Added draft autosave and preview-final device propagation (
desktop/tablet/phone).
In progress
- Final QA of restaurante flow end-to-end (order, menu links, responsive, publish persistence).
Blockers
- None active.
Next 3 steps
- QA complete on
site_id=1for reset -> reorder -> preview-final -> publish. - Tune spacing/heights in free-drag for blocks with dynamic content (contact/social/map) without auto-restack.
- Consolidate docs/cross references for single customizer flow and mark legacy as deprecated.