claude-code-notifier CLAUDE.md

Project instructions for maintaining claude-code-notifier, a macOS notification tool that can be called by Claude Code or other command-line programs.

In plain words
What is it for?
Use it when building, releasing, updating, or removing this Swift notification app.
Why use it?
It keeps project structure, build details, release steps, licensing notes, and operating rules in one place.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/saiso/claude-code-notifier/claude-md
Clone the repo
git clone --depth 1 https://github.com/saiso/claude-code-notifier
Per session 884 This file is loaded in full into every session.
When invoked 884 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00884 $0.00884
Opus 5 $0.00442 $0.00442
Sonnet 5 $0.00177 $0.00177
Haiku 4.5 $0.00088 $0.00088

Measured 2d ago against content hash 6a8dc936100a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

claude-code-notifier CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 74 lines

How it starts

The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.

claude-code-notifier

概要

macOS 向け通知ツール。Claude Code の hook(idle_prompt / PermissionRequest)から呼び出されることを想定したが、一般の macOS CLI としても動く。Swift + UserNotifications framework で書かれた .app バンドル。

プロジェクト構成

claude-code-notifier/
├── LICENSE                # MIT
├── README.md              # ユーザー向けドキュメント
├── CHANGELOG.md           # バージョン履歴
├── TRADEMARKS.md          # 商標・第三者ライセンス
├── CLAUDE.md              # このファイル、プロジェクト運用メモ
├── install.sh             # ビルド + 配置
├── uninstall.sh           # 削除
├── scripts/
│   ├── claude-code-notifier.swift    # アプリ本体
│   ├── generate-notifier-icon.swift  # アイコン合成
│   └── build.sh                      # ビルド本体
└── assets/
    └── heroicons-bell-solid.svg      # Heroicons MIT

技術スタック

  • Swift(UserNotifications + AppKit)
  • 依存: librsvg(ビルド時の SVG → PNG 変換)
  • 最低対応: macOS 12.0 Monterey
  • ビルド: universal binary(arm64 + x86_64)
  • 署名: ad-hoc(配布時は Developer ID 署名・notarization を推奨)

運用ルール

バージョニング

SemVer。scripts/build.shBUNDLE_VERSIONCHANGELOG.md を同時更新する。リリース時は git tag v1.0.0 形式でタグを打ち、GitHub Releases に zip を添付する。

アイコン素材の取り扱い

Heroicons の SVG は assets/heroicons-bell-solid.svg にリポジトリ同梱。MIT License なので再配布可。更新時は TRADEMARKS.md の著作権表記を確認する。

Apple SF Symbols は使わない。アプリアイコンへの使用が SF Symbols License Agreement で禁止されているため。

セキュリティ・品質の担保

過去の empirical-prompt-tuning 評価で指摘された項目は全て対応済み(2026-04-22)。変更を加える際は以下を意識する。

  • CLI 引数のサニタイズ(soundName allowlist、bundleID allowlist、body 長さ制限、制御文字除去)
  • 設定ファイル破損時のデフォルト fallback
  • ログは CLAUDE_CODE_NOTIFIER_DEBUG=1 のときのみ
  • 署名後に plist を変更しない(codesign 検証が失敗するため)
  • Dock / Finder の無用な再起動をユーザーに押し付けない

配布の流れ

  1. git tag vX.Y.Z && git push --tags
  2. GitHub Releases で zip(tarball)を公開
  3. 将来的に Homebrew tap(saiso/tap)で brew install 対応を検討

今後の拡張候補

  • Homebrew tap の作成
  • Developer ID 署名と notarization(配布物の Gatekeeper 警告をなくす)
  • 設定 CLI サブコマンド(claude-code-notifier config set idle-sound Hero など)
  • 他の OS(Linux)対応は対象外(macOS 固有ツール)

参考

Read the full file on GitHub · 74 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 74 lines · 884 tokens per session scan A 6a8dc936100a

Subscribe to this mod's changes

claude-code-notifier CLAUDE.md is an instructions file published in the GitHub repository saiso/claude-code-notifier (0 stars, last pushed 4mo ago), licensed MIT. It adds 884 tokens to every session, about $0.0044 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories

mectrics AGENTS.md

Instructions for farukkamcici/mectrics, covering agents.md — working agreement for mectrics, 0. golden rule: english-only repository, 1. project shape, 2. internationalization (i18n) and 3. menu bar rendering rules.

farukkamcici/mectrics · 4,487 tokens

mectrics CLAUDE.md

Instructions for farukkamcici/mectrics, covering claude.md, absolute must-knows (see agents.md for detail), fast local loop (no xcode ui), build & run the app and notes.

farukkamcici/mectrics · 515 tokens

Vesta AGENTS.md

Instructions for vestaterm/Vesta, covering agents.md — rules for ai agents working in vesta, golden rules, build / run / test, architecture (where things live, all under sources/) and config & cli.

vestaterm/Vesta · 1,229 tokens

DeepSeekMeter AGENTS.md

Instructions for CWNU-Open-Source-Community/DeepSeekMeter, covering agents.md — deepseekmeter 仓库操作规范, 1. 项目是什么, 2. 常用命令(改动后必须本地验证), ios 版验证(核心包自测 + 工程结构静态校验必跑;有 xcode 时还会构建 app 冒烟) and android 核心单测(需 jdk 17 + android sdk;jvm 直跑无需设备).

CWNU-Open-Source-Community/DeepSeekMeter · 3,490 tokens

agent-inbox CLAUDE.md

Instructions for Ideaplaces/agent-inbox, covering agent inbox: working notes, local development, gotchas already paid for, keep readme.md current and conventions.

Ideaplaces/agent-inbox · 1,483 tokens

CodexBar CLAUDE.md

Claude Code instructions for bob-zebedy/CodexBar, covering claude.md, 写作风格, 代码和注释, 项目文档 and 项目概述.

bob-zebedy/CodexBar · 14,239 tokens