Status: Official Framework Standards
Created: 2025-01-16 (Story 6.1.2.6)
Migration Target: Q2 2026 → SynkraAI/aiox-core repository
This directory contains official AIOX framework documentation that defines standards, patterns, and structures applicable across all AIOX projects (greenfield and brownfield).
Purpose: Separate framework-level documentation from project-specific implementation details.
| Document | Purpose | Audience |
|---|---|---|
| coding-standards.md | JavaScript/TypeScript standards, naming conventions, code quality rules | All developers |
| tech-stack.md | Technology choices, frameworks, libraries, and tooling standards | Architects, developers |
| source-tree.md | Directory structure, file organization, and project layout patterns | All team members |
SynkraAI/aiox-core repository. The migration from the old aiox/aiox-core org was completed in December 2024 as part of OSR-9 (Rebranding).
- Phase 1 (Q1 2026 - Story 6.1.2.6): ✅ Framework docs separated into
docs/framework/ - Phase 2 (Q4 2024): ✅ Repository migrated to
SynkraAI/aiox-core(OSR-9) - Phase 3 (Q3 2026): Old
docs/architecture/copies removed from brownfield project
For backward compatibility, framework docs remain accessible at both locations until Q3 2026:
- New location (preferred):
docs/framework/{doc-name}.md - Old location (deprecated):
docs/architecture/{doc-name}.md
References: Update internal links to use docs/framework/ to prepare for migration.
- Scope: Portable across all AIOX projects
- Examples: Coding standards, tech stack, source tree structure
- Lifecycle: Lives in
SynkraAI/aiox-corerepository - Changes: Require framework-level approval
- Scope: Specific to brownfield implementation
- Examples: Decision analysis, architectural reviews, integration decisions
- Lifecycle: Lives in project repository permanently
- Changes: Project team decides
- Read framework docs during onboarding - Understand AIOX standards
- Reference during development - Ensure compliance with framework patterns
- Propose changes via PRs - Framework standards evolve with community input
- Maintain framework docs - Keep standards current and practical
- Review PRs for compliance - Ensure code follows documented standards
- Plan migration - Prepare for Q2 2026 repository split
- Version control - Track changes to framework standards
- Migration readiness - Ensure docs are ready for repository separation
- Cross-project consistency - Apply standards uniformly
- Architecture Overview:
docs/architecture/ - Installation Guide:
docs/installation/ - Platform Guides:
docs/platforms/ - Architecture Decisions:
docs/decisions/(coming soon) - Epic Planning:
docs/epics/(coming soon)
Last Updated: 2026-01-28 Maintainer: AIOX Framework Team