post-change-build-link

post-change-build-link is a cursor rule for Cursor from bman654/clodex. It costs 196 tokens per session, scanned A, a copy of post-change-build-link, MIT.

A project rule that requires building and npm-linking the `relay-ai` command after runtime code changes. npm linking makes the globally used command point to the local project.

In plain words
What is it for?
Use it when changing source files, dependencies, or package configuration in the `relay-ai` repository; read-only work does not require the build and link steps.
Why use it?
It prevents manual tests from using an outdated build or an older globally linked version of the command.

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/bman654/clodex/post-change-build-link
Clone the repo
git clone --depth 1 https://github.com/bman654/clodex

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 post-change-build-link

README.md
[![agentmods](https://agentmods.dev/badge/rules/bman654/clodex/post-change-build-link.svg)](https://agentmods.dev/rules/bman654/clodex/post-change-build-link)
Your own site
<a href="https://agentmods.dev/rules/bman654/clodex/post-change-build-link"><img src="https://agentmods.dev/badge/rules/bman654/clodex/post-change-build-link.svg" alt="Measured on agentmods" height="20"></a>
Per session 196 This file is loaded in full into every session.
When invoked 196 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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.00196 $0.00196
Opus 5 $0.00098 $0.00098
Sonnet 5 $0.00039 $0.00039
Haiku 4.5 $0.00020 $0.00020

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

Security

Grade A, and why

post-change-build-link 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 5d 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.

Origin

This is a copy

100% identical to post-change-build-link — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.cursor/rules/post-change-build-link.mdc · 20 lines

What it actually says

Post-change build + link (relay-ai)

Jacob tests relay-ai via the global npm-linked CLI. He does not want to run build/link himself.

After any code change to this repo that affects runtime behavior (src/, package.json, dependencies, etc.):

  1. Run npm run build — required before manual testing
  2. Run npm link — refreshes the global relay-ai command to point at this workspace

Do this automatically at the end of the task. Do not tell Jacob to run it unless the command failed and needs his attention.

Skip only when the session was read-only (questions, review with no edits).

On success, a short note like “Built and linked — ready to test” is enough.

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. 5d ago First seen · 20 lines · 196 tokens per session scan A d5929fa5006f

Subscribe to this mod's changes

post-change-build-link is a cursor rule published in the GitHub repository bman654/clodex (50 stars, last pushed today), licensed MIT. It adds 196 tokens to every session, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to post-change-build-link, differing in 0 lines, and is treated as a copy.