youwee AGENTS.md

Project instructions for AI assistants working on the Youwee app, a desktop application built with Tauri, Rust, React, TypeScript, and Tailwind CSS.

In plain words
What is it for?
Use them when changing the app, checking Rust or TypeScript code, bumping a version, or preparing a release.
Why use it?
They record the required tools, checks, version updates, changelogs, language rules, and commit practices in one place.

Instructions file for CodexOpenCode

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 instructions/vanloctech/youwee/agents-md
Clone the repo
git clone --depth 1 https://github.com/vanloctech/youwee

Made for: Codex, OpenCode.

Per session 1,488 This file is loaded in full into every session.
When invoked 1,488 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.01488 $0.01488
Opus 5 $0.00744 $0.00744
Sonnet 5 $0.00298 $0.00298
Haiku 4.5 $0.00149 $0.00149

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

Security

Grade A, and why

youwee AGENTS.md 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 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.

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.

AGENTS.md · 115 lines

How it starts

The opening of the file, as written. The whole thing — 115 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md — Project Rules for AI Assistants

This file is read automatically at the start of every session. Follow these rules strictly.

Project Info

  • App name: Youwee
  • Repo: github.com/vanloctech/youwee
  • Stack: Tauri 2.0 (Rust backend) + React 19 + TypeScript + Tailwind CSS
  • Runtime: Use bun (not npm/npx)
  • Linting: bun run biome check --write .
  • Rust check: cargo check (run in src-tauri/)
  • TypeScript check: bun run tsc -b
  • Default branch: main
  • Language: User communicates in Vietnamese

Mandatory Checklists

Version Bump Checklist

When bumping the version, you MUST do ALL of the following:

  1. Update version in 3 files:

    • package.json"version"
    • src-tauri/Cargo.tomlversion
    • src-tauri/tauri.conf.json"version"
  2. Update 3 changelog files:

    • CHANGELOG.md (English, root)
    • docs/CHANGELOG.vi.md (Vietnamese)
    • docs/CHANGELOG.zh-CN.md (Chinese Simplified)

    In each changelog:

    • Change ## [Unreleased] heading to ## [X.Y.Z] - YYYY-MM-DD
    • Add a new empty ## [Unreleased] section above it
    • Add entries for any new features/fixes done since the last release

    NEVER bump version without updating changelogs. This is non-negotiable.

  3. Cargo.lock will auto-update — no manual edit needed.

Commit Rules

  • NEVER commit unless the user explicitly asks (e.g. "commit nha", "commit di")
  • NEVER push unless the user explicitly asks
  • Always run all 3 checks before committing: Biome → tsc -b → cargo check
  • Commit message style: type: short description (e.g. feat:, fix:, chore:, docs:)

Branch and PR Rules

  • When creating a work branch, start from the latest main unless the user explicitly requests another base branch.
  • Pull Requests should target main by default.
  • Do not merge directly into main; use a Pull Request workflow.
  • If editing contributing docs, keep CONTRIBUTING.md, docs/CONTRIBUTING.vi.md, and docs/CONTRIBUTING.zh-CN.md aligned.

Read the full file on GitHub · 115 lines

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. 2d ago First seen · 115 lines · 1,488 tokens per session scan A 856984d821f8

Subscribe to this mod's changes

youwee AGENTS.md is an instructions file published in the GitHub repository vanloctech/youwee (1,465 stars, last pushed 9d ago), licensed MIT. It adds 1,488 tokens to every session, about $0.0074 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.