@locusai/cli 0.1.6 → 0.2.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 +0 -53
- package/bin/locus.js +31000 -1103
- package/package.json +16 -7
- package/bin/mcp.js +0 -19798
- package/bin/server.js +0 -36428
- package/index.ts +0 -260
- package/public/dashboard/404.html +0 -1
- package/public/dashboard/_next/static/HYYg7-ymj7X1roSoSIcfi/_buildManifest.js +0 -1
- package/public/dashboard/_next/static/HYYg7-ymj7X1roSoSIcfi/_ssgManifest.js +0 -1
- package/public/dashboard/_next/static/chunks/138.b98511c56423f8bb.js +0 -1
- package/public/dashboard/_next/static/chunks/146-34259952c594a3b0.js +0 -1
- package/public/dashboard/_next/static/chunks/337-d3bb75304d130513.js +0 -1
- package/public/dashboard/_next/static/chunks/477.1a6ecfe53375bd9c.js +0 -1
- package/public/dashboard/_next/static/chunks/487-1808785ba665f784.js +0 -1
- package/public/dashboard/_next/static/chunks/544.a9569941cc886e9d.js +0 -1
- package/public/dashboard/_next/static/chunks/87c73c54-1f4741035a95c140.js +0 -1
- package/public/dashboard/_next/static/chunks/902-d6926825a9fe8784.js +0 -1
- package/public/dashboard/_next/static/chunks/955-c8f8f6235ae8f8c6.js +0 -1
- package/public/dashboard/_next/static/chunks/996.e0a334e6ae90900e.js +0 -1
- package/public/dashboard/_next/static/chunks/app/_not-found/page-44b1804abb44a34d.js +0 -1
- package/public/dashboard/_next/static/chunks/app/backlog/page-dce1450769bfae8f.js +0 -1
- package/public/dashboard/_next/static/chunks/app/docs/page-1efee819f25492cb.js +0 -1
- package/public/dashboard/_next/static/chunks/app/layout-05f504c042b9f7ee.js +0 -1
- package/public/dashboard/_next/static/chunks/app/page-3fd91aaaa4776ced.js +0 -1
- package/public/dashboard/_next/static/chunks/app/settings/page-84e16c9638d657e4.js +0 -1
- package/public/dashboard/_next/static/chunks/framework-152a1bc8c81c7458.js +0 -1
- package/public/dashboard/_next/static/chunks/main-843ab130fc1be309.js +0 -1
- package/public/dashboard/_next/static/chunks/main-app-123e879c5a937a00.js +0 -1
- package/public/dashboard/_next/static/chunks/pages/_app-a050a8e6e4fb04cf.js +0 -1
- package/public/dashboard/_next/static/chunks/pages/_error-3e422ffd891594de.js +0 -1
- package/public/dashboard/_next/static/chunks/polyfills-42372ed130431b0a.js +0 -1
- package/public/dashboard/_next/static/chunks/webpack-99a10a055b5bb9c4.js +0 -1
- package/public/dashboard/_next/static/css/13e8617b72f9d3aa.css +0 -1
- package/public/dashboard/_next/static/css/8aea088cdc4338f0.css +0 -1
- package/public/dashboard/_next/static/css/b301ab0424111664.css +0 -1
- package/public/dashboard/_next/static/media/24c15609eaa28576-s.woff2 +0 -0
- package/public/dashboard/_next/static/media/2c07349e02a7b712-s.woff2 +0 -0
- package/public/dashboard/_next/static/media/456105d6ea6d39e0-s.woff2 +0 -0
- package/public/dashboard/_next/static/media/47cbc4e2adbc5db9-s.p.woff2 +0 -0
- package/public/dashboard/_next/static/media/4f77bef990aad698-s.woff2 +0 -0
- package/public/dashboard/_next/static/media/627d916fd739a539-s.woff2 +0 -0
- package/public/dashboard/_next/static/media/63b255f18bea0ca9-s.woff2 +0 -0
- package/public/dashboard/_next/static/media/70bd82ac89b4fa42-s.woff2 +0 -0
- package/public/dashboard/_next/static/media/84602850c8fd81c3-s.woff2 +0 -0
- package/public/dashboard/backlog.html +0 -1
- package/public/dashboard/backlog.txt +0 -25
- package/public/dashboard/docs.html +0 -1
- package/public/dashboard/docs.txt +0 -26
- package/public/dashboard/favicon.ico +0 -0
- package/public/dashboard/index.html +0 -1
- package/public/dashboard/index.txt +0 -25
- package/public/dashboard/logo.png +0 -0
- package/public/dashboard/settings.html +0 -1
- package/public/dashboard/settings.txt +0 -25
- package/src/constants.ts +0 -28
- package/src/generators/locus.ts +0 -134
- package/src/generators/root.ts +0 -244
- package/src/generators/server.ts +0 -135
- package/src/generators/shared.ts +0 -35
- package/src/generators/web.ts +0 -513
- package/src/types.ts +0 -6
- package/src/utils.ts +0 -13
package/README.md
CHANGED
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
<p align="center">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/asgarovf/locusai/refs/heads/master/assets/logo.png" alt="Locus" width="150" />
|
|
3
|
-
</p>
|
|
4
|
-
|
|
5
|
-
<p align="center">
|
|
6
|
-
<a href="https://www.npmjs.com/package/@locusai/cli"><img src="https://img.shields.io/npm/v/@locusai/cli?color=blue" alt="npm version" /></a>
|
|
7
|
-
<a href="https://github.com/asgarovf/locusai/blob/master/LICENSE"><img src="https://img.shields.io/github/license/asgarovf/locusai?color=blue" alt="License" /></a>
|
|
8
|
-
<a href="https://github.com/asgarovf/locusai"><img src="https://img.shields.io/github/stars/asgarovf/locusai?style=flat&color=blue" alt="GitHub Stars" /></a>
|
|
9
|
-
</p>
|
|
10
|
-
|
|
11
|
-
# @locusai/cli
|
|
12
|
-
|
|
13
|
-
The unified CLI for **Locus** — a local-first AI development platform that combines task management, documentation, and CI coordination to help AI agents build your projects.
|
|
14
|
-
|
|
15
|
-
## Quick Start
|
|
16
|
-
|
|
17
|
-
```bash
|
|
18
|
-
# Create a new Locus-managed project
|
|
19
|
-
npx @locusai/cli init --name my-app
|
|
20
|
-
|
|
21
|
-
# Or initialize in an existing repo
|
|
22
|
-
npx @locusai/cli init
|
|
23
|
-
|
|
24
|
-
# Start the development server
|
|
25
|
-
npx @locusai/cli dev
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
## Commands
|
|
29
|
-
|
|
30
|
-
| Command | Description |
|
|
31
|
-
|---------|-------------|
|
|
32
|
-
| `init --name <name>` | Create a new Locus-managed monorepo project |
|
|
33
|
-
| `init` | Initialize Locus in an existing repository |
|
|
34
|
-
| `dev` | Start the Locus dashboard and MCP server |
|
|
35
|
-
|
|
36
|
-
## What It Creates
|
|
37
|
-
|
|
38
|
-
When creating a new project (`init --name`):
|
|
39
|
-
- **Monorepo structure**: `apps/`, `packages/`
|
|
40
|
-
- **Locus workspace**: `.locus/` directory with database and config
|
|
41
|
-
- **Starter configuration**: TypeScript, Biome, Git
|
|
42
|
-
- **Example task**: Getting started task in the backlog
|
|
43
|
-
|
|
44
|
-
When initializing existing repo (`init`):
|
|
45
|
-
- **Locus workspace**: `.locus/` directory with database and config
|
|
46
|
-
|
|
47
|
-
## Documentation
|
|
48
|
-
|
|
49
|
-
Visit [locusai.dev/docs](https://locusai.dev/docs) for full documentation.
|
|
50
|
-
|
|
51
|
-
## License
|
|
52
|
-
|
|
53
|
-
[MIT](https://github.com/asgarovf/locusai/blob/master/LICENSE)
|