Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions demo-app-react/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ <h1 class="hero-headline">
<section class="section" id="what" aria-labelledby="what-title">
<div class="section-inner">
<p class="section-label">// 01 overview</p>
<h2 class="section-title" id="what-title">Why AIGC<span class="accent"> exists</span></h2>
<h2 class="section-title" id="what-title">Why <span class="accent">AIGC</span></h2>

<div class="intro-grid">
<div class="intro-text">
Expand Down Expand Up @@ -1815,7 +1815,7 @@ <h2 class="section-title" id="workflow-title">Workflow governance <span class="a
v0.9.0 adds multi-step workflow governance. A <code>GovernanceSession</code> wraps a series of invocations in a deterministic lifecycle. Every state transition is audited. Sessions can pause for approval, fail safely, and produce a final workflow artifact that correlates all constituent invocation artifacts.
</p>
<p style="font-size:var(--body-lg);color:var(--text-secondary);line-height:1.6;margin-bottom:var(--space-05)">
The SDK will be renamed to <strong style="color:var(--ibm-purple-40);font-family:var(--font-mono);font-weight:400">AEGIS</strong> (Agentic Enterprise Governance &amp; Invocation Safety) on release. The PyPI package <code>aigc</code> remains supported.
The SDK will be renamed to <strong style="color:var(--ibm-purple-40);font-family:var(--font-mono);font-weight:400">AEGIS</strong> (Auditable Enforcement and Governance for Intelligent Systems) on release. The PyPI package <code>aigc</code> remains supported.
</p>

<a href="https://github.com/nealsolves/aegis/tree/develop" target="_blank" rel="noopener"
Expand Down Expand Up @@ -1923,7 +1923,7 @@ <h2 class="cta-headline" id="cta-title">
</div>
<div class="rename-notice" style="margin-top:var(--space-06)">
<span aria-hidden="true">◈</span>
<span><strong>AIGC → AEGIS</strong>: The SDK will be renamed to AEGIS (Agentic Enterprise Governance &amp; Invocation Safety) when v0.9.0 is released. The PyPI package <code>aigc</code> will remain supported.</span>
<span><strong>AIGC → AEGIS</strong>: The SDK will be renamed to AEGIS (Auditable Enforcement and Governance for Intelligent Systems) when v0.9.0 is released. The PyPI package <code>aigc</code> will remain supported.</span>
</div>
</div>
</section>
Expand Down
Loading