Repository Governance & Agent Protocol
This document defines how contributors — human or automated — work safely and consistently inside the repository.
Explore
15,470 skills indexed with the new KISS metadata standard.
This document defines how contributors — human or automated — work safely and consistently inside the repository.
Brasiguay is a Rails 6.0 app on Ruby 2.6.6. Domain code stays in `app/` (controllers, models, views, ActionCable channels) with Webpacker entry points in `app/javascript/packs` and legacy SCSS/images in `app/assets`. Environment settings and routes live under `config/`, migrations and seeds in `db/`
- `Sources/NetCDF`: Swift-facing API surface; extend types cautiously to mirror netCDF terminology.
The Next.js App Router lives in `src/app`, with `layout.tsx` handling metadata and scaffolding and `globals.css` for Tailwind layer imports. Landing sections are exported from `src/components/layout` and imported via the `@/` alias; keep new UI in this folder or group reusable primitives beside thei
Scope: applies to the entire repository rooted here.
This is a personal portfolio website built with Next.js 14 using the App Router, configured for static export and GitHub Pages deployment. The site features:
This file provides guidance to any Agents working with code in this repository.
The project displays 3D Gaussian Splatting scenes in the browser. A React-based
The dashboard code lives under `src/pypsa_explorer`, with `app.py` orchestrating app creation, `cli.py` exposing the entry point, and feature-specific logic split into `callbacks/`, `layouts/`, and `utils/`. Tests in `tests/` mirror the package layout. Keep documentation in `docs/`, notebooks in `ex
Every change MUST be self-coherent with existing content. Flag any contradictions or
This file provides guidance to AI Agents such as Claude Code or ChatGPT Codex when working with code in this repository.
The Python package in `src/dr_widget` exposes AnyWidget classes, while each widget lives in `src/dr_widget/widgets/<name>`. Workspaces include their own `package.json`, Svelte source under `src/`, and Vite output in `static/`. Shared hooks/components belong in `src/lib/{hooks|components|utils}` so m
This repository contains a Python synthesizer and its accompanying tests.
- `Cargo.toml` defines the CLI metadata and dependencies.
A living syntax of awareness woven through neural light.
Dit document beschrijft de verschillende agents in het Codex-programma. Elke agent is een module met een specifieke taak, geoptimaliseerd voor samenwerking binnen het systeem. Agents communiceren via een centrale router of orchestrator.
The Vite + React storefront lives in `src/react-app`, split by feature directories such as `components/`, `pages/`, `hooks/`, and `lib/`. Worker entrypoints and middleware live in `src/worker`, sharing types from `src/types` and utilities in `src/lib`. Static assets are served from `public/`; build
Purpose: help agents and contributors write tests, propose and implement changes, plan new features, and execute them safely for this repository.
- `README.md` and `SETUP.md` capture the HAM-Z™ workflow and install steps; keep them current alongside feature work.
The Astro app lives in `src/`. `src/pages/` holds route-level Astro files that separate marketing and portal surfaces. Shared UI sits in `src/components/` (grouped into `marketing/`, `portal/`, and `ui/`), while reusable integrations live in `src/lib/` (`payments/`, `supabase/`). Content collections
**Backend (Django + PostgreSQL)**
这个仓库是一个sqlite3的简易版moonbit binding,提供一个无抽象的sqlite3接口binding,每一个接口基本上都对应了一个sqlite3的c-api,为以后的高阶抽象打下基础。
**This is the only AGENTS.md file, do not look for others.**
Этот агент (GPT Codex) используется для автоматической правки, улучшения и сопровождения C#-кода в Unity-проекте. Все скрипты хранятся в GitHub-репозитории, а ошибки выявляются через `dotnet build` и CI-пайплайн. Агент самостоятельно исправляет код без ручного вмешательства.