隨身碟採用 FAT32 格式,檔案實際儲存在快閃記憶體晶片上的「區塊」(blocks/clusters) 中。快閃記憶體老化會導致某些區塊的電子電荷流失,造成該區塊的資料無法被正常讀取。
應用程式 (Copy-Item / Robocopy)
This project moved to github.com/CJHwong/agent-seatbelt under
hooks-opf/.
The new version adds:
~/.codex/ and wires hooks there too.PII_BLOCK_LEVEL=off|relaxed|standard|strict to choose what fires.pii:off to skip the check once.Two slash-command skills that spin up multi-agent teams in Claude Code.
Spawns a read-only research team (3 agents) to investigate a question from multiple angles. No code changes. Agents cite file:line, cross-check each other's findings, and the lead synthesizes agreements/contradictions into options with trade-offs.
Push Claude Code notifications to your phone via ntfy.sh, and approve/reject tool calls with action buttons — no server required.
| Script | Hook | Purpose |
|---|---|---|
ntfy_notify.sh |
Notification |
Push alerts when Claude needs input or finishes a task |
ntfy_approve.sh |
PreToolUse |
Approve/reject tool calls from your phone |
| ;; my.sb — Personalized Seatbelt profile for macOS | |
| ;; | |
| ;; Policy: deny-default → allow reads globally → deny reads on secrets → allowlist writes only | |
| ;; | |
| ;; Parameters (injected by wrapper): | |
| ;; _HOME — user home directory | |
| ;; _PROJECT_DIR — resolved project working directory | |
| ;; _TMPDIR — macOS per-user temp directory | |
| (version 1) |
| <!DOCTYPE html> | |
| <html lang="C"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0" /> | |
| <meta name="apple-mobile-web-app-capable" content="yes" /> | |
| <meta http-equiv="X-UA-Compatible" content="ie=edge" /> | |
| <meta property="og:type" content="website" /> | |
| <meta name="twitter:card" content="summary" /> |
| [ | |
| { | |
| "type": "function", | |
| "function": { | |
| "name": "mcp__atlassian__atlassianUserInfo", | |
| "description": "Get current user info from Atlassian", | |
| "parameters": { | |
| "type": "object", | |
| "properties": {}, | |
| "additionalProperties": false, |
This gist contains captured data representing the initial prompt payload sent by Claude Code v1.0.98.
The purpose of this project is purely for educational and research use, offering insight into how a sophisticated AI agent is instructed and contextualized for complex software engineering tasks.