Skip to content

Commit c0518b5

Browse files
committed
chore: Big Unification — attach to BoJ Server / Casket architecture
1 parent 8b2d03a commit c0518b5

4 files changed

Lines changed: 43 additions & 66 deletions

File tree

.github/workflows/boj-build.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: BoJ Server Build Trigger
2+
3+
on:
4+
push:
5+
branches: [ main, master ]
6+
workflow_dispatch:
7+
8+
jobs:
9+
trigger-boj:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Checkout
13+
uses: actions/checkout@v4
14+
15+
- name: Trigger BoJ Server (Casket/ssg-mcp)
16+
run: |
17+
# Send a secure trigger to boj-server to build this repository
18+
curl -X POST "http://boj-server.local:7700/cartridges/ssg-mcp/build" -H "Content-Type: application/json" -d "{\"repo\": \"${{ github.repository }}\", \"branch\": \"${{ github.ref_name }}\", \"engine\": \"casket\"}"
19+
continue-on-error: true

.github/workflows/jekyll.yml

Lines changed: 0 additions & 66 deletions
This file was deleted.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# ⚓ ANCHOR: asdf-tool-plugins
2+
# This is the canonical authority for the asdf-tool-plugins repository.
3+
4+
id: "org.hyperpolymath.asdf-tool-plugins"
5+
version: "1.0.0"
6+
clade: "tooling/asdf"
7+
status: "active"
8+
9+
# SSG Configuration (Unified boj-server build)
10+
ssg:
11+
engine: "casket"
12+
output_dir: "public"
13+
boj_trigger: true
14+
cartridge: "ssg-mcp"
15+
16+
# Relationships
17+
parents:
18+
- "org.hyperpolymath.boj-server"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# 📋 MAINTENANCE CHECKLIST: asdf-tool-plugins
2+
3+
# Build & Deploy
4+
- [x] Pivot to boj-server (unified build)
5+
- [x] Nuke legacy Jekyll workflows
6+
- [ ] Verify Casket build output

0 commit comments

Comments
 (0)