NOX Logging Protocol

NOX is a structured logging system built on Markdown. This protocol defines the syntax and conventions for capturing actions, events, and decisions — in a format that's both human-readable and machine-parsable.

Syntax Format

YYYY-MM-DD [mode:ACTION] - Title [DOMAIN] ${block-descriptor: |  
  - content entry
}

NOX Modes

ModeDescription
buildCreate something new — file, component, model, or idea.
logRecord what happened — facts, decisions, state changes.
maintenanceRefactor, rename, reorder, or remove content.
diagnoseInvestigate, debug, or analyze issues and systems.
planOutline future actions — strategies, priorities, or goals.
signalCapture a state — emotional, mental, strategic, or instinctual.

CRUD to NOX Mapping

ConceptNOX ModeExample
CreatebuildDefine new component, API, or file structure.
Read / ReflectsignalWrite a pulse check or instinct log.
UpdatemaintenanceRefactor folder structure or rename log entries.
Delete / CleanmaintenanceRemove deprecated files or simplify logs.
DebugdiagnoseTrace API errors or version mismatches.

Logging Rules

Why This Format Matters

NOX isn't just about syntax. It's about survival. These entries are designed to:

Real Example

from: nox/models/homework/2025/07-july/07-11-homework/models/hnet-upgrade/hnet-log-07-11.md


           
    ## Checks 
    
    2025-07-11 [mode:refactor] - [x] Update Wallplate Routing [HNET-19] ${log: |
        
        - refactor(wallplates): add wallplate-list for default view, route /:bldg for detail 

        - **emit_to**: [notes: hnet wallplates](hnet-wallplates-notes-07-11.md)  
        
        - **commit**: refactor(wallplates): add wallplate-list for default view, route /:bldg for detail  
          - Added WallplateListComponent for default /wallplates view (all buildings)
          - Updated WallplatesComponent to handle /wallplates/:bldg route
          - Refactored API to allow full wallplate list when no bldgcode is provided
          - Improved route clarity and UI structure for building-specific detail views

    }

Minimal Example


2025-07-13 [mode:signal] - Woke up exhausted. [PULSE]

← Back to What is NOX
← Return to Portfolio Home