@hieptv/claude-kit 0.1.0 → 0.1.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 -18
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -48,21 +48,3 @@ upgrades the enforcement logic everywhere at once. The scaffolded agents and
|
|
|
48
48
|
- **CI-parity** — hooks run ESLint with `CI=true` so editor-mode rule relaxations
|
|
49
49
|
don't let violations through that CI would later block.
|
|
50
50
|
- **Least-privilege agents** — reviewers are read-only (`Read, Grep, Glob, Bash`).
|
|
51
|
-
|
|
52
|
-
## Publish to npm
|
|
53
|
-
|
|
54
|
-
The scoped package is configured as public because npm requires
|
|
55
|
-
`--access public` for the first publication of a public scoped package.
|
|
56
|
-
|
|
57
|
-
```bash
|
|
58
|
-
npm login
|
|
59
|
-
npm whoami
|
|
60
|
-
npm publish
|
|
61
|
-
```
|
|
62
|
-
|
|
63
|
-
For later releases, update the version first:
|
|
64
|
-
|
|
65
|
-
```bash
|
|
66
|
-
npm version patch
|
|
67
|
-
npm publish
|
|
68
|
-
```
|
package/package.json
CHANGED