-
Notifications
You must be signed in to change notification settings - Fork 2
chore: complete migration from githubnext to github organization #476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
📰 DEVELOPING STORY: Smoke Copilot reports failed. Our correspondents are investigating the incident... |
|
💫 TO BE CONTINUED... Smoke Claude failed! Our hero faces unexpected challenges... |
|
Chroot tests failed Smoke Chroot failed - See logs for details. |
✅ Coverage Check PassedOverall Coverage
Coverage comparison generated by |
There was a problem hiding this 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(andhttps://github.github.io/gh-aw/). - Replaced remaining
githubnextorg references in docs, schema examples, and workflow guidance (including URL pattern examples moving tomyorg). - 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] | |||
Copilot
AI
Feb 3, 2026
There was a problem hiding this comment.
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.
| :::tip[Part of GitHub Next] | |
| :::tip[Part of GitHub] |
| network: | ||
| allowed: | ||
| - github | ||
| - "githubnext.github.io" | ||
| - "github.github.io" | ||
| safe-outputs: |
Copilot
AI
Feb 3, 2026
There was a problem hiding this comment.
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.
- 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>
f65d19a to
4e68259
Compare
|
Chroot tests failed Smoke Chroot failed - See logs for details. |
|
📰 DEVELOPING STORY: Smoke Copilot reports failed. Our correspondents are investigating the incident... |
|
💫 TO BE CONTINUED... Smoke Claude failed! Our hero faces unexpected challenges... |
Summary
github.github.iogithub/agenticsrepositorygithubnexttomyorg(generic examples)github.github.io/gh-aw/This PR completes the migration from
githubnextorg togithuborg that was started in #474.Test plan
🤖 Generated with Claude Code