Repository Guidelines
- `src/` houses the Vite React client; organize UI into `pages/` for routes, `components/` for shared widgets, `hooks/` for state helpers, `lib/` for API clients, and `assets/` for static media referenced via import.
Explore
5,691 skills indexed with the new KISS metadata standard.
- `src/` houses the Vite React client; organize UI into `pages/` for routes, `components/` for shared widgets, `hooks/` for state helpers, `lib/` for API clients, and `assets/` for static media referenced via import.
RailSim is a [Devvit](https://www.npmjs.com/package/devvit) app that uses three.js to render a simple train simulation for Reddit. The actual project lives inside the `railsim/` directory.
- `app/main.py` boots the FastAPI service and registers routers declared under `app/api/*`.
This guide standardizes how AI coding agents (and contributors) should work in this repository. It applies to the entire repo. If a more deeply nested `AGENTS.md` appears, it takes precedence for files under its directory.
Hugo v0.151.0+extended static blog with custom "unsafe9" theme. Clean, minimal design for technical content with search and responsive layout.
This repo will contain a simple app for planning swim workouts.
<!-- usage-rules-header -->
For AI coding agents working in this dotfiles repository.
Static assets are served by `server.js`, so edits take effect on reload. Key directories:
This file applies to *every* sub-directory unless a deeper `AGENTS.md` overrides a
This flake centralizes Home Manager configs. `flake.nix` exposes `homeConfigurations`, while `lib/mkHome.nix` merges base modules with feature flags (`gui`, `dev`, `nixvim`, `fonts`, `stylix`, `vscode`, `laptop`). Host presets live in `hosts/`; keep host-specific overrides there or in a new attrset.
Visual Context Analyzer (CodeLens) runs as an Electron overlay. TypeScript sources live in `src/` (main process, bridge, logging, analysis). Frontend markup is in `index.html`, with component styles in `styles/`. Tests sit in `test/` alongside fixtures; compiled assets land in `dist/` and packaged b
- `core/`: C++17 geometric core and C API (`core/src`, public headers under `core/include`).
Receipts is a Flutter application for tracking and analyzing PDF receipts, with all processing done on-device. The app uses a feature-based architecture with the following key components:
Este documento foi criado especificamente para agentes de IA (GitHub Copilot, Claude, ChatGPT, etc.) que precisam trabalhar neste projeto.
- You are building a production GPU accelerated terminal emulator for macOS that should:
- root: CMake entry (`CMakeLists.txt`, `CMakePresets.json`), `.clang-tidy`, `.env` (required).
This document updates our agent responsibilities and raises the quality bar. **A poor UI/UX is not an option.** All work MUST meet the quality gates below or the PR is rejected by CI. There is no “we’ll tidy this later.”
- Monorepo managed by Nx and pnpm. Key roots:
This repository contains a Python script for executing Jupiter swaps on Solana with dynamic priority fees. When working on the project interactively with an agent (e.g. the Codex CLI) please follow the guidelines below for safe development and testing.
> **Read this file first** before opening a pull‑request.
Purpose: This file briefs AI coding agents (e.g., Codex) on how to work in this repo safely and effectively: how to set up, run, test, follow guardrails, and ship changes.
Overview
This guide is for AI agents contributing to this project. Follow these instructions to ensure your contributions are aligned with the project's standards.