lyra-git-workflow

lyra-git-workflow is a cursor rule for Cursor from ahkedia/lyra-ai. It costs 382 tokens per session, scanned A, original, MIT.

A set of rules for synchronising the Lyra project with GitHub and deploying approved changes to a server.

In plain words
What is it for?
Use it when changing tracked files, committing and pushing code, updating private configuration, or deploying the project.
Why use it?
It prevents code, private information, scheduled jobs, and server changes from being committed to the wrong place or deployed incorrectly.

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/ahkedia/lyra-ai/lyra-git-workflow
Clone the repo
git clone --depth 1 https://github.com/ahkedia/lyra-ai

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 lyra-git-workflow

README.md
[![agentmods](https://agentmods.dev/badge/rules/ahkedia/lyra-ai/lyra-git-workflow.svg)](https://agentmods.dev/rules/ahkedia/lyra-ai/lyra-git-workflow)
Your own site
<a href="https://agentmods.dev/rules/ahkedia/lyra-ai/lyra-git-workflow"><img src="https://agentmods.dev/badge/rules/ahkedia/lyra-ai/lyra-git-workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 382 This file is loaded in full into every session.
When invoked 382 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.00382 $0.00382
Opus 5 $0.00191 $0.00191
Sonnet 5 $0.00076 $0.00076
Haiku 4.5 $0.00038 $0.00038

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

Security

Grade A, and why

lyra-git-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 3d 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.

.cursor/rules/lyra-git-workflow.mdc · 24 lines

What it actually says

Lyra — Git & deploy (mandatory)

Read docs/GIT-WORKFLOW.md for the full contract. On every task that changes tracked files:

Two repos — route changes to the RIGHT one (mandatory)

Change Repo
Code, scripts, plugins, skills, evals, docs, templates lyra-ai (public, this repo)
Live SOUL.md / MEMORY.md / HEARTBEAT.md, cron-jobs.json, notion/notion.md, phone numbers, personal facts lyra-private (PRIVATE, /root/lyra-private on Hetzner)

Never commit personal data here — a pre-push PII hook (scripts/pii-scan.sh) and CI will reject it; do NOT bypass with --no-verify. Cron changes go to lyra-private/config/cron-jobs.json (mirror of /root/.openclaw/cron/jobs.json), not this repo. Full design: docs/12-public-private-split.md.

  1. Start: git fetch origin && git pull --ff-only origin main (from the project root). If --ff-only fails, stop and fix divergence before editing.
  2. End: git addgit commit with a clear message → git push origin main.
  3. VPS: Do not commit only on the server. Deploy with pull from main + service restart when needed; see docs/GIT-WORKFLOW.md.

The human may not use the terminal; you run these commands when implementing work. No silent local-only state.

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. 3d ago First seen · 24 lines · 382 tokens per session scan A 062bb6b11e94

Subscribe to this mod's changes

lyra-git-workflow is a cursor rule published in the GitHub repository ahkedia/lyra-ai (5 stars, last pushed 14d ago), licensed MIT. It adds 382 tokens to every session, about $0.0019 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-31.

Related

Other cursor rules, from other repositories

netlify-mcp-servers

Build, deploy, and secure Model Context Protocol (MCP) servers on Netlify. Use whenever the task involves creating an MCP server, exposing an app or API to AI agents as MCP tools, letting Claude / Cursor / Claude Code call a custom remote server, or adding MCP tools to an existing Netlify site. Covers the MCP SDK +…

netlify/context-and-tools · 132 tokens

netlify-tanstack-deploy

Netlify + TanStack Start — netlify.toml at repo root with [build] base; MISSION CRITICAL — dashboard Build settings (Base, Publish, Build command, Functions directory, etc.) must stay empty or deploys break.

dmenchaca/webflow-to-react · 0 tokens

backend-python

Cursor rule "backend-python" from coeusyk/inference-x, covering backend python rules, stack assumptions, code style, fastapi conventions and schema conventions.

coeusyk/inference-x · 424 tokens

cursorrules

This is an MCP (Model Context Protocol) server that provides Notion integration tools and AI agent workflows. Built with TypeScript, using the MCP SDK for server implementation.

tysoncung/notion-agent-hub · 437 tokens

aws-rds-best-practices

AWS RDS PostgreSQL best practices - database configuration, connection management, authentication, backup, and performance optimization standards.

beettlle/CursorRules · 0 tokens

angular-20

This rule provides comprehensive best practices and coding standards for Angular development, focusing on modern TypeScript, standalone components, signals, and performance optimizations.

angular/angular · 0 tokens