codeeraser 0.7.2 → 1.0.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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -15,5 +15,5 @@ CodeEraser erases LLM-induced code & document entropy: T1/T2/T3 clone
|
|
|
15
15
|
judgment, dead-code liveness, doc duplication, structural entropy and a
|
|
16
16
|
ratcheted repo gate — measurement in Rust, judgment in Haskell.
|
|
17
17
|
|
|
18
|
-
"CodeEraser"™ is a trademark of skymanbp
|
|
19
|
-
|
|
18
|
+
"CodeEraser"™ is a trademark of skymanbp. Code is Apache-2.0;
|
|
19
|
+
per §6, the license does not grant trademark rights.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
2
|
"name": "codeeraser",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "CodeEraser — erase LLM-induced code & document entropy. This package is a name-reservation pointer: the tool ships as prebuilt binaries on GitHub Releases, `cargo install codeeraser`, and a Claude Code plugin.",
|
|
5
5
|
"homepage": "https://github.com/skymanbp/CodeEraser",
|
|
6
6
|
"repository": {
|