Skip to main content

CODEx Project Guide

This file provides instructions for AI agents and contributors working in this repo.

Scope

  • Implement the CODITECT Step Dev Platform as an AI‑first, multi‑tenant workflow workbench.
  • Keep the system secure by default, with auditable changes and clear RBAC boundaries.

Project Conventions

  • Prefer updating existing components over creating new ones.
  • Use the Rust workspace in coditect-flow-platform/ for backend/runtime stubs.
  • Use the Next.js app in coditect-flow-platform/web-app/ for the console UI.
  • Maintain documentation in coditect-platform-rewrite/ and keep it in sync with code changes.

Working Guidelines

  • Avoid destructive commands unless explicitly requested.
  • Preserve existing file structure and naming patterns.
  • Keep changes self‑documenting and concise.
  • When introducing new pages or routes, update navigation and role/permission visibility.

Visual References

  • UI screenshots and style guide are in auth-coditect-ai/.
  • The screenshot inventory is ordered by user journey in auth-coditect-ai/SCREENSHOTS.md.