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 rules/mablanco/pricegrab/project-statusgit clone --depth 1 https://github.com/mablanco/pricegrabWhat 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.00508 | $0.00508 |
| Opus 5 | $0.00254 | $0.00254 |
| Sonnet 5 | $0.00102 | $0.00102 |
| Haiku 4.5 | $0.00051 | $0.00051 |
Grade A, and why
project-status 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 3d 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.
What it actually says
PriceGrab — status & backlog (agent memory)
Full detail: docs/project-status.md. Refresh that
file when shipping or parking work. Summary below (as of 2026-07-19).
Now
- Shipped: v0.1.8 /
versionCode9 — up to 3 offers; savings name the second-cheapest offer; launcher artART_SCALE=0.72,ART_OFFSET_X=-17,ART_OFFSET_Y=-45. - Dist: F-Droid Mode B + GitHub Releases; no Play Store.
- Open ops: F-Droid still has 0.1.7 as
disable: not repro— do not re-tag 0.1.7; let 0.1.8 auto-update. Investigate withdiffoscopeonly if 0.1.8 also fails. - Active feature pointer:
.specify/feature.json→specs/005-multi-offer-compare. Next Spec Kit letters start after W.
Features shipped
001 compare two → 002 reset/undo → 003 visual polish → 004 quantity units → 005 multi-offer (max 3).
Backlog (deferred — pick via new Spec Kit feature)
- Spec Out of Scope: 4+ offers; density g↔ml; US units; currency/FX; buy-N; history; splash; settings/Material You; custom font; motion; tablet; Reset confirm; deeper Undo; F-Droid 0.1.7 repro (if 0.1.8 also fails)
- Ideas (not specified yet): favorites/templates; copy result; widget/shortcut; pack-vs-loose; free-text offer labels; richer % + €/kg hero; export/share
Conventions (pointers)
- Chat: Spanish with Marco. Artifacts: English. UI/store: ES+EN.
- Never push/merge
main. Cadence: planning → impl → release-prep → tag after QA. - Playbooks:
docs/release.md,docs/fdroid.md. Ledger:specs/001-…/tasks.md.
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.
- 3d ago First seen · 41 lines · 508 tokens per session scan A 3515ccf586da
project-status is a cursor rule published in the GitHub repository mablanco/pricegrab (11 stars, last pushed 23d ago), licensed MIT. It adds 508 tokens to every session, about $0.0025 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 cursor rules, from other repositories
cursorrules
You are an expert in SceneView, the #1 open-source 3D & AR SDK for Android and iOS.
compose-accessibility
Compose accessibility rules for TalkBack — icons, headings, Canvas, live regions, focus, modals, and attribute preservation.
testing-conventions
Testing conventions — JUnit 4, Kotest property tests, instrumented tests, what to test when.
compose-coroutines
Compose scroll/coroutine patterns — prevent programmatic scroll from being mistaken for user scroll, cancellation-safe flag resets.
ios-viewmodel
ViewModels conform to ObservableObject and expose state via @Published properties.
compose-ui
Compose UI conventions — Material 3, recomposition optimization, Compose-only UI, theming.