AGENT Guide
- Frontend (routes/): cd routes && pnpm dev, pnpm build, pnpm typecheck
Explore
14,599 skills indexed with the new KISS metadata standard.
- Frontend (routes/): cd routes && pnpm dev, pnpm build, pnpm typecheck
Core source lives in `src/` with submodules for `ast`, `compiler`, `runtime`, and `utilities`; tooling entry points sit in `src/tools/`. Public headers live in `include/sif/`, and integration assets land in `src/tests/resources/`. Docs and sample scripts are under `docs/` and `examples/`, while buil
- Respeitar as **Regras do Projeto** (sem deps externas; VS2022/Win11 x64/CUDA 13; implementações completas; comentários PT‑BR; pacote + manifesto a cada entrega).
- `grammar.js`, `src/`, and `binding.gyp` contain the Tree-sitter grammar plus generated artifacts (`src/parser.c`, `src/node-types.json`). Regenerate via the CLI rather than editing generated files directly.
This file provides guidance to AI agents when working with code in this repository.
- **Repository scope:** Reusable Bicep service template. Provides the complete pipeline and test scaffolding shared by service repos so new projects start from a working baseline.
- 给出当前的 step 打分方案并写入根目录下的专门 Markdown 文件,文件需使用简体中文并辅以数学符号与伪代码描述。
This file provides guidance to Agents when working with code in this repository.
Next.js App Router drives the app. Routes live in `app/` (e.g. `app/events`, `app/signin`, `app/signup`) with shared layout in `app/layout.tsx` and global styles in `app/globals.css`. Reusable UI sits in `components/`; `components/ui` holds Radix/Tailwind primitives and `*-client.tsx` wrappers handl
Accelerate delivery of West‑Africa‑first WordPress plugins and tooling by generating secure, performant, offline‑capable code and documentation that conforms to Starisian standards.
- **Code is for humans.** Write your code with clarity and empathy—assume a
This document defines how AI agents (and humans following the same rules) should work on this repository. It favors concise, surgical changes that keep the project simple, fast, and 1‑bit friendly for the TRMNL display (800×480).
- **Always use shell.nix**: Run commands with `nix-shell --run "command"` on NixOS systems
- `src/tree_rewriter/`: core library. Primary entry points: `rewrite`, `when`, `bottom_up`, `first`, `all`, and `_` (wildcard).
This document outlines the necessary steps to set up the build environment for the Harvey application on a Debian-based Linux system.
This document describes the multi-agent architecture for the AI-powered cryptocurrency trading system.
* Use comments to explain the purpose of code, but not to explain what trivial code is doing. Code should generally be self-explanatory through clear naming.
`naeural_core/` houses the runtime: `main/` orchestrates startup, `business/` contains pipeline plugins and the testing harness, `comm/` handles transports, and `serving/` wraps model execution. Runtime artifacts land in `_local_cache/`, created on demand. Optional packages live under `extensions/`,
- Runtime entrypoints live in `device.py` and `constants.py`, orchestrating Ratio1 pipelines implemented in the upstream `naeural_core` package.
- [Remix](https://remix.run)
- Respond in Japanese
対話とコメントアウト、ドキュメントの作成には日本語を使ってください。わたしは日本語話者です。
The app is a SvelteKit project targeting Vercel via `@sveltejs/adapter-vercel`. Core UI and logic reside in `src`, with routable pages in `src/routes` (e.g. `+page.svelte`) and shared modules exported through `src/lib`. Global assets such as the favicon live under `src/lib/assets`, while files meant
This file provides guidance to AGENTS when working with code in this repository.