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.
YYYY-MM-DD [mode:ACTION] - Message [DOMAIN] ${block: |
- entry 1
- entry 2
}
build
, log
, diagnose
).HNET
, PULSE
, NOX
).Mode | Description |
---|---|
build | Create something new — file, component, model, or idea. |
log | Record what happened — facts, decisions, state changes. |
maintenance | Refactor, rename, reorder, or remove content. |
diagnose | Investigate, debug, or analyze issues and systems. |
plan | Outline future actions — strategies, priorities, or goals. |
signal | Capture a state — emotional, mental, strategic, or instinctual. |
Concept | NOX Mode | Example |
---|---|---|
Create | build | Define new component, API, or file structure. |
Read / Reflect | signal | Write a pulse check or instinct log. |
Update | maintenance | Refactor folder structure or rename log entries. |
Delete / Clean | maintenance | Remove deprecated files or simplify logs. |
Debug | diagnose | Trace API errors or version mismatches. |
← Back to What is NOX
← Return to Portfolio Home
© 2025 Alex Catalano