readGov() with &raw=1 for all large shared text files. Panel shows text inline with Edit (purple, new tab), Download, Close buttons. Never link directly to file …
readGov() with &raw=1 for all large shared text files. Panel shows text inline with Edit (purple, new tab), Download, Close buttons. Never link directly to file-editor.php.
Section order, labels (orange), Quick Access inline, gov reader Edit button, btab mobile sizing, sys-link dim color, Standards+Commands links — all 5 Core pages conform — standard at systems/20-builder/standards/HUB-PAGE-STANDARD-S.md
Every backend system hub page uses identical tab bar. Order: ← Hub, Admin, Master, Builder, Server, Tech, Backend (current, highlighted), Frontend (links to t …
Every backend system hub page uses identical tab bar. Order: ← Hub, Admin, Master, Builder, Server, Tech, Backend (current, highlighted), Frontend (links to that systems frontend page).
Core Five — Tech [03] included in all backend tab bars
system:
02 Builder
Tech [03] is part of the Core Five alongside Core Four. All backend system hub pages include Tech in the tab bar. Standard: ← Hub | Admin | Master | Builder | …
Core Five — Tech [03] included in all backend tab bars
approved_by
USR369 David
se_id
—
tr_id
—
detail
Tech [03] is part of the Core Five alongside Core Four. All backend system hub pages include Tech in the tab bar. Standard: ← Hub | Admin | Master | Builder | Server | Tech | Backend | Frontend.
description
Core Five — Tech [03] included in all backend tab bars
Moved from frontend/70-Health/Gym/ to frontend/70-Health/apps/Gym/. All links updated. apps/ is the standard subdir for user-facing apps within each system.
Moved from frontend/70-Health/Gym/ to frontend/70-Health/apps/Gym/. All links updated. apps/ is the standard subdir for user-facing apps within each system.
System color identity — --sys and --text per domain system
system:
02 Builder
Each of 7 domain systems has --sys (primary color) and --text (lighter tint). Applied to page title, breadcrumb, section labels, card hover borders, active tab. …
System color identity — --sys and --text per domain system
approved_by
USR369 David
se_id
—
tr_id
—
detail
Each of 7 domain systems has --sys (primary color) and --text (lighter tint). Applied to page title, breadcrumb, section labels, card hover borders, active tab. Front Door cards show system name in its color.
description
System color identity — --sys and --text per domain system
All gov files named [type]-[decade].md — e.g. knowledge-20.md, todo-50.md. Applied to all 11 systems. Files live in systems/[dir]/gov/ only — no loose files …
All gov files named [type]-[decade].md — e.g. knowledge-20.md, todo-50.md. Applied to all 11 systems. Files live in systems/[dir]/gov/ only — no loose files in system root.
frontend/ is the user-facing root — replaces 05-Front_end
system:
02 Builder
Final name: frontend/. Contains 7 domain system dirs + index.html (Front Door). Each system has 7 dirs: apps/ media/ web/ temp/ cache/ exports/ assets/.
frontend/ is the user-facing root — replaces 05-Front_end
approved_by
USR369 David
se_id
—
tr_id
—
detail
Final name: frontend/. Contains 7 domain system dirs + index.html (Front Door). Each system has 7 dirs: apps/ media/ web/ temp/ cache/ exports/ assets/.
description
frontend/ is the user-facing root — replaces 05-Front_end
TOOLS-INDEX.md deployed — stop sign for backend/tools/
system:
02 Builder
Machine-readable pointer at backend/tools/TOOLS-INDEX.md. Lists file-editor, ml-editor, file-reader, db-admin, db-viewer with URLs, params, common paths, and st …
TOOLS-INDEX.md deployed — stop sign for backend/tools/
approved_by
USR369 David
se_id
—
tr_id
—
detail
Machine-readable pointer at backend/tools/TOOLS-INDEX.md. Lists file-editor, ml-editor, file-reader, db-admin, db-viewer with URLs, params, common paths, and standard link markup. Referenced in OPEN/REFRESH/build.php as tools_index field.
description
TOOLS-INDEX.md deployed — stop sign for backend/tools/
Removed path restriction whitelist — any path allowed, token still gates access. Fixed white-space:pre to pre-wrap + -webkit-user-modify:read-write for mobile …
Removed path restriction whitelist — any path allowed, token still gates access. Fixed white-space:pre to pre-wrap + -webkit-user-modify:read-write for mobile textarea input.
records.db file_events table — audit log for file writes
system:
02 Builder
Lightweight write event log. Fields: file_path, event_type, system, bytes, note, created_at. API actions: log_file_event, list_file_events. Logged on every ML e …
Master List Editor v2.0 — detail field, record IDs, DB logging
system:
02 Builder
ml-editor.html rebuilt with expandable detail per item, R001+ record IDs from DB, add_item logs to records.db, complete_item marks done with timestamp. Saves MD …
Master List Editor v2.0 — detail field, record IDs, DB logging
approved_by
USR369 David
se_id
—
tr_id
—
detail
ml-editor.html rebuilt with expandable detail per item, R001+ record IDs from DB, add_item logs to records.db, complete_item marks done with timestamp. Saves MD with Label — RXXX — Detail format.
description
Master List Editor v2.0 — detail field, record IDs, DB logging
Real branching pages at backend/standards/ (HTML/MD/System/PHP categories), standard card-button style reused from systems/hub/index.php, rollup format reserved …
Real branching pages at backend/standards/ (HTML/MD/System/PHP categories), standard card-button style reused from systems/hub/index.php, rollup format reserved for in-page rule lists only per David direction.
Two silent JS errors: field-name mismatch (timein/loc vs timeIn/location) between collectFormData and applyFormData, plus loadSessionIntoLog calling nonexistent …
Two silent JS errors: field-name mismatch (timein/loc vs timeIn/location) between collectFormData and applyFormData, plus loadSessionIntoLog calling nonexistent switchTab() function. Both fixed, v5.25 live.
Any system generating multiple files must: (1) check current series letter, (2) increment to next letter for ALL systems, (3) ZIP all files into one package, (4 …
Any system generating multiple files must: (1) check current series letter, (2) increment to next letter for ALL systems, (3) ZIP all files into one package, (4) drop ZIP in backend/369/ (David personal dropzone). Introduced in Series E EXEC_OPEN_Builder.20.E.txt 07/08/26.
Server TZ is UTC. Added date_default_timezone_set(America/Los_Angeles) to 10 system api.php files and dba_api.php. All DB timestamps now return PT (12-hour). Fi …
Server TZ is UTC. Added date_default_timezone_set(America/Los_Angeles) to 10 system api.php files and dba_api.php. All DB timestamps now return PT (12-hour). Fixed 07/07/26.
systems/20-builder/knowledge.md created 07/07/26. Environment, Patterns, Lessons, Open Questions populated. Written at session close per D091 mandatory rule.
systems/20-builder/knowledge.md created 07/07/26. Environment, Patterns, Lessons, Open Questions populated. Written at session close per D091 mandatory rule.
DB Admin v2.2 — perPage selector match highlighting
system:
02 Builder
Built perPage selector (25/50/100/All) and match highlighting into db-admin.html. Infinity-safe pagination. Resets to 50 on table switch. Deployed via bootstrap …
DB Admin v2.2 — perPage selector match highlighting
approved_by
USR369 David
se_id
—
tr_id
—
detail
Built perPage selector (25/50/100/All) and match highlighting into db-admin.html. Infinity-safe pagination. Resets to 50 on table switch. Deployed via bootstrap 07/07/26.
description
DB Admin v2.2 — perPage selector match highlighting