devlyn-cli 1.7.0 → 1.7.2
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 +3 -3
- package/bin/devlyn.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
<img alt="DEVLYN" src="assets/logo.svg" width="540" />
|
|
7
7
|
</picture>
|
|
8
8
|
|
|
9
|
-
###
|
|
9
|
+
### Context Engineering & Harness Engineering Toolkit for Claude Code
|
|
10
10
|
|
|
11
|
-
**
|
|
11
|
+
**Structured prompts, agent orchestration, and automated pipelines — debugging, code review, UI design, product specs, and more.**
|
|
12
12
|
|
|
13
13
|
[](https://www.npmjs.com/package/devlyn-cli)
|
|
14
14
|
[](https://www.npmjs.com/package/devlyn-cli)
|
|
@@ -214,4 +214,4 @@ Selected during install. Run `npx devlyn-cli` again to add more.
|
|
|
214
214
|
|
|
215
215
|
## License
|
|
216
216
|
|
|
217
|
-
[MIT](LICENSE) — Donut Studio
|
|
217
|
+
[MIT](LICENSE) — Nocodecat @ Donut Studio
|
package/bin/devlyn.js
CHANGED
|
@@ -131,7 +131,7 @@ ${v} ██████╔╝${p}███████╗${k} ╚███
|
|
|
131
131
|
${g} ╚═════╝ ╚══════╝ ╚═══╝ ╚══════╝ ╚═╝ ╚═╝ ╚═══╝${r}
|
|
132
132
|
|
|
133
133
|
${COLORS.dim} Claude Code Config Toolkit${r}
|
|
134
|
-
${g} v${PKG.version} ${COLORS.dim}· ${k}🍩 by Donut Studio${r}
|
|
134
|
+
${g} v${PKG.version} ${COLORS.dim}· ${k}🍩 by Nocodecat @ Donut Studio${r}
|
|
135
135
|
`;
|
|
136
136
|
console.log(logo);
|
|
137
137
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "devlyn-cli",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.2",
|
|
4
4
|
"description": "AI development toolkit for Claude Code — ideate, auto-resolve, and ship with context engineering and agent orchestration",
|
|
5
5
|
"homepage": "https://github.com/fysoul17/devlyn-cli#readme",
|
|
6
6
|
"bin": {
|