chore: sync local Mosaic changes
This commit is contained in:
@@ -1,15 +1,10 @@
|
||||
{
|
||||
"_comment": "Claude runtime overlay managed by Mosaic. Merge into ~/.claude/settings.json as needed.",
|
||||
|
||||
"model": "opus",
|
||||
|
||||
"additionalAllowedCommands": [
|
||||
"ralph",
|
||||
"./ralph.sh",
|
||||
"scripts/ralph/ralph.sh",
|
||||
"alembic",
|
||||
"alembic upgrade",
|
||||
"alembic downgrade",
|
||||
"alembic downgrade",
|
||||
"alembic revision",
|
||||
"alembic history",
|
||||
"uvicorn",
|
||||
@@ -21,31 +16,29 @@
|
||||
"isort",
|
||||
"httpx"
|
||||
],
|
||||
|
||||
"projectConfigs": {
|
||||
"jarvis": {
|
||||
"path": "~/src/jarvis",
|
||||
"model": "opus",
|
||||
"skills": ["jarvis", "ralph", "prd"],
|
||||
"guides": ["backend", "frontend", "authentication"],
|
||||
"skills": ["jarvis", "prd"],
|
||||
"guides": ["E2E-DELIVERY", "PRD", "BACKEND", "FRONTEND", "AUTHENTICATION", "QA-TESTING", "CODE-REVIEW"],
|
||||
"env": {
|
||||
"PYTHONPATH": "packages/plugins"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"presets": {
|
||||
"jarvis-ralph": {
|
||||
"description": "Ralph autonomous development for Jarvis",
|
||||
"jarvis-loop": {
|
||||
"description": "Embedded E2E delivery cycle for Jarvis",
|
||||
"model": "opus",
|
||||
"skills": ["jarvis", "ralph"],
|
||||
"systemPrompt": "You are an autonomous coding agent following the Ralph pattern. Focus on one story at a time, run quality checks, and commit only when passing."
|
||||
"skills": ["jarvis", "prd"],
|
||||
"systemPrompt": "You are an autonomous coding agent. For each logical unit, execute: plan, code, test, review, remediate, review, commit, push, then run a greenfield situational test. Repeat until requirements are complete."
|
||||
},
|
||||
"jarvis-review": {
|
||||
"description": "Code review mode for Jarvis PRs",
|
||||
"model": "opus",
|
||||
"skills": ["jarvis"],
|
||||
"guides": ["code-review"],
|
||||
"guides": ["CODE-REVIEW"],
|
||||
"systemPrompt": "Review code changes for quality, security, and adherence to Jarvis patterns."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user