Agent.md — AI Codex (Starisian Engineering Agent)
Accelerate delivery of West‑Africa‑first WordPress plugins and tooling by generating secure, performant, offline‑capable code and documentation that conforms to Starisian standards.
Explore
11,138 skills indexed with the new KISS metadata standard.
Accelerate delivery of West‑Africa‑first WordPress plugins and tooling by generating secure, performant, offline‑capable code and documentation that conforms to Starisian standards.
This document describes the multi-agent architecture for the AI-powered cryptocurrency trading system.
This document outlines the necessary steps to set up the build environment for the Harvey application on a Debian-based Linux system.
- `src/tree_rewriter/`: core library. Primary entry points: `rewrite`, `when`, `bottom_up`, `first`, `all`, and `_` (wildcard).
- [Remix](https://remix.run)
- Runtime entrypoints live in `device.py` and `constants.py`, orchestrating Ratio1 pipelines implemented in the upstream `naeural_core` package.
`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/`,
* 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.
- Respond in Japanese
- **Local pipeline**: `task pipeline:local` - Runs format, lint, build, test, coverage, and docs
This file provides guidance to AGENTS when working with code in this repository.
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
対話とコメントアウト、ドキュメントの作成には日本語を使ってください。わたしは日本語話者です。
- `README.md` and `SETUP.md` capture the HAM-Z™ workflow and install steps; keep them current alongside feature work.
This file provides guidance for AI agents working on async coding tasks in the AngstromSCD monorepo.
- Day-to-day coordination with LLM/AI agents is done in **Chinese**.
This Strapi dashboard keeps custom behaviour inside `src/plugins/ceramic-feed`, which exposes server hooks and CLI utilities. Core configuration lives in `config/` (database, plugins, middleware) and reads from environment variables. Static assets and the Strapi admin build output go in `public/`. T
This file provides guidance to Claude Code for F# development in this repository.
This document describes the AI agents and automation workflows in the Dharma Radio project.
This is a Maven multi-module workspace anchored by `pom.xml`. Core runtime logic lives in `fiber-gateway-server` (Netty HTTP server), `fiber-gateway-httpclient` (async outbound client), `fiber-gateway-proxy` (routing, filters), and `fiber-gateway-script` (interpreter and AOT pipeline). Shared primit
Use this guide to align contributions with PlatformTools’ Kotlin Multiplatform setup before opening a pull request.
Maintain the layered separation of concerns outlined in `CLAUDE.md`: presentation (`main.py`, `server.py`) delegates to manager workflows, which call business logic (`classification/`, `crawler/`, `extract/`), which rely on data models (`extract/structure.py`) and infrastructure utilities (`tools/`,
Authoritative guidance for agents and contributors working in this repository.
- `init.lua` bootstraps LazyVim, loads `lua/lazy-init.lua`, and wires globals, options, and keymaps.