00-project-workflow

00-project-workflow is a cursor rule for Cursor from ryoha000/launcherg. It costs 521 tokens per session, scanned A, original, Unlicense.

A project workflow rule for a browser extension, a Tauri application, and a Rust native host. It documents Taskfile commands for checking, building, testing, and generating shared TypeScript types.

In plain words
What is it for?
Use it to choose the right check for a changed area, run the full project check, build the extension, or regenerate TypeScript types after changing Rust models.
Why use it?
It makes local checks and builds follow the same steps as the project’s continuous-integration checks, while keeping generated types synchronized.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

Good fit Use it to choose the right check for a changed area, run the full project check, build the extension, or regenerate TypeScript types after changing Rust models.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/ryoha000/launcherg/00-project-workflow
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.

Clone the repo
git clone --depth 1 https://github.com/ryoha000/launcherg

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 00-project-workflow

README.md
[![agentmods](https://agentmods.dev/badge/rules/ryoha000/launcherg/00-project-workflow/github.svg)](https://agentmods.dev/rules/ryoha000/launcherg/00-project-workflow)
Your own site
<a href="https://agentmods.dev/rules/ryoha000/launcherg/00-project-workflow"><img src="https://agentmods.dev/badge/rules/ryoha000/launcherg/00-project-workflow/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for 00-project-workflow

Your own site · 80×15
<a href="https://agentmods.dev/rules/ryoha000/launcherg/00-project-workflow"><img src="https://agentmods.dev/badge/rules/ryoha000/launcherg/00-project-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 521 This file is loaded in full into every session.
When invoked 521 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00521 $0.00521
Opus 5 $0.00260 $0.00260
Sonnet 5 $0.00104 $0.00104
Haiku 4.5 $0.00052 $0.00052

Measured today against content hash 8e2112c96b11, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-13, from the pricing page.

Security

Grade A, and why

00-project-workflow 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 today.

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/00-project-workflow.mdc · 23 lines

What it actually says

プロジェクト共通ワークフロー(Taskfileベース)

  • 全体チェック: task check はブラウザ拡張、Tauri、Native Messaging Host を順に実行します。
  • 拡張機能のチェック: task check:browser-extension は background / content-scripts / shared をビルド+テストします。
  • Tauriのチェック: task check:tauri はフロントエンドの format/lint/check と Rust の cargo check/cargo test --workspace を実行します。
  • Native Messaging Hostのチェック: task check:native-messaging-hostcargo check/cargo test を実行します。
  • 拡張機能のビルド: task build:extension は Native Host バイナリ生成 → 拡張全体ビルドを行います。
  • 型共有の生成: task gen は Native Messaging のRustモデルからTypeScriptを生成します。

開発ルール

  • チェックは最小単位で実行: 影響範囲に応じて check:* のサブタスクを優先実行し、全体 task check はPR前や大きな変更時に実行。
  • 生成物の同期: Rustモデルを変更した場合は必ず task gen を実行して TypeScript 型を更新。
  • 拡張の一貫ビルド: 拡張配布物の生成時は task build:extension を使用(Native Hostの再ビルドを保証)。
  • CI前提のローカル整合: task check がローカルで通る状態でPRを作成。
  • テスト方針: テストはコードから分離しディレクトリで整理し、テスト名は日本語で記述。
  • 不要コード: 不要になったコードはコメントアウトせず削除する。
  • PowerShell利用時のテスト: PowerShell (pwsh) ではテストをパイプで | cat しないで実行する。

参照

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. today First seen · 23 lines · 521 tokens per session scan A 8e2112c96b11

Subscribe to this mod's changes

00-project-workflow is a cursor rule published in the GitHub repository ryoha000/launcherg (37 stars, last pushed 5mo ago), licensed Unlicense. It adds 521 tokens to every session, about $0.0026 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-09-12.