code-merged-sync

code-merged-sync is a cursor rule for Cursor from RandyChen1985/nanzi-ai-agent-platform. It costs 174 tokens per session, scanned A, original, MIT.

A repository rule for the phrase “the code has been merged.” It tells the agent to synchronize Git branches and remote commits without running the development script.

In plain words
What is it for?
Use it when a pull request or code change has been merged to fetch updates, update main, merge or rebase the working branch, push when needed, and report whether local and remote commits match.
Why use it?
It prevents a routine merge update from triggering an unrelated local development run and keeps the expected branch state synchronized.

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/randychen1985/nanzi-ai-agent-platform/code-merged-sync
Clone the repo
git clone --depth 1 https://github.com/RandyChen1985/nanzi-ai-agent-platform

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 code-merged-sync

README.md
[![agentmods](https://agentmods.dev/badge/rules/randychen1985/nanzi-ai-agent-platform/code-merged-sync.svg)](https://agentmods.dev/rules/randychen1985/nanzi-ai-agent-platform/code-merged-sync)
Your own site
<a href="https://agentmods.dev/rules/randychen1985/nanzi-ai-agent-platform/code-merged-sync"><img src="https://agentmods.dev/badge/rules/randychen1985/nanzi-ai-agent-platform/code-merged-sync.svg" alt="Measured on agentmods" height="20"></a>
Per session 174 This file is loaded in full into every session.
When invoked 174 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.00174 $0.00174
Opus 5 $0.00087 $0.00087
Sonnet 5 $0.00035 $0.00035
Haiku 4.5 $0.00017 $0.00017

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

Security

Grade A, and why

code-merged-sync 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.

.cursor/rules/code-merged-sync.mdc · 14 lines

What it actually says

代码已合:仅本地 git 同步

当用户说「代码已合」「PR 合了」「已合并」等时:

  1. 立即执行 git 同步,不要只口头确认。
  2. AGENTS.mdfetch → 更新 maindev-agentscope merge/rebase main → 必要时 push → 汇报两侧最新 commit 是否与远程一致。
  3. 禁止执行 ./dev.sh(与平时改代码相同:一律由用户在控制台手动跑)。
  4. 同步完成后提醒用户自行执行 ./dev.sh
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. 3d ago First seen · 14 lines · 174 tokens per session scan A b38d4f59867d

Subscribe to this mod's changes

code-merged-sync is a cursor rule published in the GitHub repository RandyChen1985/nanzi-ai-agent-platform (144 stars, last pushed 4d ago), licensed MIT. It adds 174 tokens to every session, about $0.0009 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.