airpilot 0.8.6 → 0.8.7
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 -13
- package/package.json +1 -1
package/README.md
CHANGED
@@ -18,19 +18,6 @@ AirPilot introduces `.air` as the universal configuration format for all AI codi
|
|
18
18
|
|
19
19
|
This component is managed as a Git subtree from the main AirPilot repository.
|
20
20
|
|
21
|
-
### Getting Started
|
22
|
-
|
23
|
-
```sh
|
24
|
-
# Install dependencies
|
25
|
-
npm install
|
26
|
-
|
27
|
-
# Build the CLI
|
28
|
-
npm run build
|
29
|
-
|
30
|
-
# Run tests
|
31
|
-
npm test
|
32
|
-
```
|
33
|
-
|
34
21
|
## Distribution
|
35
22
|
|
36
23
|
Available on [NPM](https://www.npmjs.com/~shaneholloman)
|