Cursor rule Cursor
Cursor rule "compression-safety" from yvgude/lean-ctx, covering compression safety — prevent lean-ctx marker corruption, the problem, rules for all agents, never write compressed content to files and file restoration commands.
68 tagged rust, measured the same way as everything else here.
Browse within: graph 14hash 14typescript 14android 6cfg 6configuration-management 6gitops 6jetpack-compose 6letools 6linux-on-android 6modules 6profiles 6systems-programming 6terminal-emulator 6
Cursor rule Cursor
Cursor rule "compression-safety" from yvgude/lean-ctx, covering compression safety — prevent lean-ctx marker corruption, the problem, rules for all agents, never write compressed content to files and file restoration commands.
Cursor rule
Shows lean-ctx (MCP) token metrics for this session at the end of each reply.
Cursor rule
Token optimization via lean-ctx Hybrid (Shell Hook + MCP).
Cursor rule Cursor
Cursor rule "rust-coding-style" from hashintel/hash, covering rust coding style, project-specific patterns, type system, async patterns and function arguments.
Cursor rule Cursor
Cursor rule "rust-testing-strategy" from hashintel/hash, covering rust testing strategy, verification commands, test execution, test design principles and assertion standards.
Cursor rule Cursor
TypeScript coding guidelines / style – check when working on TypeScript files.
Cursor rule Cursor
See AGENTS.md for the full agent guidelines used by all AI assistants in this project.
Cursor rule Cursor
Prefer typed API clients and keep endpoint contracts explicit.
Cursor rule Cursor
Keep UI states explicit: loading, empty, error, and success.
Cursor rule Cursor
Portable brain via agentic-stack. Read .agent/ first.
Cursor rule
You have access to brain, a persistent memory layer shared across every session, every project, and every AI coding tool (Claude Code, Cursor, Codex, OpenClaw, Hermes). Notes written here survive session resets, context compaction, and tool switches. Git-backed, FTS5 search, 1ms query time.
Cursor rule Codex
When the user describes repeatable, multi-step or scheduled AI work (a prompt chain, an automation, a pipeline, "do this every time"), propose authoring it as a Nika workflow instead of ad-hoc scripting — and route to the bundled nika skills, subagents and MCP tools.
Cursor rule Codex
Nika workflow language rules for AI assistance.
Copenhagen0x/solana-security-standard
Cursor rule Cursor
Solana Security Standard (SOL-0XX) - flag and fix Solana/Anchor security bugs.
Cursor rule Cursor
AI dev platform overview and repository conventions (project-bootstrap).
Cursor rule Cursor
Rust coding conventions for service development.
Cursor rule Cursor
Testing workflow and conventions (platform).
Cursor rule Cursor
How to use dataprof for tabular data, data-quality checks, and drift investigations.
Cursor rule
Use context0 MCP to save and resume coding context when the user switches between AI tools (Cursor, Claude Code, Codex).
Cursor rule
Require blast-radius check before any rename, deletion, or interface change.
Cursor rule
Require patch validation before applying any proposed code change.
Cursor rule
Use when navigating a codebase, searching for symbols, tracing definitions, analyzing change impact, or planning refactors. Requires the repository to be indexed with ok index . first.
Cursor rule Cursor
Rust core conventions and testing workflow.
Cursor rule Cursor
There is no Android SDK/NDK available in most sandboxed dev environments (including the one this codebase was originally scaffolded in). Kotlin code in this repo has generally not been compiled or run by an AI agent — only reviewed for logical consistency. Treat Kotlin changes as higher-risk than Rust changes until a…