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/itallstartedwithaidea/gemini-cli-googleadsagent/strict-development-rulesgit clone --depth 1 https://github.com/itallstartedwithaidea/gemini-cli-googleadsagentWhat 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.01777 |
| Opus 5 | $0.00000 | $0.00889 |
| Sonnet 5 | $0.00000 | $0.00355 |
| Haiku 4.5 | $0.00000 | $0.00178 |
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 2d 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.
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
88% identical to strict-development-rules — 28 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 — 143 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.
- 2d ago First seen · 143 lines · 0 tokens per session scan A 2e8398c82fad
strict-development-rules is a command published in the GitHub repository itallstartedwithaidea/gemini-cli-googleadsagent (5 stars, last pushed 3mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,777 tokens. A static security scan graded it A with 1 finding (runs shell commands). It is 88% identical to strict-development-rules, differing in 28 lines, and is treated as a copy.
Other commands, from other repositories
gpd:arxiv-submission
Prepare a GPD-owned manuscript for arXiv submission with validation and packaging.
gpd:audit-milestone
Audit research milestone completion against original research goals.
gpd:discover
Run discovery phase to investigate methods, literature, and approaches before planning.
gpd:help
Show available GPD commands and usage guide.
gpd:new-project
Initialize a new physics research project with deep context gathering and PROJECT.md.
gpd:compare-experiment
Systematically compare theoretical predictions with experimental or observational data.