Add Sealed Delegation and drop three-paths framing - #27
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: a5dc7ab8-3e07-45a2-b60d-6f31f89198c0
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the public-facing docs/site copy to introduce Sealed Delegation as a first-class pattern and removes the “three paths” framing in favor of more open-ended “patterns” language.
Changes:
- Add Sealed Delegation as a homepage card and nav link (external link to the GitHub repo).
- Update homepage hero/meta copy from “Three paths…” to “Patterns for agents that learn.”
- Mirror the Sealed Delegation section in
README.mdand record the change inCHANGELOG.md.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Adds a new Sealed Delegation section aligned with the homepage phrasing and link target. |
| index.html | Updates meta/hero/nav copy and adds a Sealed Delegation card + nav link. |
| CHANGELOG.md | Documents the Sealed Delegation addition and the hero framing change as part of 0.4.0. |
Suppressed comments (3)
index.html:59
- The hero title and lede paragraph are over-indented relative to the rest of the hero block. This looks accidental and reduces readability.
<h1 class="title">Patterns for agents that <span class="grad">learn</span>.</h1>
<p class="lede">Agentic DevOps is for teams building with AI agents <strong>as collaborators, not automation</strong>. Skills, feedback loops, workshops, and sealed local delegation — pick the pattern that matches the work in front of you.</p>
index.html:69
- The primary CTA link is indented inconsistently within the .cta-row, which makes the markup harder to scan and maintain.
<a class="btn btn-primary" href="#paths">Browse the patterns
index.html:167
- The new Sealed Delegation card block is indented much deeper than the other cards. Reformatting it to match the existing indentation style will improve maintainability and avoid unnecessary whitespace churn in future edits.
<div class="card">
<div class="ico" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"><rect x="4" y="3" width="16" height="18" rx="2"/><path d="M8 8h8M8 12h8M8 16h5"/><path d="M15 14l3 2-3 2"/></svg>
</div>
<div class="quote">"I want a local model on one sealed job"</div>
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| <a href="#loop" class="hide-sm">The loop</a> | ||
| <a href="agent-signals/" class="hide-sm">Agent Signals</a> | ||
| <a href="workshop/" class="hide-sm">The Workshop</a> | ||
| <a href="https://github.com/jennyf19/sealed-delegation" class="hide-sm" target="_blank" rel="noopener">Sealed Delegation</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
Sealed Delegation is now public: https://github.com/jennyf19/sealed-delegation
JM validated the package; onboarding docs were reworked for human-first reading.
Test plan