@archpilotlabs/archpilot 0.2.7 → 0.2.8

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/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.8
4
+
5
+ ### Added
6
+
7
+ - Added architecture review state for repositories that evolve after initial setup.
8
+ - Added detection for newly discovered high-confidence architecture modules after Smart Init.
9
+ - Added explicit architecture model evolution support so new modules can be reviewed, marked Not Now, or accepted into the governed architecture model.
10
+ - Added effective analysis for high-confidence observed modules before they are accepted into `.archpilot/architecture.json`.
11
+ - Added AP-ARCH-012 guidance for module review state, including newly discovered, previously reviewed/not governed, governed, and declared-missing modules.
12
+
13
+ ### Improved
14
+
15
+ - Improved dependency graph and module ownership analysis so newly observed modules participate in applicable architecture validation before acceptance.
16
+ - Improved AP-APP, AP-DQR, AP-TXN/AP-DOM, AP-AUTH/AP-TEN, and AP-API analysis for high-confidence observed modules where canonical rule semantics support module attribution.
17
+ - Improved architecture model review so acceptance uses the canonical model apply flow and Validate never silently rewrites `.archpilot/architecture.json`.
18
+ - Improved declared-missing module handling so governed modules that are no longer observed are surfaced for explicit review.
19
+
20
+ ### Notes
21
+
22
+ - `architecture.json` remains the governed architecture model; `.archpilot/architecture-review-state.json` stores review memory for previously seen but not governed modules.
23
+ - Review status does not suppress validation. Actual AP-\* violations inside observed modules affect Architecture Health normally.
24
+ - New-module review guidance itself does not directly reduce Architecture Health.
25
+ - Contracts remain governed-only and are not fabricated for observed modules.
26
+
27
+ ---
28
+
3
29
  ## 0.2.7
4
30
 
5
31
  ### Added
package/README.md CHANGED
@@ -45,6 +45,8 @@ ArchPilot turns architecture into something you can actually run and verify:
45
45
  - Generate architecture scores and reports
46
46
  - Surface architecture feedback in local development, PRs, and CI
47
47
 
48
+ As repositories evolve, ArchPilot distinguishes governed architecture from high-confidence modules observed in the current source tree. Newly discovered modules are analyzed before governance acceptance, while adding them to `.archpilot/architecture.json` remains an explicit architecture review decision.
49
+
48
50
  **No cloud scan required. Deterministic and local-first.**
49
51
 
50
52
  ArchPilot works alongside GitHub Copilot, Claude Code, Codex, Cursor, and other AI coding tools by continuously validating architectural boundaries before architectural drift becomes technical debt.