docs: remove retired site resources - #10817
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9fe41def23
ℹ️ 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".
| import { Menu, X } from "lucide-react"; | ||
| import Link from "@docusaurus/Link"; | ||
|
|
||
| export default function SkillsPage() { |
There was a problem hiding this comment.
Preserve redirects for the retired resource routes
Deleting the page modules for /skills, /prompt-library, and /recipe-generator without adding entries to the existing client-redirects configuration makes every previously published, bookmarked, or search-indexed URL under those route families return a Docusaurus 404. This includes detail links such as /skills/detail?id=... that the marketplace previously generated. Redirect these routes to the corresponding skills guide, recipe documentation, or another maintained replacement before removing the pages.
Useful? React with 👍 / 👎.
| "docusaurus": "docusaurus", | ||
| "start": "docusaurus start", | ||
| "build": "node scripts/generate-docs-map.js && node scripts/generate-skills-manifest.js && node scripts/generate-skills-zips.js && docusaurus build", | ||
| "build": "node scripts/generate-docs-map.js && docusaurus build", |
There was a problem hiding this comment.
Retire the hourly skills-marketplace deployment workflow
Once this build command stops generating the skills manifest and archives, .github/workflows/rebuild-skills-marketplace.yml still runs npm run build and deploys GitHub Pages every hour (its schedule is at lines 8–11 and build step at lines 63–71). Because that workflow exists solely to pull marketplace changes into these now-removed resources, it will continue consuming full documentation build/deployment minutes and contending for the shared pages concurrency group with no marketplace content to refresh; remove or disable it as part of this retirement.
Useful? React with 👍 / 👎.
|
Documentation preview deployed: https://pr-10817.goose-pr-previews-poc.pages.dev |
* main: fix(desktop): allow removing images when editing user messages (#9979) Fetch cursor-agent models from CLI (#10367) fix(cerebras): preserve thinking inline for models that reject reasoning_content (#10774) perf: make CLI streaming render incremental instead of O(n^2) (#10487) Moving to issues as the new PRs (#10818) ci: defer privileged recipe scans for forks (#10825) docs: adopt issue-first contribution workflow (#10819) Add Azure AI Foundry multi-LLM provider (#10622) fix(together): parse model list response (#10576) docs: remove retired site resources (#10817) feat: streaming shell output while commands run (#10808)
* main: (224 commits) fix(desktop): allow removing images when editing user messages (aaif-goose#9979) Fetch cursor-agent models from CLI (aaif-goose#10367) fix(cerebras): preserve thinking inline for models that reject reasoning_content (aaif-goose#10774) perf: make CLI streaming render incremental instead of O(n^2) (aaif-goose#10487) Moving to issues as the new PRs (aaif-goose#10818) ci: defer privileged recipe scans for forks (aaif-goose#10825) docs: adopt issue-first contribution workflow (aaif-goose#10819) Add Azure AI Foundry multi-LLM provider (aaif-goose#10622) fix(together): parse model list response (aaif-goose#10576) docs: remove retired site resources (aaif-goose#10817) feat: streaming shell output while commands run (aaif-goose#10808) feat(acp): allow session/new to request a Hidden session via _meta.hidden (aaif-goose#10811) chore: removed stale text pnpm workspace (aaif-goose#10809) feat(otel): emit GenAI semantic convention attributes (aaif-goose#10700) fix: avoid double loading full conversation on session open (aaif-goose#10794) feat(providers): forward images and MCP embedded-resource blobs in Anthropic and Google formats (aaif-goose#10340) Deprecate and remove ui/text TUI (aaif-goose#10799) Upgrade to rmcp 3.0 (aaif-goose#10789) fix(release): signing environment (aaif-goose#10797) feat(tools): collapse const-union enums in tool schemas (aaif-goose#10577) ...
Summary
Validation
npm test(9 tests passed)npm run build(passed; reports one pre-existing broken anchor inremote-goose-server)npm run typecheck(reports existing project-wide TypeScript errors in unchanged code)