@locusai/cli 0.8.1 → 0.9.1
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 +3 -4
- package/bin/agent/worker.js +5913 -11534
- package/bin/locus.js +25887 -23183
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -45,8 +45,7 @@ Initialize Locus in the current directory. Creates the necessary configuration f
|
|
|
45
45
|
|
|
46
46
|
- `.locus/` - Configuration directory
|
|
47
47
|
- `.locus/config.json` - Project settings
|
|
48
|
-
-
|
|
49
|
-
- `.agent/skills/` - Domain-specific agent skills
|
|
48
|
+
- `.locus/LOCUS.md` - AI agent instructions
|
|
50
49
|
|
|
51
50
|
Running `init` on an already initialized project will update the configuration to the latest version.
|
|
52
51
|
|
|
@@ -124,7 +123,7 @@ Locus stores its configuration in the `.locus/` directory within your project:
|
|
|
124
123
|
- `config.json` - Project settings including workspace ID and version
|
|
125
124
|
- `codebase-index.json` - Indexed codebase structure
|
|
126
125
|
|
|
127
|
-
The
|
|
126
|
+
The `.locus/LOCUS.md` file provides AI instructions and context that agents use when working on your codebase.
|
|
128
127
|
|
|
129
128
|
## AI Providers
|
|
130
129
|
|
|
@@ -147,7 +146,7 @@ locus run --api-key YOUR_KEY --provider claude
|
|
|
147
146
|
|
|
148
147
|
## Links
|
|
149
148
|
|
|
150
|
-
- [Documentation](https://locusai.dev
|
|
149
|
+
- [Documentation](https://docs.locusai.dev)
|
|
151
150
|
- [Website](https://locusai.dev)
|
|
152
151
|
|
|
153
152
|
## License
|