Swim Workout Planner
This repo will contain a simple app for planning swim workouts.
Explore
34,673 skills indexed with the new KISS metadata standard.
This repo will contain a simple app for planning swim workouts.
Hugo v0.151.0+extended static blog with custom "unsafe9" theme. Clean, minimal design for technical content with search and responsive layout.
This file applies to *every* sub-directory unless a deeper `AGENTS.md` overrides a
Static assets are served by `server.js`, so edits take effect on reload. Key directories:
For AI coding agents working in this dotfiles repository.
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:
- `core/`: C++17 geometric core and C API (`core/src`, public headers under `core/include`).
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
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.
- root: CMake entry (`CMakeLists.txt`, `CMakePresets.json`), `.clang-tidy`, `.env` (required).
- You are building a production GPU accelerated terminal emulator for macOS that should:
Este documento foi criado especificamente para agentes de IA (GitHub Copilot, Claude, ChatGPT, etc.) que precisam trabalhar neste projeto.
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.
- Monorepo managed by Nx and pnpm. Key roots:
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.”
This guide is for AI agents contributing to this project. Follow these instructions to ensure your contributions are aligned with the project's standards.
Overview
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.
> **Read this file first** before opening a pull‑request.
- `vercade/` — Python package.
`src/` holds the Django stack: configuration in `src/kolco24/`, site apps in `src/website/`, and REST/admin APIs in
You are building a platform for researchers to study how children learn and read. There are two primary ways of using the platform, as an administrator or as a participant. Participants (children, parents, and teachers) take assessments (called tasks) and the data is recorded in Firebase (Firestore)
The Next.js App Router lives in `src/app`, with route groups such as `about/` and `projects/` managing page-level UI and loaders. Reusable UI is collected under `src/components` (`Header.tsx`, `Footer.tsx`, `ProjectCard.tsx`), while shared content data lives in YAML under `src/content/` and is loade
This project is a Node.js Express server using CommonJS modules and SQLite for persistence. The guidelines below exist to help future contributors extend the application safely and consistently.