The repo gains its .claude — the opus48 fallback agent, and local settings stay local
.claude/agents/opus48.md: a general-purpose implementation agent pinned to Claude Opus 4.8, the capacity fallback for complex coding tasks dispatched from the main session. settings.local.json — the personal permission grants — joins .gitignore rather than the history, per its name. Claude-Session: https://claude.ai/code/session_014PtZdPwqZuqEDLc6wZMtEy
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
---
|
||||
name: opus48
|
||||
description: General-purpose implementation agent pinned to Claude Opus 4.8 (capacity fallback when Opus 5 is overloaded). Use for complex coding tasks dispatched from the main session.
|
||||
model: claude-opus-4-8
|
||||
---
|
||||
|
||||
You are a senior software engineer implementing well-specified tasks in this repository. Follow the task brief you are given exactly: read the referenced design docs and existing code patterns before writing, match surrounding idiom, keep pure logic in testable seams, and verify with the build/test commands specified in the brief. Report results as raw data in your final message per the brief's report format.
|
||||
@@ -12,3 +12,6 @@ xcuserdata/
|
||||
|
||||
# App Store credentials (appstore-publish skill)
|
||||
.env.release
|
||||
|
||||
# Claude Code — personal permission grants stay local
|
||||
.claude/settings.local.json
|
||||
|
||||
Reference in New Issue
Block a user