Skip to content

Generalization#244

Merged
jamesdabbs merged 15 commits into
mainfrom
generalization
Jul 7, 2026
Merged

Generalization#244
jamesdabbs merged 15 commits into
mainfrom
generalization

Conversation

@StevenClontz

Copy link
Copy Markdown
Member

Support for customized builds:

  • Relabel "Spaces" as other objects
  • Custom home page
  • Custom contributor links
  • Etc

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 25, 2026

Copy link
Copy Markdown

Deploying topology with  Cloudflare Pages  Cloudflare Pages

Latest commit: 12e2c87
Status: ✅  Deploy successful!
Preview URL: https://e95a61f9.topology.pages.dev
Branch Preview URL: https://generalization.topology.pages.dev

View logs

@jamesdabbs

jamesdabbs commented Jun 28, 2026

Copy link
Copy Markdown
Member

@StevenClontz - main now has this VITE_SITE switch. That can definitely be adjusted if you'd prefer - VITE_SITE gets set in the build config for each respective worker. The two versions there are deploying to https://pi-base-(topology|graphs).fragrant-boat-7068.workers.dev/ for the time being while we validate them out.

Edit: on thinking about it, I went ahead and set VITE_CATEGORY in parallel, so this should work as-is after rebasing with main.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 6, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
topology 12e2c87 Commit Preview URL

Branch Preview URL
Jul 06 2026, 09:48 PM

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 6, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
graphs 12e2c87 Commit Preview URL

Branch Preview URL
Jul 06 2026, 09:48 PM

Comment thread doc/deployment.md Outdated
@StevenClontz
StevenClontz marked this pull request as ready for review July 6, 2026 17:15
jamesdabbs and others added 3 commits July 6, 2026 14:10
rollOpenQuestion re-rolled random spaces until it found an undecided
(space, property) pair; in a fully-decided dataset (like the nascent graphs
one) that never happens, which hung SSR/prerendering. Collect the open
questions once and render an empty state when there are none.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- Settle the graph/graphs naming on 'graphs' everywhere; unsupported
  values now fail the build instead of silently rendering topology
- Each category defaults to its own R2 bundle host (data-graphs now
  publishes to the pi-base-graphs bucket); VITE_BUNDLE_HOST still
  overrides
- Drop site.ts, which nothing imports since categoryConfig took over

Requires flipping VITE_CATEGORY from 'graph' to 'graphs' in the
pi-base-graphs Worker's build variables.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
<small> Disclaimer: some questions cannot be answered in ZFC! </small>
</p>
{:else}
<p class="lead">There are no open questions in this database.</p>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This is a bit of a edge case 😉 If we want to hold off on this change and just flesh out the graph dataset we can, but I think this makes sense to keep.

</div>
<div>
<Cite {title} />
<Cite />

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This fixed a compiler error (about title being never), but I'm not entirely sure why it just now popped up.

@@ -1,20 +1,24 @@
<script lang="ts">
import { categoryConfig } from '@/constants'
import markdownit from 'markdown-it'

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

<Typeset body={...}> should do something comparable, but we can take that as a TODO to come back on.

The cypress workers/graphs targets still pointed at the old
pi-base-<env> hostnames, which no longer resolve on the renamed
pi-base.workers.dev subdomain.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@jamesdabbs
jamesdabbs merged commit 803a8c7 into main Jul 7, 2026
5 checks passed
@jamesdabbs
jamesdabbs deleted the generalization branch July 7, 2026 00:11
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