Skip to content

docs(sites): move the experimental sites reference and skill notes in… - #215

Merged
jamie-at-bunny merged 1 commit into
mainfrom
docs/sites-experimental-docs
Sep 7, 2026
Merged

docs(sites): move the experimental sites reference and skill notes in…#215
jamie-at-bunny merged 1 commit into
mainfrom
docs/sites-experimental-docs

Conversation

@jamie-at-bunny

Copy link
Copy Markdown
Member

…to the sites folder

@bunnynet-devops

Copy link
Copy Markdown

@codex review

@changeset-bot

changeset-bot Bot commented Sep 7, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 93c27ce

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 7, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-07T13:18:49.178564Z 93c27ce Manual request
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@jamie-at-bunny
jamie-at-bunny merged commit 9c5ecfa into main Sep 7, 2026
6 checks passed
@jamie-at-bunny
jamie-at-bunny deleted the docs/sites-experimental-docs branch September 7, 2026 13:15
@greptile-apps

greptile-apps Bot commented Sep 7, 2026

Copy link
Copy Markdown

Greptile Summary

This PR moves experimental Sites documentation and agent-reference notes into the Sites command folder and removes Sites from the shipped CLI skill.

  • Establishes packages/cli/src/commands/sites/SITES.md as the experimental command reference.
  • Removes Sites examples, routing, and embedded reference content from the installed skill.
  • Updates contributor guidance and tests to enforce the experimental namespace boundary.
  • Leaves the skill-selection description advertising static-site work despite removing the corresponding guidance.

Confidence Score: 4/5

The documentation relocation is otherwise coherent, but the explicit repository requirement must be satisfied by removing static-site work from the installed skill’s selection description before merging.

The installed skill no longer contains Sites guidance, yet its frontmatter still advertises static-site hosting and deployment requests, creating an inconsistent routing signal and leaving the experimental namespace only partially removed.

Files Needing Attention: skills/bunny-cli/SKILL.md

Important Files Changed

Filename Overview
skills/bunny-cli/SKILL.md Removes Sites instructions and routing but retains static-site work in the skill-selection description.
packages/cli/src/commands/skills/content.ts Removes Sites from the embedded skill and generated AGENTS.md section.
packages/cli/src/commands/skills/content.test.ts Extends the experimental-namespace exclusion test to the exact bunny sites command text.
packages/cli/src/commands/sites/SITES.md Relocates the experimental Sites command reference from the package README without substantive content changes.
packages/cli/src/commands/sites/skill-reference.md Parks the former installed Sites reference beside the experimental command implementation.

Fix all with Greploop Fix All in Claude Code

Reviews (1): Last reviewed commit: "docs(sites): move the experimental sites..." | Re-trigger Greptile

Comment thread skills/bunny-cli/SKILL.md
---
name: bunny-cli
description: Manage bunny.net resources from the command line (databases, DNS, Edge Storage, Edge Scripts, static sites, sandboxes, authentication, and raw API requests) and query a Bunny Database from application code with `@bunny.net/database-client`. Use when working with bunny.net (pullzones, DNS zones/records, databases, Edge Storage zones and files, Edge Scripts, Magic Containers, static-site hosting/deploys, cloud sandboxes), invoking the `bunny` CLI, or making authenticated API calls to api.bunny.net.
description: Manage bunny.net resources from the command line (databases, DNS, Edge Storage, Edge Scripts, sandboxes, authentication, and raw API requests) and query a Bunny Database from application code with `@bunny.net/database-client`. Use when working with bunny.net (pullzones, DNS zones/records, databases, Edge Storage zones and files, Edge Scripts, Magic Containers, static-site hosting/deploys, cloud sandboxes), invoking the `bunny` CLI, or making authenticated API calls to api.bunny.net.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Sites Remains Advertised

The frontmatter still tells agents to use this skill for static-site hosting and deployments, but this change removes every Sites example and reference from the installed skill. A static-site request can therefore select a skill that provides no route to the relevant instructions. This violates the repository directive that experimental namespaces, including Sites, must stay out of the skill until they graduate, so the requirement must be satisfied before merging.

Suggested change
description: Manage bunny.net resources from the command line (databases, DNS, Edge Storage, Edge Scripts, sandboxes, authentication, and raw API requests) and query a Bunny Database from application code with `@bunny.net/database-client`. Use when working with bunny.net (pullzones, DNS zones/records, databases, Edge Storage zones and files, Edge Scripts, Magic Containers, static-site hosting/deploys, cloud sandboxes), invoking the `bunny` CLI, or making authenticated API calls to api.bunny.net.
description: Manage bunny.net resources from the command line (databases, DNS, Edge Storage, Edge Scripts, sandboxes, authentication, and raw API requests) and query a Bunny Database from application code with `@bunny.net/database-client`. Use when working with bunny.net (pullzones, DNS zones/records, databases, Edge Storage zones and files, Edge Scripts, Magic Containers, cloud sandboxes), invoking the `bunny` CLI, or making authenticated API calls to api.bunny.net.

Context Used: AGENTS.md (source)

Fix in Claude Code

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 93c27ced17

ℹ️ 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".

Comment thread skills/bunny-cli/SKILL.md
---
name: bunny-cli
description: Manage bunny.net resources from the command line (databases, DNS, Edge Storage, Edge Scripts, static sites, sandboxes, authentication, and raw API requests) and query a Bunny Database from application code with `@bunny.net/database-client`. Use when working with bunny.net (pullzones, DNS zones/records, databases, Edge Storage zones and files, Edge Scripts, Magic Containers, static-site hosting/deploys, cloud sandboxes), invoking the `bunny` CLI, or making authenticated API calls to api.bunny.net.
description: Manage bunny.net resources from the command line (databases, DNS, Edge Storage, Edge Scripts, sandboxes, authentication, and raw API requests) and query a Bunny Database from application code with `@bunny.net/database-client`. Use when working with bunny.net (pullzones, DNS zones/records, databases, Edge Storage zones and files, Edge Scripts, Magic Containers, static-site hosting/deploys, cloud sandboxes), invoking the `bunny` CLI, or making authenticated API calls to api.bunny.net.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove the static-site trigger from the skill description

The frontmatter still advertises static-site hosting/deploys, so requests about static sites can activate the installed skill even though this commit removes the sites reference and bunny sites is hidden from command discovery. In that scenario the agent is routed to a skill that no longer explains the experimental command, defeating the intended exclusion; remove this remaining trigger until the namespace graduates.

AGENTS.md reference: AGENTS.md:L289-L289

Useful? React with 👍 / 👎.


/** The shipped bunny-cli skill, embedded at bundle time from skills/bunny-cli/. */
// Experimental namespaces (apps, registries) stay out of the skill until they stabilize.
// Experimental namespaces (apps, registries, sites) stay out of the skill until they stabilize.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Delete removed references during skill refresh

For anyone who installed the previous skill and then runs bunny skills install/update, removing references/sites.md from this manifest does not remove the installed copy: writeSkillFiles() deletes only the SKILL.md sentinel and overwrites the entries still present in skill.files. The stale sites reference therefore remains under the project or global skill roots after a successful refresh, so existing installations do not actually exclude the experimental namespace; reconcile the destination directory or explicitly remove this retired reference during the update.

AGENTS.md reference: AGENTS.md:L289-L289

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants