Search docs
Docs searchValidation rule
Back to Rule CatalogAP-ARCH-002ArchitectureImplementation profile not fully supported
Reports when ArchPilot falls back from a specific implementation profile to default validation behavior.
infoguidanceNo auto-fix
How to fix
- Keep running default validation.
- Review generated findings for coverage gaps.
- Update ArchPilot tooling when fuller profile support is available.
What it means
The configured implementation profile is recognized as incomplete or not fully supported by the local validator.
Why it matters
A fallback profile may still validate useful rules, but some stack-specific checks may not run yet.
Common causes
- The project uses a newer or niche stack profile.
- The profile name is ahead of validator support.
- Smart Init detected a stack with partial coverage.
Example bad pattern
Assuming partial profile support means every stack-specific rule is active.Example good pattern
Treat the profile notice as guidance and rely on documented rules that still execute.Related files/config
.archpilot/architecture.json
Related CLI commands
archpilot validatearchpilot validate --ci
Related docs