<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="rss.xsl"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Elo Orgânico Blog</title>
        <link>https://elo-docs.pages.dev/changelog</link>
        <description>Elo Orgânico Blog</description>
        <lastBuildDate>Tue, 05 May 2026 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <item>
            <title><![CDATA[v0.1.0 - Architecture Foundation & Monorepo Genesis]]></title>
            <link>https://elo-docs.pages.dev/changelog/2026/05/05/v0.1.0</link>
            <guid>https://elo-docs.pages.dev/changelog/2026/05/05/v0.1.0</guid>
            <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[The foundational release of Elo Orgânico (v0.1.0) establishes the core monorepo architecture, workspace isolation boundaries, and domain foundations for the local community shop and global platform hub.]]></description>
            <content:encoded><![CDATA[<p>The foundational release of Elo Orgânico (v0.1.0) establishes the core monorepo architecture, workspace isolation boundaries, and domain foundations for the local community shop and global platform hub.</p>
<!-- -->
<h3 class="anchor anchorTargetStickyNavbar_PwFP" id="monorepo-architecture--bounded-contexts">Monorepo Architecture &amp; Bounded Contexts<a href="https://elo-docs.pages.dev/changelog/2026/05/05/v0.1.0#monorepo-architecture--bounded-contexts" class="hash-link" aria-label="Direct link to Monorepo Architecture &amp; Bounded Contexts" title="Direct link to Monorepo Architecture &amp; Bounded Contexts" translate="no">​</a></h3>
<ul>
<li class=""><strong>Workspace Segregation</strong>: Structured the monorepo using PNPM Workspaces v11 and Turborepo to segregate domains, local tooling, and design systems.</li>
<li class=""><strong>Strict Bounded Contexts</strong>: Enforced absolute separation of concerns between <code>instance</code> and <code>portal</code> code bases. Cross-workspace imports are restricted via static analysis (ESLint and TypeScript compiler constraints).</li>
<li class=""><strong>Domain Core First</strong>: Established <code>packages/core</code> within each context as the Single Source of Truth (SSOT) for data models, validation schemas, and interfaces, ensuring API and web interfaces compile against a shared type registry.</li>
<li class=""><strong>Unified Dependency Management</strong>: Implemented PNPM Catalogs to maintain version consistency for all third-party dependencies across the workspace packages.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_PwFP" id="instance-workspace-community-shop">Instance Workspace (Community Shop)<a href="https://elo-docs.pages.dev/changelog/2026/05/05/v0.1.0#instance-workspace-community-shop" class="hash-link" aria-label="Direct link to Instance Workspace (Community Shop)" title="Direct link to Instance Workspace (Community Shop)" translate="no">​</a></h3>
<ul>
<li class=""><strong>Layered Backend Architecture</strong>: Implemented the Fastify v5 API server (<code>@elo-instance/api</code>) leveraging a strict layered architecture (<code>Controller -&gt; Service -&gt; Repository -&gt; Model</code>).</li>
<li class=""><strong>Domain Implementation</strong>: Completed initial modules for:<!-- -->
<ul>
<li class=""><code>auth</code>: JWT-based session state and credential verification.</li>
<li class=""><code>product</code>: Local catalog schema and inventories.</li>
<li class=""><code>cycle</code>: Governance structures for community sharing/cooperative agricultural cycles.</li>
</ul>
</li>
<li class=""><strong>Frontend Workspace</strong>: Created <code>@elo-instance/web</code> using React 19, featuring styled interfaces with CSS Modules, routing for client views, and integration with the backend API. It features modules for authentication, user dashboard, shop checkout, and local administration.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_PwFP" id="portal-workspace-global-saas-hub">Portal Workspace (Global SaaS Hub)<a href="https://elo-docs.pages.dev/changelog/2026/05/05/v0.1.0#portal-workspace-global-saas-hub" class="hash-link" aria-label="Direct link to Portal Workspace (Global SaaS Hub)" title="Direct link to Portal Workspace (Global SaaS Hub)" translate="no">​</a></h3>
<ul>
<li class=""><strong>Base Infrastructure</strong>: Structured the portal workspace skeleton (<code>@elo-portal/api</code>, <code>@elo-portal/web</code>, and <code>@elo-portal/core</code>).</li>
<li class=""><strong>Authentication Skeleton</strong>: Implemented the <code>auth</code> domain skeleton for portal accounts, establishing the architectural precedent for upcoming global SaaS modules.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_PwFP" id="studio--branding-assets">Studio &amp; Branding Assets<a href="https://elo-docs.pages.dev/changelog/2026/05/05/v0.1.0#studio--branding-assets" class="hash-link" aria-label="Direct link to Studio &amp; Branding Assets" title="Direct link to Studio &amp; Branding Assets" translate="no">​</a></h3>
<ul>
<li class=""><strong>Design Tokens</strong>: Standardized colors, spacing, typography, and visual assets in <code>@elo-organico/studio</code> to export a unified theme.</li>
<li class=""><strong>Design Ops Integration</strong>: Deployed a self-hosted Penpot instance to maintain visual strategy designs and design-to-code asset generation.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_PwFP" id="development-tooling--context-gateways">Development Tooling &amp; Context Gateways<a href="https://elo-docs.pages.dev/changelog/2026/05/05/v0.1.0#development-tooling--context-gateways" class="hash-link" aria-label="Direct link to Development Tooling &amp; Context Gateways" title="Direct link to Development Tooling &amp; Context Gateways" translate="no">​</a></h3>
<ul>
<li class=""><strong>Orchestrated Environments</strong>: Configured localized development stacks utilizing Docker Compose to provision services (Infra, API, and Web) cleanly with unified environment files.</li>
<li class=""><strong>Model Context Protocol (MCP)</strong>: Implemented an SSE-based Fastify gateway providing containerized LLM client integration with the workspace context, exposing GitHub API, Context7 documentation query, Playwright Browser automation, and Docker Hub registry interfaces.</li>
<li class=""><strong>EloDocs Knowledge Base</strong>: Configured Docusaurus as the central developer portal for architectural references, guides, and style guides.</li>
</ul>
<hr>]]></content:encoded>
            <category>core</category>
            <category>architecture</category>
            <category>monorepo</category>
            <category>instance</category>
            <category>portal</category>
        </item>
    </channel>
</rss>