learning_ai_notes/.github/copilot-instructions.md
saravanakumardb1 479894446a chore(docs): consolidate agent docs to single source of truth
- 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
2026-05-23 11:53:22 -07:00

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

  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

cd backend && npm test && npm run typecheck && npm run build