NOX 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] - Message [DOMAIN] ${block: |  
  - entry 1
  - entry 2
}

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

Explore NOX

← Back to What is NOX
← Return to Portfolio Home