Commit Graph

4 Commits

Author SHA1 Message Date
Daniel Avila f864744c58 enhance: Improve fullstack-developer agent (automated review) (#475)
- Add AI-native integration section covering LLM APIs, RAG pipelines, streaming responses, multi-provider abstraction, prompt versioning, and eval harnesses
- Anchor technology stack to specific versions: Next.js 15+/React 19, Node.js 22+/Hono/tRPC, PostgreSQL/Drizzle ORM, Vercel/Railway/Fly.io
- Expand monorepo tooling bullet with Turborepo vs Nx vs pnpm workspaces trade-offs
- Add edge computing and server component patterns section with per-route rendering decision framework (RSC/SSR/ISR/static/edge)
- Add 4th description example for AI-powered semantic search feature development
- Restructure from 8 flat bullet-list sections into focused action-oriented sections (Focus Areas, Approach, Edge Computing, AI-Native Integration, Implementation Workflow)
- Remove redundant JSON communication protocol blocks
- Tighten Implementation Workflow to 3 concise phases with concrete checklists

Automated review cycle | Co-Authored-By: Claude Code <noreply@anthropic.com>
2026-03-27 10:10:39 -04:00
Daniel Avila e42e8ba19c fix: remove shorthand model names causing 404 API errors (#453)
Remove `model: sonnet/haiku/opus` from 396 component files. The Anthropic
API requires full model IDs (e.g., claude-sonnet-4-6), so shorthand names
cause 404 errors. Removing the field lets Claude Code use the user's
configured default model instead.

Fixes #99

https://claude.ai/code/session_01Hqx78XZNbdfh38YGZn4g4T

Co-authored-by: Claude <noreply@anthropic.com>
2026-03-25 20:19:17 -04:00
Daniel Avila 93b26a24e8 feat: Migrate 119 agents from VoltAgent/awesome-claude-code-subagents (#340) 2026-02-07 18:19:47 -05:00
Dani 08280f579b Add comprehensive test engineer documentation and framework implementation
- Introduced a new test engineer role with a detailed description and toolset.
- Developed a core testing framework including testing strategies, automation architecture, and technical implementation.
- Implemented a comprehensive test suite manager for unit, integration, and E2E testing.
- Created advanced test patterns and utilities for better test organization and data management.
- Added configuration templates for Playwright and Jest for E2E and unit/integration tests.
- Established a performance testing framework with load testing capabilities.
- Integrated test automation into CI/CD pipelines with GitHub Actions.
- Documented testing best practices for maintainable and reliable test implementations.
2025-08-22 18:25:14 -04:00