Skip to content

Commit 37e35f3

Browse files
committed
chore: v0.4.1 — dark SVG banner, Claude Code skill format, gitignore cleanup
- Revert to dark SVG banner with warm tones - self/agentify.md: proper Claude Code skill with natural-language interaction - Removed 24 internal docs from public repo (research/, product-plan, vision) - Added test-output/ to gitignore
1 parent 1daff6e commit 37e35f3

4 files changed

Lines changed: 68 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h1>Agentify</h1>
44
<p><strong>Agent Interface Compiler</strong> — One command. Every agent speaks your product.</p>
55

6-
<img src="assets/banner.png" alt="Agentify — OpenAPI to 9 agent interface formats" width="800">
6+
<img src="assets/banner.svg" alt="Agentify — OpenAPI to 9 agent interface formats" width="800">
77

88
<br>
99

assets/banner.png

-31.8 KB
Binary file not shown.

assets/banner.svg

Lines changed: 66 additions & 0 deletions
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentify-cli",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Agent Interface Compiler — One command. Every agent speaks your product.",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)