Skip to content

update for agentic#1156

Merged
bmicklea merged 2 commits intomainfrom
docs-agentic
Apr 3, 2026
Merged

update for agentic#1156
bmicklea merged 2 commits intomainfrom
docs-agentic

Conversation

@bmicklea
Copy link
Copy Markdown
Collaborator

@bmicklea bmicklea commented Apr 3, 2026

Changes

Updated the overview portions of the docs to highlight the value of ModelKits for agentic use cases. The self-hosted model content is still there, but is treated as a peer rather than as the focus.

overview.md - Rewrote the opening to position KitOps as packaging for AI projects broadly, not just self-hosted models. Added "AI Engineers & Agent Developers" as a persona alongside Data Scientists and DevOps. Expanded the ModelKit and Kitfile descriptions to mention skill files, MCP configs, and prompts as first-class artifacts.

why-kitops.md - Expanded the problem statement to include scattered prompts, copy-pasted skill files, and ad-hoc MCP configs alongside the existing model/dataset/code problems. Added a new comparison section "KitOps and Agentic AI Frameworks" that positions KitOps as the versioning layer agent frameworks lack. Updated the recap and ad-hoc storage sections.

use-cases.md - Restructured into two main sections: "Self-Hosted Model Deployment" (Levels 1-3, all existing content preserved) and "Agentic AI and Prompt Management" (new). The new section covers three use cases: versioning prompts/skills/agent configs, MCP server configuration management, and combining models with agent artifacts. Each has an "In Practice" walkthrough.

modelkit/intro.md - Added the critical framing that not every ModelKit contains a model. Expanded "Why It Matters" to address both self-hosted model teams and agentic AI teams.

kitfile/kf-overview.md - Added a third column to the section table showing example contents (SKILL.md, .cursorrules, MCP server code). Added a minimal Kitfile example for agent skills (no model). Added a full "Agentic AI Kitfile" example showing prompts, skills, and MCP server configs. Clarified that prompts is for skills/prompts and code is for MCP servers.

security.md - Rewrote the intro to position prompt tampering and MCP config manipulation as attack surfaces alongside model tampering. Added a new section "Why This Matters for Agentic AI" with specific scenarios. Updated the Jozu Hub description to mention MCP Registry API.

next-steps.md - Added the prompts section to the Kitfile parts list (was previously missing). Fixed the Kitfile requirements description to match the actual spec. Noted that ModelKits don't require a model.

What I Didn't Change

  • Quick start and tutorials
  • SEO frontmatter metadata
  • Any technical claims about Kitfile format capabilities
  • The existing model-focused content - it's all still there, the agentic AI content is additive

overview.md - The front door. Rewrote the opening to position KitOps as packaging for AI projects broadly, not just self-hosted models. Added "AI Engineers & Agent Developers" as a persona alongside Data Scientists and DevOps. Expanded the ModelKit and Kitfile descriptions to mention skill files, MCP configs, and prompts as first-class artifacts.
why-kitops.md - Expanded the problem statement to include scattered prompts, copy-pasted skill files, and ad-hoc MCP configs alongside the existing model/dataset/code problems. Added a new comparison section "KitOps and Agentic AI Frameworks" that positions KitOps as the versioning layer agent frameworks lack. Updated the recap and ad-hoc storage sections.
use-cases.md - Restructured into two main sections: "Self-Hosted Model Deployment" (Levels 1-3, all existing content preserved) and "Agentic AI and Prompt Management" (new). The new section covers three use cases: versioning prompts/skills/agent configs, MCP server configuration management, and combining models with agent artifacts. Each has an "In Practice" walkthrough.
modelkit/intro.md - Added the critical framing that not every ModelKit contains a model. Expanded "Why It Matters" to address both self-hosted model teams and agentic AI teams. Removed emoji from headers for consistency.
kitfile/kf-overview.md - Added a third column to the section table showing example contents (SKILL.md, .cursorrules, MCP server code). Added a minimal Kitfile example for agent skills (no model). Added a full "Agentic AI Kitfile" example showing prompts, skills, and MCP server configs. Clarified that prompts is for skills/prompts and code is for MCP servers.
security.md - Rewrote the intro to position prompt tampering and MCP config manipulation as attack surfaces alongside model tampering. Added a new section "Why This Matters for Agentic AI" with specific scenarios. Updated the Jozu Hub description to mention MCP Registry API.
next-steps.md - Added the prompts section to the Kitfile parts list (was previously missing). Fixed the Kitfile requirements description to match the actual spec. Noted that ModelKits don't require a model.
What I deliberately did NOT change

Quick start and tutorials (as you requested)
SEO frontmatter metadata (per your answer)
Any technical claims about Kitfile format capabilities - I stayed within what the format actually supports today
The existing model-focused content - it's all still there, the agentic AI content is additive

Signed-off-by: Brad Micklea <7644938+bmicklea@users.noreply.github.com>
@bmicklea bmicklea requested review from amisevsk, Copilot and gorkem April 3, 2026 12:11
@bmicklea bmicklea self-assigned this Apr 3, 2026
@bmicklea bmicklea marked this pull request as ready for review April 3, 2026 12:14
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates documentation across multiple files to position KitOps for broader AI project packaging, including agentic AI systems alongside the existing self-hosted model focus. The changes expand the narrative to cover prompts, agent skill files, and MCP server configurations as first-class artifacts that can be packaged and versioned alongside models.

Changes:

  • Restructured use-cases.md into "Self-Hosted Model Deployment" (existing Level 1-3 content) and "Agentic AI and Prompt Management" (new use cases for versioning prompts/skills, MCP configs, and combined model+agent systems)
  • Expanded why-kitops.md with a new "KitOps and Agentic AI Frameworks" comparison section and updated problem statement to include scattered prompts and ad-hoc MCP configs
  • Added "AI Engineers & Agent Developers" persona to overview.md alongside existing roles, emphasizing prompts/skills/MCP versioning
  • Added clarification to modelkit/intro.md and overview.md that not every ModelKit requires a model
  • Updated kitfile/kf-overview.md with a third column in the section table showing example contents, added minimal examples for agent-only ModelKits, and added a complete "Agentic AI Kitfile" example
  • Added "Why This Matters for Agentic AI" section to security.md with specific threat scenarios for prompts and MCP configs
  • Updated next-steps.md to document the prompts section (previously undocumented) and clarify ModelKit requirements

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
docs/src/docs/why-kitops.md Added agentic AI frameworks comparison section and expanded problem statement
docs/src/docs/use-cases.md Restructured with Self-Hosted and Agentic sections; added three new agentic use cases
docs/src/docs/overview.md Added AI Engineers persona and examples of agent-focused use cases
docs/src/docs/modelkit/intro.md Added clarification that ModelKits don't require models
docs/src/docs/kitfile/kf-overview.md Enhanced section table with examples; added minimal and agentic Kitfile examples
docs/src/docs/security.md Added agentic AI security considerations section
docs/src/docs/next-steps.md Documented prompts section; clarified ModelKit requirements

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/src/docs/next-steps.md
Comment thread docs/src/docs/why-kitops.md Outdated
change suggested by copilot

Signed-off-by: Brad Micklea <7644938+bmicklea@users.noreply.github.com>
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Apr 3, 2026

Deploying kitops-org with  Cloudflare Pages  Cloudflare Pages

Latest commit: f029c9f
Status: ✅  Deploy successful!
Preview URL: https://24f25f24.kitops-org.pages.dev
Branch Preview URL: https://docs-agentic.kitops-org.pages.dev

View logs

Copy link
Copy Markdown
Contributor

@Jwilliamsr Jwilliamsr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. I like the Agent section of the use cases file.

@bmicklea bmicklea merged commit ac7efb6 into main Apr 3, 2026
15 checks passed
@bmicklea bmicklea deleted the docs-agentic branch April 3, 2026 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants