TokenPilot AGENTS.md

A project guide stored in an AGENTS.md file. It records the project’s structure, important files, coding rules, and places to look when making changes.

In plain words
What is it for?
It is for orienting work on the TokenPilot macOS app, including its Swift code, user interface, tests, build files, and documentation. The supplied excerpt describes that project specifically.
Why use it?
It gives a coding agent the project knowledge it needs without making the developer explain the same details each time. This helps changes follow the project’s existing organization and conventions.

Instructions file for CodexOpenCode

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/eowlsdh/tokenpilot/agents-md
Clone the repo
git clone --depth 1 https://github.com/eowlsdh/TokenPilot

Made for: Codex, OpenCode.

Per session 1,618 This file is loaded in full into every session.
When invoked 1,618 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.01618 $0.01618
Opus 5 $0.00809 $0.00809
Sonnet 5 $0.00324 $0.00324
Haiku 4.5 $0.00162 $0.00162

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

Security

Grade A, and why

TokenPilot AGENTS.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.

AGENTS.md · 102 lines

How it starts

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

PROJECT KNOWLEDGE BASE

Generated: 2026-06-04 Commit: 8e0de08 Branch: main

OVERVIEW

TokenPilot은 Claude Code, Codex, Gemini CLI 사용량과 한도 힌트를 macOS 메뉴바에서 보여주는 local-first SwiftUI 앱입니다. SwiftPM 패키지 TokenMonitor와 XcodeGen 기반 TokenPilot.xcodeproj를 함께 유지합니다.

STRUCTURE

TokenPilot/
├── Package.swift                 # SwiftPM: TokenCore, TokenApp, TokenTests
├── project.yml                   # XcodeGen: TokenCore framework + TokenPilot app
├── build.sh                      # build/TokenPilot.app 번들 생성
├── Sources/
│   ├── TokenCore/                # 모델, 파싱, 집계, 저장, 보안/경로 로직
│   └── TokenApp/                 # SwiftUI 앱, ViewModel, 디자인 시스템, 리소스
├── Tests/                        # TokenCore 중심 XCTest 회귀 테스트
├── Resources/                    # 앱 plist, entitlements, privacy manifest, icon
├── Scripts/                      # 보조 생성 스크립트
└── docs/                         # 배포/검증/상업화 작업 기록

WHERE TO LOOK

Task Location Notes
앱 시작/메뉴바 Sources/TokenApp/TokenMonitorApp.swift @main, MenuBarExtra, 420x620 popover
화면 전환/상태 Sources/TokenApp/ViewModels/TokenPilotViewModel.swift refresh, settings debounce, keychain, alerts
주요 UI Sources/TokenApp/Views/ OverviewScreen, HistoryScreen, SettingsScreen, Components
디자인 토큰 Sources/TokenApp/DesignSystem/TokenPilotDesign.swift palette, spacing, glass, status colors
도메인 모델 Sources/TokenCore/Models/TokenPilotModels.swift provider, event, snapshot, settings
provider 파싱 Sources/TokenCore/Services/DataSourceAdapters.swift Claude/Codex/Gemini ingestion hotspot
서비스 조립 Sources/TokenCore/Services/TokenPilotServices.swift settings, mock data, usage store, keychain
경로/권한 Sources/TokenCore/Services/DefaultPathResolver.swift, SecurityScopedBookmarks.swift local source detection and scoped access
메뉴바 문구 Sources/TokenCore/Services/MenuBarStatusService.swift compact status, risk level, accessibility
localization Sources/TokenCore/TokenPilotLocalization.swift, Sources/TokenApp/Resources/Localizable.xcstrings runtime fallback + string catalog
tests Tests/TokenPilotServicesTests.swift, Tests/TokenMonitorTests.swift parsing/store contracts and menu-bar/UI copy
bundle metadata Resources/Info.plist, Resources/PrivacyInfo.xcprivacy, Resources/TokenPilot.entitlements Xcode/build.sh shared inputs

Read the full file on GitHub · 102 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 · 102 lines · 1,618 tokens per session scan A c5ba0f2bcf0f

Subscribe to this mod's changes

TokenPilot AGENTS.md is an instructions file published in the GitHub repository eowlsdh/TokenPilot (1 stars, last pushed 12d ago), licensed MIT. It adds 1,618 tokens to every session, about $0.0081 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.