LLM WikiAccess-protected knowledge portal

WIKI

Study Blog Pipeline

AI Summary Purpose A Korean tech study blog built from Markdown static HTML and deployed to a dedicated public Cloudflare Pages project. Key points Source human/study/content/<tech /series.json + NN <slug .md Korean . Build node scripts/bui

경로ai/study/index.md
카테고리Workspace
태그#ai-review #cicd #infra #kubernetes #learning #portfolio #study #workspace

# Study Blog Pipeline

AI Summary

Purpose:

Key points:

Markdown subset the routine MUST stay within (converter: scripts/lib/md.mjs):

- / 1. lists, ``` `lang `` code fences, > blockquote, ---` hr, GFM tables.

Diagrams (DEFAULT — every chapter should include at least one architecture/explanatory figure):

Best for precise architecture diagrams (boxes + arrows + labels). Self-contained, no JS, no external assets.

Use the built-in CSS kit so figures look consistent (defined in templates/assets/study.css): - .flow (row), .col (column), .group (dashed container) + .group .lbl (group label) - .node (box), .node.alt (teal), .node.dim (muted), .arrow (→ / ⇄ / ↓)

Do NOT reference external images/scripts; any href/src must be relative (checked by check-relative-links).

Known limitations:

Relevant when:

Linked documents:

Verify after any change

node --test scripts/test/*.test.mjs            # all study unit/integration tests
node scripts/build-study.mjs                   # content -> dist
node scripts/check-relative-links.mjs human/study/dist

Routine prompt (for /schedule)

Read ai/study/curriculum.md. Take the top Priority queue item, else the first unchecked backlog chapter. Research it deeply with web sources for accuracy. Write one Korean chapter to human/study/content/<tech>/NN-<slug>.md with status: published and a ## References section, staying within the documented Markdown subset (see ai/study/index.md). Include AT LEAST ONE architecture or explanatory diagram using a ``` `svg `` or `` `figure `` block (this is the default — a chapter without a diagram is incomplete). Add/append the chapter to the series' series.json and tick it in curriculum.md with today's date. Run node scripts/build-study.mjs, then node scripts/check-relative-links.mjs human/study/dist. Commit and push to main`. Report the topic and the public URL.