Skip to content

Add universal agent operating principles (AGENTS.md)#3

Open
devin-ai-integration[bot] wants to merge 1 commit intodevin/1775671640-initial-implementationfrom
devin/add-agents-md-universal
Open

Add universal agent operating principles (AGENTS.md)#3
devin-ai-integration[bot] wants to merge 1 commit intodevin/1775671640-initial-implementationfrom
devin/add-agents-md-universal

Conversation

@devin-ai-integration
Copy link
Copy Markdown
Contributor

Adds the universal Garza OS agent operating principles (skills-first, plan-first, composite tools, Fabric AI memory, test+debug plan, Claude Code delegation) so this repos Capy project auto-syncs the principles into Settings → Context.

No code changes, no secrets. Same portable version already merged into garza-home, jaden-health-intelligence, garza-school-hub, proton-unified-mcp, garza-os-github, and garza-jett-activity-agent.

@kilo-code-bot
Copy link
Copy Markdown

kilo-code-bot Bot commented Apr 20, 2026

Code Review Summary

Status: 1 Issue Found | Recommendation: Address before merge

Overview

Severity Count
CRITICAL 0
WARNING 1
SUGGESTION 0
Other Observations (not in diff — unchanged/context lines)

WARNING — Missing .agents/ directory and referenced skills

The document references .agents/skills/ (line 8) as the canonical location for skills, and names four specific skills that agents must consult:

  • default-workflow
  • composite-tools
  • fabric-memory
  • dev-with-claude-code

None of these exist in this repository. An agent following these instructions will immediately fail on Principle #1 ("List .agents/skills/ before acting") because the directory is absent. The document also states "Never freelance if a skill exists" — but since the skills are never created, agents have no guidance on what skills exist vs. don't.

This creates a bootstrap problem: the AGENTS.md instructs agents to look for skills before acting, but the skills it mandates are not present. Agents will either silently skip the step or error out depending on their implementation.

Recommendation: Either (a) add the .agents/skills/ directory with the referenced skill files in a follow-up PR, or (b) soften the language to acknowledge the skills may not yet exist (e.g., "If .agents/skills/ exists, list it before acting").

Files Reviewed (1 file)
  • AGENTS.md — 1 warning (missing dependent skill files)

Fix these issues in Kilo Cloud


Reviewed by claude-4.6-sonnet-20260217 · 101,554 tokens

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.

0 participants