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.
npx agentmods add instructions/intuition-lab/personal-model/agents-mdgit clone --depth 1 https://github.com/Intuition-Lab/personal-modelWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/intuition-lab/personal-model/agents-md)<a href="https://agentmods.dev/instructions/intuition-lab/personal-model/agents-md"><img src="https://agentmods.dev/badge/instructions/intuition-lab/personal-model/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.01307 | $0.01307 |
| Opus 5 | $0.00654 | $0.00654 |
| Sonnet 5 | $0.00261 | $0.00261 |
| Haiku 4.5 | $0.00131 | $0.00131 |
Grade A, and why
personal-model 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 141 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Orientation for coding agents in persome-core. Code is authoritative; the
documents explain its public contract and operational intent.
Runtime boundary
Persome Runtime is a local-first macOS daemon that observes one real person's
screen context, forms durable state, builds an auditable personal model, and
serves it to MCP clients. The public geometry is Point, Line, Face,
Volume, and at most one Root. /model renders the current geometry locally.
This repository owns:
- AX capture and optional, local, subprocess-isolated OCR;
- timeline and deterministic session formation;
- incremental session reduction and personal modeling;
- Markdown/SQLite/evomem storage, provenance, correction, and forgetting;
- the versioned model snapshot, local viewer, REST, and MCP.
It does not own product dashboards, notification/task lifecycles, computer-use actuation, meeting audio, or evaluation datasets and runners.
- macOS 13+ for live capture; Python 3.12-3.13 via
uv. - Package:
src/persome/; CLI:persome = "persome.cli:app". - Default data root:
~/.persome.
Commands
uv sync --all-extras
bash install.sh
PERSOME_LLM_MOCK=1 uv run pytest -m "not macos and not integration"
uv run ruff check .
uv run ruff format --check .
uv run python scripts/secret_scan.py
uv run python scripts/pii_scan.py
uv run python scripts/language_scan.py
persome doctor
persome llm setup
persome llm status --check
persome start
persome status
persome stop
persome update
persome mcp
persome model build
persome model status
persome model export
Regenerate committed contracts after intentional changes:
uv run python scripts/regen_openapi.py
uv run python scripts/regen_db_schema.py
uv run pytest tests/test_openapi_drift.py tests/test_db_schema_drift.py -q
Commits require DCO sign-off: git commit -s.
Pipeline
There is one production path:
mac-ax-watcher or trusted ingest
-> S0 debounce/dedup
-> S1 focused element + visible text + URL
-> capture buffer
-> one-minute timeline blocks
-> deterministic session cuts
-> five-minute active reducer / event memory
-> incremental Point/Line modeling
-> session-end trailing-window finalizer
-> classifier compatibility/incremental pass
-> pattern detector
-> evidence-gated memory_delta + deterministic apply
-> debounced/daily/explicit structural model build
-> cases -> Faces -> Volumes -> Root
-> snapshot / MCP / localhost viewer
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.
- 4d ago First seen · 141 lines · 1,307 tokens per session scan A 020dd35390f5
personal-model AGENTS.md is an instructions file published in the GitHub repository Intuition-Lab/personal-model (1,319 stars, last pushed 13d ago), licensed Apache-2.0. It adds 1,307 tokens to every session, about $0.0065 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-30.
Other instructions, from other repositories
plur CLAUDE.md
Claude Code instructions for plur-ai/plur, covering claude.md, what is plur, development, package dependency and version bumps.
engraphis AGENTS.md
AGENTS.md instructions for Coding-Dev-Tools/engraphis, covering agents.md — engraphis, internal subagent delegation, 0. read this first — two architectures live in one package, 1. commands and ── unified dashboard + memory inspector ──.
Starcat AGENTS.md
AGENTS.md instructions for starcat-app/Starcat, covering agents.md, 🚨 硬性铁律(每次写代码前必读,违反即返工), 🌿 git 分支与 worktree(强制), 🧭 主进度索引(每次开工前必读) and 状态符号(与功能实现总览.md 同步).
paxm AGENTS.md
Instructions for pax-beehive/paxm, covering paxm 开发要求, git 与协作, 架构边界, 代码与验证 and 文档与发布.
engraphis CLAUDE.md
Claude Code instructions for Coding-Dev-Tools/engraphis, covering claude.md, the one rule that prevents most mistakes, before you say "done" — run the canonical gate, slash commands available here and working style in this repo.
openmessage CLAUDE.md
Instructions for MaxGhenis/openmessage, covering openmessage, architecture, local cli (read-only, no transports), multi-platform import and mcp serving modes.