@tyyyho/treg 0.1.26 → 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 +1 -4
- package/README.npm.md +1 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,12 +7,9 @@ downloads](https://img.shields.io/npm/dm/%40tyyyho%2Ftreg)](https://www.npmjs.co
|
|
|
7
7
|
[](https://www.npmjs.com/package/%40tyyyho%2Ftreg)
|
|
8
8
|

|
|
9
9
|
|
|
10
|
-
[繁體中文 README](./README.zh-hant.md)
|
|
11
|
-
|
|
12
10
|
## Overview
|
|
13
11
|
|
|
14
|
-
**treg** is a CLI tool that injects an **engineering
|
|
15
|
-
"immune system"** into your project.
|
|
12
|
+
**treg** is a CLI tool that injects an **engineering immune system** into your project.
|
|
16
13
|
|
|
17
14
|
When humans and AI collaborate and iterate rapidly, repositories often
|
|
18
15
|
accumulate inconsistent tooling, style drift, and fragile workflows.\
|
package/README.npm.md
CHANGED
|
@@ -7,12 +7,9 @@ downloads](https://img.shields.io/npm/dm/%40tyyyho%2Ftreg)](https://www.npmjs.co
|
|
|
7
7
|
[](https://www.npmjs.com/package/%40tyyyho%2Ftreg)
|
|
8
8
|

|
|
9
9
|
|
|
10
|
-
[繁體中文 README](./README.zh-hant.md)
|
|
11
|
-
|
|
12
10
|
## Overview
|
|
13
11
|
|
|
14
|
-
**treg** is a CLI tool that injects an **engineering
|
|
15
|
-
"immune system"** into your project.
|
|
12
|
+
**treg** is a CLI tool that injects an **engineering immune system** into your project.
|
|
16
13
|
|
|
17
14
|
When humans and AI collaborate and iterate rapidly, repositories often
|
|
18
15
|
accumulate inconsistent tooling, style drift, and fragile workflows.\
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tyyyho/treg",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Treg is a CLI tool that injects an engineering
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Treg is a CLI tool that injects an engineering immune system into existing projects.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|