@vetala/vetala 0.1.0-beta → 0.1.0-dev
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 +2 -17
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Vetala is a terminal-first coding assistant with an interactive TUI, local tools, approval gates, session memory, and a skill system for reusable workflows.
|
|
4
4
|
|
|
5
|
+
This is the first build and not a stable v1 release, so some bugs are expected.
|
|
6
|
+
|
|
5
7
|

|
|
6
8
|
|
|
7
9
|
## Overview
|
|
@@ -108,23 +110,6 @@ npm test
|
|
|
108
110
|
npm run build
|
|
109
111
|
```
|
|
110
112
|
|
|
111
|
-
## Publishing
|
|
112
|
-
|
|
113
|
-
Before publishing:
|
|
114
|
-
|
|
115
|
-
```bash
|
|
116
|
-
npm run check
|
|
117
|
-
npm test
|
|
118
|
-
npm run build
|
|
119
|
-
npm pack
|
|
120
|
-
```
|
|
121
|
-
|
|
122
|
-
To publish under the `@vetala` npm scope, make sure your npm account has publish access to that scope, then run:
|
|
123
|
-
|
|
124
|
-
```bash
|
|
125
|
-
npm publish --access public
|
|
126
|
-
```
|
|
127
|
-
|
|
128
113
|
## Contributing
|
|
129
114
|
|
|
130
115
|
See [CONTRIBUTING.md](./CONTRIBUTING.md).
|