yttcom.net
Backend / Info / Standards / General
v1.1 · 07.10.26
General Standards
Naming · Hierarchy · Structure — applies to all builds
Page Hierarchy — Where Pages Live
G-H01
Permanent system pages → backend/info/
server-map.html, progress.html, tasks.html, standards/, build-log.html — these are permanent reference pages that don't go away after migration.
Locked 07/04/26 L04
G-H02
Migration pages → backend/migration/
board.html, directory.html, decisions.html, status.html — migration-only pages. Self-contained directory. Archived after v1.6 GO signal.
Locked 07/04/26 D004
G-H03
Frontend pages → frontend/
Public-facing user pages, system tools, daily-use apps. Each system has its own numbered subdirectory (10-travel/, 30-Tech/, etc.).
Locked 07/01/26
G-H04
System data → systems/[system]/
Config, logs, history, backup, data all live in the system's personal directory. Governance files shared at systems/governance/. Community at systems/community/.
Locked 07/04/26 D022
File and Page Standards
G-F01
Comment map required on every file
Every HTML file starts with a comment map showing: FILE, PATH, TITLE, VERSION, SYSTEM, SECTIONS list with anchor IDs and line numbers, DECISIONS LOG. No exceptions.
Locked 07/04/26 L06
G-F02
Anchor IDs on every major section
Every major section gets an id. Format: lowercase, hyphens, descriptive. Examples: id="phase1" id="server-work" id="ai-chat". Makes sections linkable and skimmable.
Locked 07/04/26
G-F03
AI chat placeholder on every page
Every page reserves the AI chat widget space. CSS: comment reserving .ai-chat. HTML: <div id="ai-chat"></div> with full section comment. Widget drops in when ready — no refactor needed.
Locked 07/04/26 L07
G-F04
Version bump only on edited pages
Only bump version when that specific page is edited. Not site-wide. Format: vX.X · MM.DD.YY. Minor edits = decimal bump (v1.0 → v1.1). Major rebuilds = integer bump (v1.x → v2.0).
Locked 07/04/26 L05
G-F05
No dead ends — all pages linked
Every page must have a way to reach all related pages — tabs, hub links, or inline links. Nothing should be a dead end. If you can get to a page you can get back out.
Locked 07/04/26 L08
Naming Conventions
G-N01
System directories — numbered
Server directories use: 00-admin, 04-server, 10-master, 20-builder, 30-tech, 40-yttserver, 50-dailylife, 60-finance, 70-health, 80-kitchen, 90-innerlife, 95-travel. CAI numbers (01-10) are separate — identity only.
Locked 07/04/26
G-N02
Governance files — 00_ prefix
Master governance files use 00_ prefix. Config files use 03A_ prefix. Transfer logs use 06E_ prefix. Commands files use 01_ prefix. All in systems/governance/.
Locked GCO v1.5D
G-N03
Retired files → systems/trash/ with tombstone
When a file is superseded or retired, copy it to systems/trash/ with a .txt tombstone file explaining what it was, why retired, what replaced it. Never just delete without record.
Established 07/04/26 D020
Info Standards Universal Backend Frontend General