# GitHub Copilot Instructions — ByteLyst Agentic Notes **Project:** ByteLyst Agentic Notes — `bytelyst-notes` **Stack:** Docs + Fastify 5 backend scaffold with TypeScript ESM and @bytelyst/* shared packages ## Read these (in order) before suggesting code 1. **`AGENTS.md`** at the repo root — repo-specific layout, conventions, build commands, file ownership. 2. **`../learning_ai_common_plat/AI.dev/SKILLS/agent-behavior-guidelines.md`** — ecosystem-wide agent behavior rules (Karpathy + ByteLyst). Identical across every repo in the workspace. Both files together are the complete contract. This pointer file contains no rules of its own to avoid duplication and drift. ## Quick verification command ```bash cd backend && npm test && npm run typecheck && npm run build ```