chore: remove web/ — extracted to its own repo#207
Merged
Conversation
4 tasks
abb1bc4 to
4559ac4
Compare
The Hugo source for aixgo.dev now lives at https://github.com/aixgo-dev/web. Cloudflare Pages auto-deploys from there; aixgo.dev verified live and serving from the new project (PostHog beacon firing, DNS unchanged). Removes: - web/ (entire 127-file Hugo source tree, ~34k lines) - .github/workflows/website.yml (stale Firebase deploy; production was already on Cloudflare Pages with auto-build, this workflow had been failing on every push since PR #205 removed Firebase auth) Updates: - CLAUDE.md: replace 60-line Website section with one-line stub linking to the new repo; fix anchor in TOC - Makefile: drop web-* delegation targets - README.md: replace "web/ source code" references with links to aixgo-dev/web; add aixgo-dev/aixgate to the Resources block - .gitleaks.toml: drop web/content/examples/ allowlist path Net: -34,696 / +8 lines. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
4559ac4 to
fd27367
Compare
1 task
charlesgreen
added a commit
that referenced
this pull request
May 7, 2026
The web/ directory was moved to its own repo in #207, but the CI workflow still carried a `paths-ignore: 'web/**'` filter on both push and pull_request. With web/ gone the rule never matches anything and is dead config — remove it so the trigger blocks accurately reflect the repo layout. No CodeQL changes needed: GitHub's default-setup auto-detected the language change after #207 (current config: actions + go, no JS/TS), and there are zero open code-scanning alerts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The Hugo source for aixgo.dev now lives at aixgo-dev/web. This PR removes the local copy and the stale Firebase deploy workflow.
.github/workflows/website.ymldeployed to Firebase, which was retired by #205. It has been failing on every push since (no Firebase auth) and is removed here.Changes
web/(127 files, ~34k lines).github/workflows/website.yml(stale, failing)CLAUDE.md: replace 60-line Website section with one-line stub + fix TOC anchorMakefile: dropweb-*delegation targetsREADME.md: link to aixgo-dev/web and aixgo-dev/aixgate instead of local paths.gitleaks.toml: dropweb/content/examples/from allowlistNet diff: -34,696 / +8 lines.
Test plan
aixgo.devstill resolves and serves content fromaixgo-dev/web(already verified: HTTP 200, Cloudflare proxy, PostHog beacon present)make build && make teststill pass locally