Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/DESIGN_PHILOSOPHY.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ When faced with implementation decisions, ask:
### In Module Development

❌ Depending on kernel internals (use protocols only)
❌ Bypassing public interfaces to access internal state (extend the interface instead)
❌ Inventing ad-hoc event names (use canonical taxonomy)
❌ Private log files (write via `context.log` only)
❌ Failing to emit events for observable actions
Expand Down