@startanaicompany/cli 1.6.0 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/settings.local.json +13 -1
- package/CLAUDE.md +143 -1300
- package/bin/saac.js +3 -2
- package/package.json +1 -1
- package/src/commands/deploy.js +194 -30
- package/src/lib/api.js +2 -2
|
@@ -2,7 +2,19 @@
|
|
|
2
2
|
"permissions": {
|
|
3
3
|
"allow": [
|
|
4
4
|
"mcp__hive__send_direct_message",
|
|
5
|
-
"mcp__hive__hive"
|
|
5
|
+
"mcp__hive__hive",
|
|
6
|
+
"Bash(export SAAC_USER_EMAIL=\"goryanio2025@gmail.com\")",
|
|
7
|
+
"Bash(export:*)",
|
|
8
|
+
"Bash(/home/goryanio2025-ai/saac-cli/bin/saac.js deploy:*)",
|
|
9
|
+
"Bash(/home/goryanio2025-ai/saac-cli/bin/saac.js logs:*)",
|
|
10
|
+
"Bash(git add:*)",
|
|
11
|
+
"Bash(git commit:*)",
|
|
12
|
+
"Bash(git push:*)",
|
|
13
|
+
"Bash(curl:*)",
|
|
14
|
+
"Bash(echo:*)",
|
|
15
|
+
"Bash(timeout 15 /home/goryanio2025-ai/saac-cli/bin/saac.js logs:*)",
|
|
16
|
+
"Bash(timeout 30 /home/goryanio2025-ai/saac-cli/bin/saac.js deploy:*)",
|
|
17
|
+
"Bash(timeout 60 /home/goryanio2025-ai/saac-cli/bin/saac.js deploy:*)"
|
|
6
18
|
],
|
|
7
19
|
"deny": [],
|
|
8
20
|
"ask": []
|