project-constraints

project-constraints is a cursor rule for Cursor from scut-jol/pocket-agent. It costs 301 tokens per session, scanned A, original, MIT.

Project-specific development rules for PocketAgent, a framework whose core code, tools, state, providers, and documentation follow a defined structure.

In plain words
What is it for?
Use them when adding PocketAgent features, LLM providers, tools, orchestrator flows, parsing changes, or MCP integrations.
Why use it?
They prevent unrelated edits, unsafe secret handling, inconsistent provider or tool integration, and outdated tests or documentation.

Cursor rule for Cursor

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 rules/scut-jol/pocket-agent/project-constraints
Clone the repo
git clone --depth 1 https://github.com/scut-jol/pocket-agent

Made for: Cursor.

Wrote 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.

agentmods badge for project-constraints

README.md
[![agentmods](https://agentmods.dev/badge/rules/scut-jol/pocket-agent/project-constraints.svg)](https://agentmods.dev/rules/scut-jol/pocket-agent/project-constraints)
Your own site
<a href="https://agentmods.dev/rules/scut-jol/pocket-agent/project-constraints"><img src="https://agentmods.dev/badge/rules/scut-jol/pocket-agent/project-constraints.svg" alt="Measured on agentmods" height="20"></a>
Per session 301 This file is loaded in full into every session.
When invoked 301 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.00301 $0.00301
Opus 5 $0.00151 $0.00151
Sonnet 5 $0.00060 $0.00060
Haiku 4.5 $0.00030 $0.00030

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

Security

Grade A, and why

project-constraints 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.

.cursor/rules/project-constraints.mdc · 32 lines

What it actually says

PocketAgent Development Constraints

Authoritative spec: docs/en/development-constraints.md · 中文

Layout

  • src/pocket_agent/ — framework core, no business logic
  • examples/ — demos
  • tests/ — tests only
  • docs/en/ · docs/zh-CN/ — docs

Hard rules

  1. Use await Agent.create(...); never sync Agent(...).
  2. Minimal diff; no unrelated edits.
  3. Tools via @tool; state via context: Any, not globals.
  4. New LLM providers: implement LLMAdapter, register in create_llm_adapter().
  5. Nous parse changes → update tests/test_nous_parse.py.
  6. MCP via MCPManager only; no manual subprocess spawn.
  7. Secrets in .env / env vars only; never commit.
  8. Tests in tests/; update docs/en/ and docs/zh-CN/ for new features.

Orchestrators

  • Extend StateMachine (core/fsm.py) for new flows.
  • PER UIEvent / channel changes → sync plan_execute_review.py docstring + both orchestrator docs.
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. 4d ago First seen · 32 lines · 301 tokens per session scan A 78425528ce63

Subscribe to this mod's changes

project-constraints is a cursor rule published in the GitHub repository scut-jol/pocket-agent (3 stars, last pushed 1mo ago), licensed MIT. It adds 301 tokens to every session, about $0.0015 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.