BuildFlow is a VS Code extension for structured, local-first project planning inside your code workspace.
Main extension source lives in buildflow/.
- Extension package root:
buildflow/ - Extension manifest:
buildflow/package.json - Extension README (Marketplace-facing):
buildflow/README.md
- Open this repository in VS Code.
- Press
F5and runRun BuildFlow Extension. - In the Extension Development Host window, open any workspace folder and use BuildFlow in Explorer.
Run publish/package commands from buildflow/:
cd buildflow
npx @vscode/vsce package
# npx @vscode/vsce publish- Contributing guide: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security policy: SECURITY.md
MIT