Skip to content

Conversation

@Mossaka
Copy link
Collaborator

@Mossaka Mossaka commented Feb 3, 2026

Summary

  • Update docs-site config to use github.github.io
  • Update references to github/agentics repository
  • Update example URL patterns from githubnext to myorg (generic examples)
  • Update project links to github.github.io/gh-aw/

This PR completes the migration from githubnext org to github org that was started in #474.

Test plan

  • Build passes
  • All 661 tests pass
  • CI passes

🤖 Generated with Claude Code

Copilot AI review requested due to automatic review settings February 3, 2026 01:31
@github-actions
Copy link

github-actions bot commented Feb 3, 2026

📰 DEVELOPING STORY: Smoke Copilot reports failed. Our correspondents are investigating the incident...

@github-actions
Copy link

github-actions bot commented Feb 3, 2026

💫 TO BE CONTINUED... Smoke Claude failed! Our hero faces unexpected challenges...

@github-actions
Copy link

github-actions bot commented Feb 3, 2026

Chroot tests failed Smoke Chroot failed - See logs for details.

@github-actions
Copy link

github-actions bot commented Feb 3, 2026

✅ Coverage Check Passed

Overall Coverage

Metric Base PR Delta
Lines 78.45% 78.45% ➡️ +0.00%
Statements 78.52% 78.52% ➡️ +0.00%
Functions 78.01% 78.01% ➡️ +0.00%
Branches 72.49% 72.49% ➡️ +0.00%

Coverage comparison generated by scripts/ci/compare-coverage.ts

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Completes the org migration cleanup by updating remaining githubnext references to github and refreshing documentation/examples to use github.github.io and generic URL patterns (myorg).

Changes:

  • Updated docs-site configuration and project links to use https://github.github.io (and https://github.github.io/gh-aw/).
  • Replaced remaining githubnext org references in docs, schema examples, and workflow guidance (including URL pattern examples moving to myorg).
  • Adjusted related unit tests and inline examples for URL pattern parsing/config generation.

Reviewed changes

Copilot reviewed 17 out of 17 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/types.ts Updates JSDoc example URL patterns to use myorg.
src/ssl-bump.ts Updates URL pattern conversion examples to myorg.
src/ssl-bump.test.ts Updates URL pattern parsing tests to match new example org.
src/squid-config.test.ts Updates config generation test fixture to myorg URL regex.
src/cli.ts Updates CLI help/error examples for --allow-urls patterns.
scripts/generate-release-notes.js Updates repository example to github/gh-aw-firewall.
docs/usage.md Updates CLI usage examples and URL pattern docs to myorg.
docs/troubleshooting.md Updates troubleshooting examples to myorg.
docs/ssl-bump.md Updates SSL bump documentation examples and narrative to myorg.
docs-site/src/content/docs/reference/ssl-bump.md Mirrors SSL bump doc updates for the docs site reference section.
docs-site/src/content/docs/reference/security-architecture.md Updates example path prefix from /githubnext/* to /myorg/*.
docs-site/src/content/docs/reference/cli-reference.md Updates CLI reference examples to myorg.
docs-site/src/content/docs/index.md Updates project link target to github.github.io/gh-aw/.
docs-site/astro.config.mjs Updates site URL + repo/edit links to the github org.
README.md Updates project page link and removes GitHub Next website reference.
.github/workflows/pelis-agent-factory-advisor.md Updates allowed domains and repository reference to github.github.io / github/agentics.
.github/aw/schemas/agentic-workflow.json Updates schema examples/descriptions to reference github/agentics.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@@ -6,7 +6,7 @@ description: Network firewall for AI agents with domain whitelisting - control e
A network firewall designed specifically for AI agents and agentic workflows. Control which domains your AI agents can access while maintaining full filesystem access in a containerized environment.

:::tip[Part of GitHub Next]
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

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

The tip label still says "Part of GitHub Next" but the body text was updated to "GitHub's explorations" and links to github.github.io. Please update the admonition title to match (e.g., "Part of GitHub") to avoid conflicting branding in the rendered docs.

Suggested change
:::tip[Part of GitHub Next]
:::tip[Part of GitHub]

Copilot uses AI. Check for mistakes.
Comment on lines 22 to 26
network:
allowed:
- github
- "githubnext.github.io"
- "github.github.io"
safe-outputs:
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

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

The compiled workflow file .github/workflows/pelis-agent-factory-advisor.lock.yml appears to be out of sync with this markdown workflow: it still contains githubnext.github.io in the allowed domains and references githubnext/agentics. Please re-run gh aw compile pelis-agent-factory-advisor (or the repo’s standard compile step) and commit the updated .lock.yml so the workflow actually uses the new domains/URLs in CI.

Copilot uses AI. Check for mistakes.
- Update docs-site config to use github.github.io
- Update references to github/agentics repository
- Update example URL patterns from githubnext to myorg (generic)
- Update project links to github.github.io/gh-aw/

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@Mossaka Mossaka force-pushed the chore/migrate-githubnext-to-github branch from f65d19a to 4e68259 Compare February 3, 2026 01:35
@github-actions
Copy link

github-actions bot commented Feb 3, 2026

Chroot tests failed Smoke Chroot failed - See logs for details.

@github-actions
Copy link

github-actions bot commented Feb 3, 2026

📰 DEVELOPING STORY: Smoke Copilot reports failed. Our correspondents are investigating the incident...

@github-actions
Copy link

github-actions bot commented Feb 3, 2026

💫 TO BE CONTINUED... Smoke Claude failed! Our hero faces unexpected challenges...

@Mossaka Mossaka merged commit 8139329 into main Feb 3, 2026
34 of 40 checks passed
@Mossaka Mossaka deleted the chore/migrate-githubnext-to-github branch February 3, 2026 01:37
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.

4 participants