Skip to content

Commit bf082b0

Browse files
committed
chore: Big Unification — attach to BoJ Server / Casket architecture
1 parent d7ac13c commit bf082b0

File tree

3 files changed

+37
-52
lines changed

3 files changed

+37
-52
lines changed

.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-gh-pages.yml

Lines changed: 0 additions & 52 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: conflow
2+
# This is the canonical authority for the conflow repository.
3+
4+
id: "org.hyperpolymath.conflow"
5+
version: "1.0.0"
6+
clade: "unknown"
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"

0 commit comments

Comments
 (0)