docs(planning): the generator's backlog carries its own specs - #167
Merged
Merged
Conversation
Eight specs authored in the consuming dev monorepo against ontogen's source — six of them already in review here as #156, #158, #159, #160, #161 and #166 — move into docs/planning/tasks/ so the reasoning behind each change lives with the generator rather than with one consumer. Rewritten upstream-native: repo-relative paths, the consumer's situation as motivation rather than scope, and the consumer-side acceptance criteria (pin bumps, drift gates, fallback plans) left behind in the monorepo where they belong. Two carry no implementation yet: the schema field-type vocabulary (bytes, timestamp, date, JSON, defaults, declared indexes) and explicit route shapes. The consumer's ninth item, per-variant HTTP error status, is already covered by the E0003 epic and is not duplicated here.
Deploying ontogen with
|
| Latest commit: |
34d748e
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2d7cb60d.ontogen.pages.dev |
| Branch Preview URL: | https://port-dev-ontogen-specs.ontogen.pages.dev |
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.
Eight task specs authored in the consuming dev monorepo — written against ontogen's own source, citing its files — move into
docs/planning/tasks/. The generator's backlog now carries the reasoning behind changes that were only ever recorded on the consumer side.Six are already in review here and now have a spec behind them:
Two have no implementation yet and land as
backlog:A ninth consumer item, per-variant HTTP error status, is not ported: the E0003 epic already covers it.
What changed in the porting
/Users/.../rust-ontogen/clone references are gone.git diff --exit-codedrift gates, "fallback if the upstream PR stalls" — stay in the monorepo, where they are actionable.Docs only; no code touched.