Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: calibeach/agent-os
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: buildermethods/agent-os
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 77 files changed
  • 8 contributors

Commits on Nov 14, 2025

  1. Configuration menu
    Copy the full SHA
    893288a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. 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
    Kamen Zhekov committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    29e8a6c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. 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>
    Perlover and claude committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    688ea3d View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. Merge pull request buildermethods#290 from Perlover/fix/subagent-skil…

    …ls-and-claude-md
    
    fix: add CLAUDE.md and skills reading instructions for subagents
    CasJam authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    7423543 View commit details
    Browse the repository at this point in the history
  2. Merge pull request buildermethods#287 from kzhekov/fix_verify_impleme…

    …ntation_prompt
    
    [bug fix] Updates verification report file extension
    CasJam authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    5471fc8 View commit details
    Browse the repository at this point in the history
  3. 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
    CasJam authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    8b12ec5 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. Agent OS v3 release

    Brian Casel
    Brian Casel committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    1be88b0 View commit details
    Browse the repository at this point in the history
  2. updated readme

    Brian Casel
    Brian Casel committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    7b4b8bf View commit details
    Browse the repository at this point in the history
  3. Updated Agent OS image

    v3 branding
    CasJam authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    809fb4e View commit details
    Browse the repository at this point in the history
  4. fixed default config.yml

    Brian Casel
    Brian Casel committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    e3398ea View commit details
    Browse the repository at this point in the history
  5. Improved discover-standards Q&A workflow

    Brian Casel
    Brian Casel committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    822af65 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2026

  1. 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>
    barefootcoder and claude authored May 5, 2026
    Configuration menu
    Copy the full SHA
    b6f23b6 View commit details
    Browse the repository at this point in the history
  2. Note PR buildermethods#328 in CHANGELOG

    Brian Casel (via Claude)
    Brian Casel (via Claude) committed May 5, 2026
    Configuration menu
    Copy the full SHA
    76772a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd308c7 View commit details
    Browse the repository at this point in the history
  4. Note PR buildermethods#327 in CHANGELOG

    Brian Casel (via Claude)
    Brian Casel (via Claude) committed May 5, 2026
    Configuration menu
    Copy the full SHA
    cae8e66 View commit details
    Browse the repository at this point in the history
Loading