nococli 1.0.0
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 +23 -0
- package/dist/cli.js +13700 -0
- package/dist/install.js +3395 -0
- package/dist/types.js +66 -0
- package/dist/uninstall.js +3347 -0
- package/hooks/commit-msg +17 -0
- package/package.json +52 -0
package/README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# noco
|
|
2
|
+
|
|
3
|
+
> AI exists to help you. You remain the owner and accountable for your work.
|
|
4
|
+
|
|
5
|
+
Claude Code auto-adds itself as a co-author on every commit. Copilot, Cursor, and others do too.
|
|
6
|
+
|
|
7
|
+
That's great for their branding. You can see Claude everywhere on GitHub.
|
|
8
|
+
|
|
9
|
+
But **you** wrote the code. **You** understand it. **You're** responsible when it breaks.
|
|
10
|
+
|
|
11
|
+
Your commits should reflect that.
|
|
12
|
+
|
|
13
|
+
## Install
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
npx noco
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
One command. Your commits are yours again.
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
*"We don't do this for Codex because it exists to help you and it's important that you remain the owner and accountable for your work without AI taking credit."* — [Tibo](https://x.com/thsottiaux/status/2035386081517133924)
|