AICodeRally Architecture 3.0 – Release Notes

Version: 3.0.0 Status: Internal architecture milestone Scope: All core tiers (Studio, Edge, Summit), modules, registries, and website


Summary

Architecture 3.0 formalizes AICodeRally as a three-tier platform with a shared capability layer and a governed AI interface:


Key Changes

1. Modules → Internal Capability Layer Only

2. Studio → Ideation Studio (3 Steps)

3. Edge → Business OS (6 P's)

4. Summit → Enterprise Orchestration (∞)

5. Website – 3–6–∞ Narrative

6. Prompt Library & AI Integration

7. Validation & DevOps


Impact

Architectural drift is greatly reduced.New work (Studio apps, Edge/Summit solutions, modules) is governed by templates and validators.Website, docs, and internal reality all now tell the same story.AICodeRally is ready to scale as a platform, not just a codebase.


Migration Guide

For Existing Modules

If you have custom modules:

  1. Check naming: Module IDs must be kebab-case without tier prefixes

    • donor-management
    • studio-donor-management
  2. Verify registry: Ensure your module is listed in packages/modules/src/index.ts

  3. Run validation: pnpm aicr:validate to check for issues

For Existing Studio Apps

If you have Studio apps:

  1. Move to correct location: apps/studio/app/apps/*
  2. Update ID: Must start with studio-
  3. Register: Add to apps/studio/lib/apps.ts
  4. Follow 3-step methodology: Ideate → Create → Validate

For Edge Solutions

If you have Edge solutions:

  1. Define in packages: packages/solutions-edge/src/your-solution.ts
  2. Use edge- prefix: ID must start with edge-
  3. Map to 6 P's: Define workflows mapped to the 6 pillars
  4. Register: Add to registries in packages/solutions-edge/src/index.ts and apps/edge/lib/solutions.ts

For Summit Solutions

If you have Summit solutions:

  1. Define in packages: packages/solutions-summit/src/your-solution.ts
  2. Use summit- prefix: ID must start with summit-
  3. Map to ∞ zones: Define governance, scale, integration, etc.
  4. Register: Add to registries

Next Directions (Post-3.0)


Breaking Changes

Naming Conventions

Module Classification

Registry Structure


Deprecations

None. Architecture 3.0 is additive - all previous capabilities remain, now better organized.


Related Documentation


Last Updated: November 28, 2025 Version: 3.0.0