Instructions file GitHub Copilot
Instructions for jyunming/Axon, covering axon knowledge center — copilot instructions, what axon is, project namespaces, hierarchical projects (up to 5 levels) and merged read-only scopes.
Local-first RAG engine with cited answers from your own docs. GraphRAG, sealed sharing, MCP-native, VS Code Copilot integration. Nothing leaves your machine.
Instructions file GitHub Copilot
Instructions for jyunming/Axon, covering axon knowledge center — copilot instructions, what axon is, project namespaces, hierarchical projects (up to 5 levels) and merged read-only scopes.
Instructions file GitHub Copilot
Instructions for jyunming/Axon, covering role: developer, core conventions, document schema — never deviate, config.yaml → dataclass mapping and adding a new loader.
Instructions file GitHub Copilot
Instructions for jyunming/Axon, covering role: documentation writer, documents you own, when to update what, after adding a new loader and after adding a new config option.
Instructions file GitHub Copilot
Instructions for jyunming/Axon, covering role: hotfix responder, hotfix workflow, 1. identify and scope the incident, 2. branch from main (not develop) and 3. implement the fix.
Instructions file GitHub Copilot
Instructions for jyunming/Axon, covering role: planner, responsibilities, this codebase — what to know, output format and boundaries.
Instructions file GitHub Copilot
Instructions for jyunming/Axon, covering role: release manager, versioning — semantic versioning (semver), release checklist, branch strategy and config & dependency changes in a release.
Instructions file GitHub Copilot
Instructions for jyunming/Axon, covering role: code reviewer, review checklist — axon specific, correctness, security and performance.
Instructions file GitHub Copilot
Instructions for jyunming/Axon, covering role: security auditor, known risk areas in this codebase, 1. bm25 serialization — src/axon/retrievers.py, 2. path traversal — src/axon/api.py /ingest endpoint and 3. dependency cves.
Instructions file GitHub Copilot
Instructions for jyunming/Axon, covering role: tester, test location & structure, what to mock, coverage targets per module and main.py (axonconfig, axonbrain).
Instructions file CodexOpenCode
Instructions for jyunming/Axon, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.