Search docs

Docs search
Back to Rule Catalog
AP-ARCH-002Architecture

Implementation profile not fully supported

Reports when ArchPilot falls back from a specific implementation profile to default validation behavior.

infoguidanceNo auto-fix

How to fix

  1. Keep running default validation.
  2. Review generated findings for coverage gaps.
  3. 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 validate
  • archpilot validate --ci
AP-ARCH-002 - Implementation profile not fully supported | ArchPilot Docs