-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: calibeach/agent-os
base: main
head repository: buildermethods/agent-os
compare: main
- 15 commits
- 77 files changed
- 8 contributors
Commits on Nov 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 893288a - Browse repository at this point
Copy the full SHA 893288aView commit details
Commits on Dec 2, 2025
-
Updates verification report file extension
Corrects the file extension in the verification report creation guide. It changes the expected file type from .html to .md, aligning it with the actual implementation and improving user guidance.
Kamen Zhekov committedDec 2, 2025 Configuration menu - View commit details
-
Copy full SHA for 29e8a6c - Browse repository at this point
Copy the full SHA 29e8a6cView commit details
Commits on Dec 9, 2025
-
Add Skill tool to subagents for accessing coding standards and user s…
…kills Based on analysis of Claude Code behavior, subagents only receive skill headers when the Skill tool is explicitly listed in their tools. Without it, subagents cannot access any skills - neither Agent OS standards (when installed as skills) nor user's own custom skills. By adding Skill unconditionally to relevant subagents, they can now: - Receive skill headers describing available skills - Decide whether to load and use specific skills based on context - Access user's custom skills regardless of standards_as_claude_code_skills setting Affected subagents: - implementer: primary code implementation agent - spec-writer: creates specifications with architectural decisions - spec-verifier: validates specs against standards - spec-shaper: gathers requirements with awareness of tech stack - tasks-list-creator: plans tasks aligned with coding conventions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 688ea3d - Browse repository at this point
Copy the full SHA 688ea3dView commit details
Commits on Dec 11, 2025
-
Merge pull request buildermethods#290 from Perlover/fix/subagent-skil…
…ls-and-claude-md fix: add CLAUDE.md and skills reading instructions for subagents
Configuration menu - View commit details
-
Copy full SHA for 7423543 - Browse repository at this point
Copy the full SHA 7423543View commit details -
Merge pull request buildermethods#287 from kzhekov/fix_verify_impleme…
…ntation_prompt [bug fix] Updates verification report file extension
Configuration menu - View commit details
-
Copy full SHA for 5471fc8 - Browse repository at this point
Copy the full SHA 5471fc8View commit details -
Merge pull request buildermethods#277 from amykhar/small-typo-in-shap…
…e-spec-command Changed the agent name to spec-initializer in the shape spec command
Configuration menu - View commit details
-
Copy full SHA for 8b12ec5 - Browse repository at this point
Copy the full SHA 8b12ec5View commit details
Commits on Jan 20, 2026
-
Brian Casel committedJan 20, 2026 Configuration menu - View commit details
-
Copy full SHA for 1be88b0 - Browse repository at this point
Copy the full SHA 1be88b0View commit details -
Brian Casel committedJan 20, 2026 Configuration menu - View commit details
-
Copy full SHA for 7b4b8bf - Browse repository at this point
Copy the full SHA 7b4b8bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 809fb4e - Browse repository at this point
Copy the full SHA 809fb4eView commit details -
Brian Casel committedJan 20, 2026 Configuration menu - View commit details
-
Copy full SHA for e3398ea - Browse repository at this point
Copy the full SHA e3398eaView commit details -
Improved discover-standards Q&A workflow
Brian Casel committedJan 20, 2026 Configuration menu - View commit details
-
Copy full SHA for 822af65 - Browse repository at this point
Copy the full SHA 822af65View commit details
Commits on May 5, 2026
-
Fix silent script failure from ((var++)) with set -e (buildermethods#328
) When a bash arithmetic expression ((var++)) is evaluated and var is 0, the post-increment returns the old value (0), which bash treats as a failure exit status. Combined with set -e, this silently kills the script. This caused project-install.sh to exit immediately after printing "Configuration:" without performing any installation. Fix by appending `|| true` to all standalone ((var++)) expressions so the zero-return doesn't trigger set -e. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for b6f23b6 - Browse repository at this point
Copy the full SHA b6f23b6View commit details -
Note PR buildermethods#328 in CHANGELOG
Brian Casel (via Claude) committedMay 5, 2026 Configuration menu - View commit details
-
Copy full SHA for 76772a0 - Browse repository at this point
Copy the full SHA 76772a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd308c7 - Browse repository at this point
Copy the full SHA dd308c7View commit details -
Note PR buildermethods#327 in CHANGELOG
Brian Casel (via Claude) committedMay 5, 2026 Configuration menu - View commit details
-
Copy full SHA for cae8e66 - Browse repository at this point
Copy the full SHA cae8e66View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main