@archpilotlabs/archpilot 0.0.8 → 0.0.10
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 +41 -2
- package/dist/archpilot-cli.js +1302 -99
- package/package.json +34 -34
package/README.md
CHANGED
|
@@ -48,7 +48,46 @@ No runtime agents. No external services. Fully deterministic and local-first.
|
|
|
48
48
|
|
|
49
49
|
---
|
|
50
50
|
|
|
51
|
-
##
|
|
51
|
+
## 🧩 Supported Stacks
|
|
52
|
+
|
|
53
|
+
ArchPilot supports **practical deterministic architecture detection** across modern application stacks.
|
|
54
|
+
|
|
55
|
+
### Backend
|
|
56
|
+
|
|
57
|
+
* Node.js / TypeScript
|
|
58
|
+
* NestJS
|
|
59
|
+
* Express.js
|
|
60
|
+
* Java
|
|
61
|
+
* Spring / Spring Boot
|
|
62
|
+
* Kotlin
|
|
63
|
+
* FastAPI
|
|
64
|
+
* Django
|
|
65
|
+
* Flask
|
|
66
|
+
* PHP
|
|
67
|
+
* Laravel
|
|
68
|
+
* Go
|
|
69
|
+
* .NET
|
|
70
|
+
* Ruby on Rails
|
|
71
|
+
|
|
72
|
+
### Frontend
|
|
73
|
+
|
|
74
|
+
* React
|
|
75
|
+
* Next.js
|
|
76
|
+
* Angular
|
|
77
|
+
* Vue
|
|
78
|
+
|
|
79
|
+
### Infrastructure
|
|
80
|
+
|
|
81
|
+
* Terraform
|
|
82
|
+
* Ansible
|
|
83
|
+
|
|
84
|
+
ArchPilot detects stack shape from practical repository evidence - framework markers, manifests, project layout, and source structure - then applies conservative architecture discovery defaults locally.
|
|
85
|
+
|
|
86
|
+
**No cloud scanning. No remote indexing. Deterministic local validation.**
|
|
87
|
+
|
|
88
|
+
---
|
|
89
|
+
|
|
90
|
+
## ☁️ Local-first. Cloud-powered.
|
|
52
91
|
|
|
53
92
|
Start locally in minutes:
|
|
54
93
|
|
|
@@ -208,7 +247,7 @@ archpilot governance upload
|
|
|
208
247
|
|
|
209
248
|
---
|
|
210
249
|
|
|
211
|
-
##
|
|
250
|
+
## ⚙️ Core Capabilities
|
|
212
251
|
|
|
213
252
|
* Architecture-as-code (`.archpilot/`)
|
|
214
253
|
* Dependency validation and module contracts
|