@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.
Files changed (2) hide show
  1. package/README.md +0 -18
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hieptv/claude-kit",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "description": "Reusable Claude Code setup with real-time lint hooks, review agents, a feature pipeline, and skill-authoring conventions.",
6
6
  "bin": {