@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.
Files changed (2) hide show
  1. package/README.md +2 -17
  2. 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
  ![Vetala terminal UI](./terminal.png)
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).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vetala/vetala",
3
- "version": "0.1.0-beta",
3
+ "version": "0.1.0-dev",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "Terminal-first AI coding CLI with tools, memory, and local skills.",