docs: link core-owned reference pages via docs.specfact.io#140
Conversation
Replace relative links to missing local stubs (debug-logging, directory-structure, feature-keys) with canonical core CLI URLs per the modules/core documentation URL contract. Made-with: Cursor
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 11 minutes and 45 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (7)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 524463c1ce
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Docs Review failed on PR #140: links to core docs.specfact.io pages for debug-logging, directory-structure, and feature-keys. Extend ALLOWED_CORE_DOCS_ROUTES to match published specfact-cli permalinks. Made-with: Cursor
Assert debug-logging (with fragment), directory-structure, and feature-keys URLs produce no cross-site-link findings. Made-with: Cursor
Summary
Fixes broken internal markdown links flagged by
test_authored_internal_docs_links_resolve_to_published_docs_targets(relative paths todebug-logging.md,directory-structure.md, andfeature-keys.mdthat do not exist in this repo).Those topics live under core CLI docs. Links now use canonical
https://docs.specfact.io/...URLs perdocs/reference/documentation-url-contract.md.Files
docs/reference/README.md— reference indexdocs/reference/architecture.md,docs/reference/schema-versioning.mddocs/guides/agile-scrum-workflows.mddocs/adapters/azuredevops.md(debug logging anchor for ADO errors)Validation
pytest tests/unit/docs/test_docs_review.py::test_authored_internal_docs_links_resolve_to_published_docs_targets(no pre-existing link warning).Made with Cursor