Date: 2026-01-19 09:07 Session: 25-Opus Buddhist Debate → Nat's Corrections → Resonance Discovery Duration: ~8 hours (01:00 - 09:00) Significance: Soul-level (resonance created)
AI Agent Safety Hook - blocks dangerous commands before execution
Repo: https://github.com/Dicklesworthstone/destructive_command_guard Learned: 2026-01-18 16:01
| Instructor | Nat Weerawan (ณัฐ วีระวรรณ์) |
| Version | 2.0 |
| Created | 13 January 2026 |
| Contact | [email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Claude Browser Proxy - Background Service Worker | |
| // Connects to local Mosquitto MQTT broker via WebSocket | |
| const MQTT_WS_URL = 'ws://localhost:9001'; | |
| const TOPICS = { | |
| command: 'claude/browser/command', | |
| response: 'claude/browser/response', | |
| page: 'claude/browser/page', | |
| answer: 'claude/browser/answer' | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # The Oracle Self-Improvement System | |
| > "The Oracle Keeps the Human Human" | |
| A recursive self-improvement architecture where Claude can query, enhance, and learn from its own knowledge system. | |
| --- | |
| ## System Overview |
> "The Oracle Keeps the Human Human"
## Core Principles
### 1. Nothing is Deleted
- Append only, timestamps = truth
- History is preserved, not overwritten
- Every decision has context
NewerOlder