@scheduler-systems/gal 0.1.5-beta → 0.1.7-beta
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/README.md +7 -56
- package/dist/index.cjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# GAL CLI
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
Sync your organization's approved AI agent configurations.
|
|
3
|
+
Sync your organization's approved AI agent configurations across your team.
|
|
6
4
|
|
|
7
5
|
## Install
|
|
8
6
|
|
|
@@ -30,13 +28,10 @@ gal --help
|
|
|
30
28
|
|
|
31
29
|
https://gal.run/docs
|
|
32
30
|
|
|
33
|
-
|
|
31
|
+
## Supported Platforms
|
|
34
32
|
|
|
35
|
-
- Claude Code (`.claude/`)
|
|
36
|
-
- Cursor (`.cursor/`, `.cursorrules`)
|
|
37
|
-
- Google Gemini (`.gemini/`) - Planned
|
|
38
|
-
- OpenAI Codex (`.codex/`) - Planned
|
|
39
|
-
- Windsurf (`.windsurf/`) - Planned
|
|
33
|
+
- Claude Code (`.claude/`)
|
|
34
|
+
- Cursor (`.cursor/`, `.cursorrules`)
|
|
40
35
|
|
|
41
36
|
## CI/CD Integration
|
|
42
37
|
|
|
@@ -48,54 +43,10 @@ https://gal.run/docs
|
|
|
48
43
|
run: gal fetch --json > configs.json
|
|
49
44
|
```
|
|
50
45
|
|
|
51
|
-
##
|
|
52
|
-
|
|
53
|
-
When enabled, the CLI tracks commands during your session and provides LLM-powered analysis at the end:
|
|
54
|
-
- Command success/failure tracking
|
|
55
|
-
- Error analysis and recommendations
|
|
56
|
-
- Session insights
|
|
57
|
-
|
|
58
|
-
## Development
|
|
59
|
-
|
|
60
|
-
```bash
|
|
61
|
-
# Clone the monorepo
|
|
62
|
-
git clone https://github.com/Scheduler-Systems/gal.git
|
|
63
|
-
cd gal/apps/cli
|
|
64
|
-
|
|
65
|
-
# Install dependencies
|
|
66
|
-
pnpm install
|
|
67
|
-
|
|
68
|
-
# Build
|
|
69
|
-
pnpm build
|
|
70
|
-
|
|
71
|
-
# Development mode (watch)
|
|
72
|
-
pnpm dev
|
|
73
|
-
```
|
|
74
|
-
|
|
75
|
-
### Local Testing
|
|
76
|
-
|
|
77
|
-
```bash
|
|
78
|
-
# Set your GAL monorepo path
|
|
79
|
-
export GAL_ROOT="/path/to/gal" # e.g., ~/projects/gal
|
|
80
|
-
|
|
81
|
-
# Build and install globally (subshell keeps you in current directory)
|
|
82
|
-
(cd "$GAL_ROOT/apps/cli" && pnpm build && npm install -g .)
|
|
83
|
-
|
|
84
|
-
# Verify
|
|
85
|
-
gal --version
|
|
86
|
-
```
|
|
87
|
-
|
|
88
|
-
After making changes, rebuild and reinstall:
|
|
46
|
+
## Support
|
|
89
47
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
```
|
|
93
|
-
|
|
94
|
-
To uninstall:
|
|
95
|
-
|
|
96
|
-
```bash
|
|
97
|
-
npm uninstall -g @scheduler-systems/gal
|
|
98
|
-
```
|
|
48
|
+
- Documentation: https://gal.run/docs
|
|
49
|
+
- Issues: https://github.com/Scheduler-Systems/gal.run/issues
|
|
99
50
|
|
|
100
51
|
## License
|
|
101
52
|
|