Skip to content

Commit 64e8cef

Browse files
committed
docs: update AGENTS.md for accuracy and condense to ~150 lines
- Replace npm with bun in frontend commands and pre-push hook - Fix config format YAML/JSON to YAML/TOML - Expand Key Modules with all handlers, websocket, 1Password, OAuth flows - Rewrite scottyctl section with full command list and preflight checks - Add Blueprints and Project Management (beans) sections - Replace docker-compose with docker compose - Remove redundant YAML examples in authorization section
1 parent e708b1e commit 64e8cef

File tree

2 files changed

+81
-286
lines changed

2 files changed

+81
-286
lines changed

.cargo-husky/hooks/pre-push

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ if git diff --name-only @{upstream}..HEAD 2>/dev/null | grep -q "^frontend/" ||
3232
echo ""
3333

3434
echo "🎨 Linting frontend code..."
35-
cd frontend && npm run lint
35+
cd frontend && bun run lint
3636
cd ..
3737
echo "✅ Frontend linting passed"
3838
echo ""
3939

4040
echo "🔎 Type-checking frontend code..."
41-
cd frontend && npm run check
41+
cd frontend && bun run check
4242
cd ..
4343
echo "✅ Frontend type checking passed"
4444
echo ""

0 commit comments

Comments
 (0)