- No personal absolute paths in tracked files
- No API keys/tokens in repository
- Build succeeds for core and extension
-
docs/ARCHITECTURE.mdanddocs/INSTALL.mdare up to date
npm install
npm run build
cd vscode-extension
npm install
npm run compilegit init
git checkout -b main
git add .
git commit -m "chore: initial AIStack release"
git remote add origin https://github.com/fxxkrlab/aiStack.git
git push -u origin maingit add .
git commit -m "docs: update architecture and install guide"
git push