@julioborges/gantry 1.0.3 → 1.0.4

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 CHANGED
@@ -12,6 +12,8 @@ harness.**
12
12
  [![Agent Skills](https://img.shields.io/badge/Agent-Skills-orange.svg)](#installation)
13
13
  [![Status: early development](https://img.shields.io/badge/status-early%20development-yellow.svg)](#project-status)
14
14
 
15
+ ![Gantry crane](assets/gantry.png)
16
+
15
17
  Gantry is an open source, harness-neutral skill pack for agentic software
16
18
  development. Deterministic scripts decide which Issues are ready and whether
17
19
  checks pass. Fresh agents implement, review, and challenge each delivery. You
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@julioborges/gantry",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Install the Gantry harness-neutral agentic SDLC skill pack.",
5
5
  "type": "commonjs",
6
6
  "license": "Apache-2.0",
@@ -30,6 +30,7 @@
30
30
  ".agents/skills/gantry",
31
31
  ".agents/skills/gantry-setup",
32
32
  ".agents/skills/gantry-dashboard",
33
+ "assets/gantry.png",
33
34
  "README.md",
34
35
  "LICENSE",
35
36
  "!**/__pycache__/**",