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 commands/priyanshuchawda/tracepilot-gemini-cli/strict-development-rulesgit clone --depth 1 https://github.com/priyanshuchawda/tracepilot-gemini-cliWhat 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.00000 | $0.02023 |
| Opus 5 | $0.00000 | $0.01012 |
| Sonnet 5 | $0.00000 | $0.00405 |
| Haiku 4.5 | $0.00000 | $0.00202 |
Grade A, and why
strict-development-rules scanned grade A with 1 finding 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 yesterday.
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.
Runs shell commandslowCapability
Expected in a hook, worth knowing in a rule or an instructions file.
- Mock critical dependencies (`fs`, `os`, `child_process`) ONLY at the top of This is a copy
100% identical to strict-development-rules — 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.
How it starts
The opening of the file, as written. The whole thing — 159 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Gemini CLI Strict Development Rules
These rules apply strictly to all code modifications and additions within the Gemini CLI project.
Testing Guidelines
- Async/Await: Always use
waitForfrompackages/cli/src/test-utils/async.tsinstead ofvi.waitForfor allwaitForcalls withinpackages/cli. NEVER use fixed waits (e.g.,await delay(100)). Always usewaitForwith a predicate to ensure tests are stable and fast. Using the wrongwaitForcan result in flaky tests andactwarnings. - React Testing: Use
actto wrap all blocks in tests that change component state. UserenderorrenderWithProvidersfrompackages/cli/src/test-utils/render.tsxinstead ofrenderfromink-testing-librarydirectly. This prevents spuriousactwarnings. If test cases specify providers directly, consider whether the existingrenderWithProvidersshould be modified. - Snapshots: Use
toMatchSnapshotto verify that rendering works as expected rather than matching against the raw content of the output. When modifying snapshots, verify the changes are intentional and do not hide underlying bugs. - Parameterized Tests: Use parameterized tests where it reduces duplicated lines. Give the parameters explicit types to ensure the tests are type-safe.
- Mocks Management:
- Mock critical dependencies (
fs,os,child_process) ONLY at the top of the file. Ideally, avoid mocking these dependencies altogether. - Reuse existing mocks and fakes rather than creating new ones.
- Avoid mocking the file system whenever possible. If using the real file system is too difficult, consider writing an integration test instead.
- Always call
vi.restoreAllMocks()inafterEachto prevent test pollution. - Use
vi.useFakeTimers()for tests involving time-based logic to avoid flakiness.
- Mock critical dependencies (
- Typing in Tests: Avoid using
anyin tests; prefer proper types orunknownwith narrowing.
React Guidelines (packages/cli)
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.
- yesterday First seen · 159 lines · 0 tokens per session scan A 373969348168
strict-development-rules is a command published in the GitHub repository priyanshuchawda/tracepilot-gemini-cli (1 stars, last pushed 2mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 2,023 tokens. A static security scan graded it A with 1 finding (runs shell commands). It is 100% identical to strict-development-rules, differing in 0 lines, and is treated as a copy.
Other commands, from other repositories
spec-design
Create comprehensive technical design for a specification.
ox-session-pause
belongs in the ox CLI JSON output (guidance field), not here. Skills are agent-specific wrappers; ox serves all agents (Codex, etc.). --> Suspend the current session recording. Local cache continues to receive entries, but the upload at stop time will exclude the suspended range.
setup_research_plan
Set up or start a research project.
export
GDPR Article 20 — export all memories you own as portable JSON.
test
Generate tests for the specified code or feature.
go
READY 작업을 현재 사용자의 명시적 요청으로 실행할 때 사용.