Move V5 source, migrations, UI, scripts, and tests into documentation, then remove V5 routes, models, jobs, configuration, dependencies, and application hooks. |
||
|---|---|---|
| .. | ||
| app | ||
| config | ||
| database/seeders | ||
| dev | ||
| docker/development/etc/s6-overlay/s6-rc.d | ||
| routes | ||
| scripts | ||
| tests | ||
| components.json.txt | ||
| README.md | ||
| tsconfig.json.txt | ||
| vitest.config.ts.txt | ||
Archived V5 Implementation
This directory preserves every file removed from the previous executable V5
implementation, using its original repository path beneath this directory.
Files have a .txt suffix so framework, build, test, and runtime discovery
cannot load them.
The previous migrations and UI source have dedicated archives in
docs/v5/migrations/ and docs/v5/ui/. This directory contains the remaining
backend, configuration, development tooling, and test sources.