chore: initialize monorepo with project scaffolding, configs, and CI setup
This commit is contained in:
3
windsurf/README.md
Normal file
3
windsurf/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Windsurf Workspace Assets
|
||||
|
||||
This directory tracks Windsurf-specific prompts, task flows, and workspace settings used to bootstrap and automate development tasks for the AITBC monorepo.
|
||||
5
windsurf/settings.json
Normal file
5
windsurf/settings.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"editor.formatOnSave": true,
|
||||
"python.analysis.typeCheckingMode": "basic",
|
||||
"terminal.integrated.defaultProfile.linux": "zsh"
|
||||
}
|
||||
Reference in New Issue
Block a user