@archpilotlabs/archpilot 0.0.19 → 0.1.0
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 +48 -14
- package/dist/archpilot-cli.js +2794 -868
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ ArchPilot validates your repository against architecture rules, helping engineer
|
|
|
13
13
|
**Your AI writes code. ArchPilot protects architecture.**
|
|
14
14
|
|
|
15
15
|
<p align="center">
|
|
16
|
-
Validate
|
|
16
|
+
Validate • Enforce • Measure architecture continuously
|
|
17
17
|
</p>
|
|
18
18
|
|
|
19
19
|
ArchPilot makes architecture **visible, enforceable, and measurable** as your system evolves.
|
|
@@ -38,11 +38,12 @@ ArchPilot gives teams deterministic architecture guardrails in local development
|
|
|
38
38
|
|
|
39
39
|
ArchPilot turns architecture into something you can actually run and verify:
|
|
40
40
|
|
|
41
|
-
- Validate
|
|
41
|
+
- Validate architecture across modern application stacks
|
|
42
|
+
- Validate module boundaries and dependency governance
|
|
42
43
|
- Enforce architecture rules and contracts
|
|
43
44
|
- Detect architectural drift over time
|
|
44
45
|
- Generate architecture scores and reports
|
|
45
|
-
- Surface architecture feedback in PRs and CI
|
|
46
|
+
- Surface architecture feedback in local development, PRs, and CI
|
|
46
47
|
|
|
47
48
|
No runtime agents. No external services. Fully deterministic and local-first.
|
|
48
49
|
|
|
@@ -52,23 +53,32 @@ ArchPilot works alongside GitHub Copilot, Claude Code, Codex, Cursor, and other
|
|
|
52
53
|
|
|
53
54
|
## Supported Stacks
|
|
54
55
|
|
|
55
|
-
ArchPilot
|
|
56
|
+
ArchPilot provides **deterministic architecture validation** across modern application stacks using framework-aware analysis and explicit architectural evidence.
|
|
56
57
|
|
|
57
58
|
### Backend
|
|
58
59
|
|
|
59
|
-
-
|
|
60
|
+
Framework-aware validation
|
|
61
|
+
|
|
62
|
+
- Spring / Spring Boot
|
|
60
63
|
- NestJS
|
|
61
64
|
- Express.js
|
|
65
|
+
- FastAPI
|
|
66
|
+
- Laravel
|
|
67
|
+
- ASP.NET
|
|
68
|
+
- Go
|
|
69
|
+
|
|
70
|
+
Language-aware validation
|
|
71
|
+
|
|
62
72
|
- Java
|
|
63
|
-
-
|
|
73
|
+
- Node.js / TypeScript
|
|
74
|
+
- PHP
|
|
75
|
+
- Python
|
|
76
|
+
|
|
77
|
+
Framework detection
|
|
78
|
+
|
|
64
79
|
- Kotlin
|
|
65
|
-
- FastAPI
|
|
66
80
|
- Django
|
|
67
81
|
- Flask
|
|
68
|
-
- PHP
|
|
69
|
-
- Laravel
|
|
70
|
-
- Go
|
|
71
|
-
- .NET
|
|
72
82
|
- Ruby on Rails
|
|
73
83
|
|
|
74
84
|
### Frontend
|
|
@@ -78,12 +88,16 @@ ArchPilot supports **practical deterministic architecture detection** across mod
|
|
|
78
88
|
- Angular
|
|
79
89
|
- Vue
|
|
80
90
|
|
|
81
|
-
### Infrastructure
|
|
91
|
+
### Infrastructure Context
|
|
82
92
|
|
|
83
93
|
- Terraform
|
|
84
94
|
- Ansible
|
|
85
95
|
|
|
86
|
-
|
|
96
|
+
Infrastructure repositories are detected as part of repository architecture discovery. Full architecture validation currently focuses on application stacks.
|
|
97
|
+
|
|
98
|
+
ArchPilot automatically detects supported stacks from repository evidence including framework markers, dependency metadata, manifests, project layout, source structure, and framework-specific constructs.
|
|
99
|
+
|
|
100
|
+
Validation remains deterministic and framework-aware. When evidence is ambiguous, ArchPilot intentionally prefers conservative findings over speculative analysis.
|
|
87
101
|
|
|
88
102
|
**No cloud scanning. No remote indexing. Deterministic local validation.**
|
|
89
103
|
|
|
@@ -254,7 +268,8 @@ archpilot governance upload
|
|
|
254
268
|
|
|
255
269
|
- Architecture-as-code (`.archpilot/`)
|
|
256
270
|
- Smart Init architecture discovery
|
|
257
|
-
-
|
|
271
|
+
- Cross-stack architecture validation
|
|
272
|
+
- Dependency governance and module contracts
|
|
258
273
|
- ADR (Architecture Decision Record) support
|
|
259
274
|
- Drift detection and history tracking
|
|
260
275
|
- PR review and CI integration
|
|
@@ -262,6 +277,25 @@ archpilot governance upload
|
|
|
262
277
|
|
|
263
278
|
---
|
|
264
279
|
|
|
280
|
+
## Deterministic by Design
|
|
281
|
+
|
|
282
|
+
ArchPilot intentionally avoids speculative code analysis.
|
|
283
|
+
|
|
284
|
+
Findings are produced from explicit architectural evidence such as:
|
|
285
|
+
|
|
286
|
+
- Framework annotations and decorators
|
|
287
|
+
- Dependency relationships
|
|
288
|
+
- Route and API definitions
|
|
289
|
+
- Authorization constructs
|
|
290
|
+
- Transaction boundaries
|
|
291
|
+
- ORM and query APIs
|
|
292
|
+
- Event and messaging infrastructure
|
|
293
|
+
- Architecture configuration and contracts
|
|
294
|
+
|
|
295
|
+
When evidence is ambiguous, ArchPilot prefers not to report a finding rather than generating false positives.
|
|
296
|
+
|
|
297
|
+
---
|
|
298
|
+
|
|
265
299
|
## Philosophy
|
|
266
300
|
|
|
267
301
|
ArchPilot is built on four principles:
|