Skip to content

Upgrade to weakincentives v0.26.0#12

Merged
andreisavu merged 1 commit intomainfrom
andreisavu/tyler-v1
Feb 14, 2026
Merged

Upgrade to weakincentives v0.26.0#12
andreisavu merged 1 commit intomainfrom
andreisavu/tyler-v1

Conversation

@andreisavu
Copy link
Member

Summary

  • Upgrade weakincentives from v0.25.0 to v0.26.0, applying all breaking changes
  • Skills move from IsolationConfig to prompt sections via Section(skills=...) (SkillConfig deleted upstream)
  • Replace ClaudeAgentWorkspaceSection with provider-agnostic WorkspaceSection from weakincentives.prompt
  • Add Bedrock authentication support (CLAUDE_CODE_USE_BEDROCK) alongside direct API key auth

Test plan

  • 172 unit tests pass with 100% branch coverage
  • Lint, format, and typecheck all pass (make check)
  • Eval PASSED (score 1.00) for "What is the secret number?" → "42"
  • Debug bundle validated with schema v9 tables (manifest, transcript, tool_calls, session_slices, metrics, files)

🤖 Generated with Claude Code

Skills move from IsolationConfig to prompt sections (SkillConfig deleted),
ClaudeAgentWorkspaceSection replaced by provider-agnostic WorkspaceSection,
and Bedrock authentication support added for environments without
ANTHROPIC_API_KEY.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@andreisavu andreisavu merged commit dc1be4c into main Feb 14, 2026
1 check passed
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.

1 participant