Need help with the Brainfile VSCode extension? Here are your options:
- Official Documentation - Complete protocol specification, guides, and examples
- VSCode Extension Guide - Detailed usage instructions
- Protocol Specification - Learn the file format
- AI Agent Integration - Configure AI agent behavior
Ask questions, share ideas, and connect with other users:
Report bugs or request features:
- @brainfile/core - Core TypeScript library
- @brainfile/cli - Command-line interface
- Protocol Repository - Schema and specification
Want to help improve Brainfile?
- Website: https://brainfile.md
- GitHub Organization: https://github.com/brainfile
- npm Packages:
Make sure you have a brainfile.md file in your project root. The extension activates automatically when it detects this file.
Check that your YAML frontmatter is valid. Use the @brainfile/cli lint command to validate:
npx @brainfile/cli lintThe extension watches for file changes. If you're editing externally, make sure the file is saved and VSCode has focus.
Open an issue on GitHub with:
- Your VSCode version
- Extension version
- A minimal example of your brainfile.md
- Steps to reproduce the problem
- Any error messages from the Output panel (View → Output → Brainfile)