@archpilotlabs/archpilot 0.0.3 → 0.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.
Files changed (2) hide show
  1. package/README.md +24 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,31 @@
1
- # ArchPilot
1
+ <p align="center">
2
+ <img src="https://archpilot.org/logo.svg" width="100" />
3
+ </p>
2
4
 
3
- **Executable architecture governance for your codebase.**
5
+ <h1 align="center">ArchPilot</h1>
6
+
7
+ <p align="center">
8
+ Executable architecture governance for your codebase
9
+ </p>
10
+
11
+ <p align="center">
12
+ Validate • Enforce • Measure your architecture - continuously
13
+ </p>
4
14
 
5
15
  ArchPilot is a CLI that validates your repository against architecture rules and helps you keep your system **visible, enforceable, and measurable** as it evolves.
6
16
 
7
17
  ---
8
18
 
19
+ ## 🧭 Why this exists
20
+
21
+ Most teams rely on documentation or tribal knowledge to maintain architecture.
22
+
23
+ Over time, boundaries blur, dependencies leak, and architectural decisions drift without anyone noticing.
24
+
25
+ ArchPilot turns architecture into something you can **actually validate, enforce, and track continuously**.
26
+
27
+ ---
28
+
9
29
  ## 🚀 What it does
10
30
 
11
31
  ArchPilot turns architecture into something you can actually run and verify:
@@ -132,7 +152,7 @@ archpilot governance upload
132
152
 
133
153
  ---
134
154
 
135
- ## 🧩 Features
155
+ ## 🧩 Core Capabilities
136
156
 
137
157
  * Architecture-as-code (`.archpilot/`)
138
158
  * Dependency validation and module contracts
@@ -156,7 +176,7 @@ ArchPilot is built on four principles:
156
176
 
157
177
  ## 📄 License
158
178
 
159
- All rights reserved. This software is proprietary and closed-source.
179
+ Proprietary. See LICENSE file for details.
160
180
 
161
181
  ---
162
182
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@archpilotlabs/archpilot",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Executable architecture governance CLI",
5
5
  "homepage": "https://archpilot.org",
6
6
  "bugs": {