 jpmschweitzerandClaude Opus 4.5
|
47eff4ecd1
|
docs: expand agent and tool documentation with detailed descriptions
agents/README.md:
- Added detailed descriptions for Explore, Plan, and Task agents
- Documented capabilities, when to use, and tools available
- Added utilities/ section for shared prompts
tools/README.md:
- Added detailed descriptions for file, shell, and search tools
- Documented key parameters and behaviors
- Added security notes for bash/sandbox
agents/utilities/:
- todowrite-prompt.md - Task list management
- askuserquestion-prompt.md - User clarification
- conversation-summarization-prompt.md - Context compaction
- session-title-prompt.md - Title/branch generation
- security-review-prompt.md - Security analysis
Source: gitea:library/claude-code-system-prompts
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-09 20:05:23 +01:00 |
|
 jpmschweitzerandClaude Opus 4.5
|
0b2bf08437
|
docs: add example prompts from claude-code-system-prompts
Added reference prompts for agent and tool implementations:
agents/explore/ - Codebase exploration agent prompt
agents/plan/ - Plan mode with system reminders
agents/task/ - Task execution agent prompt
agents/ - Main system prompt reference
tools/file/ - Read, Edit, Write, Glob tool descriptions
tools/shell/ - Bash with git commit/PR instructions
tools/search/ - Grep, WebSearch, WebFetch descriptions
Source: gitea:library/claude-code-system-prompts
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-09 19:44:41 +01:00 |
|
 jpmschweitzerandClaude Opus 4.5
|
a61fbe5a88
|
feat: initial FastAPI boilerplate setup
Set up Webber - multi-agent AI development system with:
- Domain-based project structure (src/domains/, src/shared/)
- BaseController pattern with lazy router instantiation
- Pydantic Settings configuration with env file support
- Logger decorator with temporal benchmarking and trace IDs
- UserProvider singleton for request-scoped context
- Custom exception hierarchy
- Health endpoints (/, /health)
Dependencies (CVE checked 2026-01-09):
- FastAPI 0.128.0, Starlette 0.50.0, Uvicorn 0.40.0
- Pydantic 2.12.4, PydanticAI 1.40.0
- All packages at latest safe versions
Placeholder domains for future implementation:
- agents/ (explore, plan, task)
- tools/ (file, shell, search)
- auth/ (tatlock integration)
Port: 8086 (per CONTAINERS.md allocation)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-09 18:38:08 +01:00 |
|