📝 Rename the Ingestion docs section to API Sync - #213
Merged
Merged
Conversation
Move /ingestion/* to /api-sync/*, update section titles and copy, and 301-redirect old URLs (including .md) in the Pages middleware so existing README links and installed agent skills keep working. Vex-Session: session-90880c846b64557c7f6b59dd
|
Read the agent transcripts for this pull request on Composal → https://composal.ai/obsession/chkit/pulls/213/transcripts The old `/ingestion` URLs still need verification after deployment because redirects run only in Cloudflare; local path-matching tests do not establish that production requests will redirect correctly. This is based on part of the conversation. Skills used
|
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
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.
Summary
/ingestion/*to/api-sync/*, updating the sidebar, titles, landing page, footer,llms.txttagline, READMEs and both agent skills./ingestionURLs (including.mdraw URLs) in the Pages middleware so existing links and installed skills keep working.chkit ingestcommand,@chkit/plugin-ingestand thechkit-ingestionskill names are unchanged; a patch changeset republishes the updated package READMEs.Test plan
turbo run typecheck lint buildpasses; docs build writes 47 pages andllms.txtlists them under/api-sync//ingestionremaincurl -I https://chkit.obsessiondb.com/ingestion/quickstart/returns 301 to/api-sync/quickstart/