<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Cyberbaser | Changelog</title><description>The contributable wiki, reinvented. Obsidian authoring, GitHub as the source of truth, zero-git contribution.</description><link>https://cybersader.github.io/</link><language>en</language><item><title>Reinit: first-principles KB convention + docs template</title><link>https://cybersader.github.io/cyberbaser/changelog/reinit-2026-04-11/</link><guid isPermaLink="true">https://cybersader.github.io/cyberbaser/changelog/reinit-2026-04-11/</guid><description>Reinitialized cyberbaser to match the crosswalker/cyberchaste workspace convention. Replaced the Phase-0 scaffold with a real docs site, scaffolded numbered first-principles files, archived old implementation notes.

</description><pubDate>Sat, 11 Apr 2026 00:00:00 GMT</pubDate><content:encoded>&lt;div&gt;&lt;h2 id=&quot;what-changed&quot;&gt;What changed&lt;/h2&gt;&lt;/div&gt;
&lt;p&gt;After ~4 months dormant, cyberbaser was reinitialized to match the &lt;code dir=&quot;auto&quot;&gt;.claude/&lt;/code&gt; numbered-file workspace convention from sibling projects crosswalker and cyberchaste.&lt;/p&gt;
&lt;div&gt;&lt;h3 id=&quot;structural-changes&quot;&gt;Structural changes&lt;/h3&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;code dir=&quot;auto&quot;&gt;site/&lt;/code&gt; consolidated into &lt;code dir=&quot;auto&quot;&gt;docs/&lt;/code&gt;&lt;/strong&gt; — the Astro Starlight site is now at &lt;code dir=&quot;auto&quot;&gt;docs/&lt;/code&gt; (matches crosswalker layout exactly). The old separate &lt;code dir=&quot;auto&quot;&gt;site/&lt;/code&gt; folder is gone.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code dir=&quot;auto&quot;&gt;.workspace/&lt;/code&gt;&lt;/strong&gt; created as a tracked-but-ignored scratch folder. Personal notes live here; contents are gitignored so they don’t leak into commits.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code dir=&quot;auto&quot;&gt;.workspace/_archive-phase-0-docs/&lt;/code&gt;&lt;/strong&gt; holds the old PARA-structured dev docs (architecture, build scaling, deployment, testing workflow, translation layer notes). They’re preserved for mining, not in the critical path.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code dir=&quot;auto&quot;&gt;.claude/&lt;/code&gt;&lt;/strong&gt; populated with:
&lt;ul&gt;
&lt;li&gt;Agent-context files: &lt;code dir=&quot;auto&quot;&gt;PROJECT_CONTEXT.md&lt;/code&gt;, &lt;code dir=&quot;auto&quot;&gt;FOCUS.md&lt;/code&gt;, &lt;code dir=&quot;auto&quot;&gt;KNOWLEDGE_BASE_PHILOSOPHY.md&lt;/code&gt;, &lt;code dir=&quot;auto&quot;&gt;DOCUMENTATION_STYLE.md&lt;/code&gt;, &lt;code dir=&quot;auto&quot;&gt;RESEARCH_SOURCES.md&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Numbered first-principles files (&lt;code dir=&quot;auto&quot;&gt;00-INDEX.md&lt;/code&gt; through &lt;code dir=&quot;auto&quot;&gt;41-QUESTIONS-RESOLVED.md&lt;/code&gt;) as skeletons with TODO prompts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;&lt;h3 id=&quot;docs-site-changes&quot;&gt;Docs site changes&lt;/h3&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Full template copy from siblings&lt;/strong&gt;: Astro v6, Starlight v0.38, Nova theme, full plugin stack (site-graph, blog, announcement, image-zoom, heading-badges, tags)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Markdown pipeline&lt;/strong&gt;: &lt;code dir=&quot;auto&quot;&gt;remark-obsidian-callout&lt;/code&gt;, &lt;code dir=&quot;auto&quot;&gt;remark-wiki-link&lt;/code&gt;, &lt;code dir=&quot;auto&quot;&gt;rehype-mermaid&lt;/code&gt;, &lt;code dir=&quot;auto&quot;&gt;rehype-external-links&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Silver + emerald palette&lt;/strong&gt; — distinct from sibling projects (crosswalker cyan, cyberchaste blue/yellow). Silver base with a hint of green as the only accent color; gradients on hero headline, CTAs, and card top borders.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Rotating hero&lt;/strong&gt; copied from crosswalker’s pattern with cyberbaser-specific taglines&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Custom SVG diagrams&lt;/strong&gt; on Problem (triangle), Architecture (layer diagram), and Splash (contribution flow) pages — no Mermaid walls, every diagram hand-drawn in inline SVG with CSS styling&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Content ported from &lt;code dir=&quot;auto&quot;&gt;.claude/&lt;/code&gt;&lt;/strong&gt;: Problem, Ecosystem, Primitives, Vision, Principles, Roadmap, Architecture, Translation Layer, Contribution Workflows, Prior Art, Open Questions, Trade-offs, Existing Work — all rewritten as real prose, not TODO placeholders&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;&lt;h3 id=&quot;root-level-changes&quot;&gt;Root-level changes&lt;/h3&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;code dir=&quot;auto&quot;&gt;CLAUDE.md&lt;/code&gt;&lt;/strong&gt; rewritten to point at &lt;code dir=&quot;auto&quot;&gt;.claude/&lt;/code&gt; as the first-read surface and update &lt;code dir=&quot;auto&quot;&gt;cd site&lt;/code&gt; → &lt;code dir=&quot;auto&quot;&gt;cd docs&lt;/code&gt; commands&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code dir=&quot;auto&quot;&gt;.github/workflows/deploy.yml&lt;/code&gt;&lt;/strong&gt; updated for the rename&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code dir=&quot;auto&quot;&gt;.gitignore&lt;/code&gt;&lt;/strong&gt; extended for &lt;code dir=&quot;auto&quot;&gt;.workspace/*&lt;/code&gt;, &lt;code dir=&quot;auto&quot;&gt;docs/playwright-report/&lt;/code&gt;, &lt;code dir=&quot;auto&quot;&gt;docs/test-results/&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;&lt;h2 id=&quot;whats-next&quot;&gt;What’s next&lt;/h2&gt;&lt;/div&gt;
&lt;p&gt;Phase R (Research &amp;#x26; Foundations) is the only active phase. No shipping work until:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Problem page has a one-sentence TL;DR + articulated pain + scope boundaries (✅ drafted)&lt;/li&gt;
&lt;li&gt;Ecosystem page has real paragraphs per tool (⚠️ first-pass draft, needs depth)&lt;/li&gt;
&lt;li&gt;Concepts page has “What / Why / How” for each primitive (✅ drafted)&lt;/li&gt;
&lt;li&gt;Prior Art has a “Lesson for cyberbaser” sentence per entry (✅ drafted for 6 entries)&lt;/li&gt;
&lt;li&gt;Vision is rewritten from lived evidence (⚠️ first-pass, needs depth)&lt;/li&gt;
&lt;li&gt;Principles has justified “Why” per principle (✅ drafted)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See &lt;a href=&quot;https://cybersader.github.io/cyberbaser/getting-started/roadmap/#current-phase--r--research--foundations&quot;&gt;Roadmap · Phase R exit criteria&lt;/a&gt; for the full list.&lt;/p&gt;
&lt;div&gt;&lt;h2 id=&quot;previous-state&quot;&gt;Previous state&lt;/h2&gt;&lt;/div&gt;
&lt;p&gt;Before the reinit:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code dir=&quot;auto&quot;&gt;docs/&lt;/code&gt; held PARA-structured implementation notes (kebab-case, sub-folders &lt;code dir=&quot;auto&quot;&gt;projects/&lt;/code&gt;, &lt;code dir=&quot;auto&quot;&gt;areas/&lt;/code&gt;, &lt;code dir=&quot;auto&quot;&gt;resources/&lt;/code&gt;, &lt;code dir=&quot;auto&quot;&gt;archive/&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;&lt;code dir=&quot;auto&quot;&gt;site/&lt;/code&gt; held an Astro + Starlight prototype with the default Starlight welcome page and one empty &lt;code dir=&quot;auto&quot;&gt;kb/&lt;/code&gt; placeholder&lt;/li&gt;
&lt;li&gt;&lt;code dir=&quot;auto&quot;&gt;.claude/&lt;/code&gt; had only &lt;code dir=&quot;auto&quot;&gt;settings.local.json&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;No first-principles KB content anywhere&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The reinit is the first commit where cyberbaser has a real self-explanatory structure.&lt;/p&gt;</content:encoded><category>meta</category><category>setup</category></item></channel></rss>