- Delete legacy .cursorrules, .windsurfrules, .clinerules, CLAUDE.md (content duplicated AGENTS.md; replaced by canonical pointer architecture) - Rewrite .github/copilot-instructions.md as thin pointer to AGENTS.md and the canonical agent-behavior-guidelines.md - Prepend canonical 'Read first' pointer block to AGENTS.md - Regenerate .editorconfig and .aider.conf.yml Canonical source: learning_ai_common_plat/AI.dev/SKILLS/agent-behavior-guidelines.md Managed by: learning_ai_common_plat/scripts/update-agent-docs.sh
937 B
937 B
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
AGENTS.mdat the repo root — repo-specific layout, conventions, build commands, file ownership.../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
cd backend && npm test && npm run typecheck && npm run build