chore: reset to Django - #113
Merged
Merged
Conversation
Archives the Node/TypeScript implementation at tag v0-node and restarts on Django 5 + Postgres. The specification in docs/spec/ is unchanged and remains authoritative; the functional decisions in docs/decisions.md carry forward. Implementation-layer decisions (Kysely, adapter-kit, packages/*) are superseded. Rationale: the build had diverged from the goal of an easy-to-deploy directory host toward a mature-product spec. This resets to a shippable MVP surface. Signed-off-by: Matthew Wren <info@origindev.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Archives Node at v0-node. Scaffolds Django 5, replaces CI. Spec and functional decisions unchanged.