Compatibility-first standalone AI chat backend blueprint and public repository seed.
Status: published docs-first GitHub seed. This repository contains the architecture blueprint, MicroPhoenix extraction matrix, and community-health surfaces for Lime. It does not yet claim a running backend implementation.
This directory is the self-contained public seed for the standalone GitHub repository named Lime.
It exists so Lime can evolve independently of the full c:\plans working tree.
The folder deliberately contains only:
- repository identity and community-health files;
- the canonical architecture blueprint for Lime;
- the canonical MicroPhoenix extraction boundary for Lime;
- GitHub issue and PR surfaces.
It deliberately does not pretend that the implementation already exists.
The blueprint now carries a verified H0-H5 horizon model grounded in the live MicroPhoenix codebase.
H0— OpenAI-compatible chat backend MVPH1— multi-provider + PostgreSQL + Redis + JWTH2— event maturity + embeddings + retrievalH3— agents + tools + MCP + firewall activationH4— memory planes + context engine + graph-backed retrievalH5— near-full MicroPhoenix platform convergence
The verified live-code census used for that model is:
67domain subdirectories77infrastructure subdirectories35application subdirectories29core subdirectories~291Ksource LOC
The full horizon map and seam-budget rules live in the design document.
Implemented in this folder:
- repository-ready documentation package;
- public-facing project identity;
- extraction boundary and MVP rules;
- GitHub contribution, CODEOWNERS, and issue surfaces.
Not implemented in this folder:
- runtime code;
- HTTP API;
- persistence adapters;
- Docker packaging;
- CI, CodeQL, or Dependabot automation.
That omission is intentional. Until the code scaffold exists, adding fake CI or dependency automation would create false trust signals.
This seed is already published at:
https://github.com/KonkovDV/Lime
Current public-repo state:
- community-health files are present;
- issue and PR surfaces are present;
CODEOWNERSis present;- the definitive H0-H5 architecture map is documented;
- runtime code is intentionally absent.
Before raising the repo to Standard-tier OSS automation, add the real runtime scaffold first, then wire truthful CI, dependency automation, and CodeQL around actual code.
The next honest engineering step is to scaffold the real repository structure described in the blueprint:
src/tests/package.jsontsconfig.json- Docker and workflow surfaces
MIT. See LICENSE.