documentação do sistema

This commit is contained in:
Luis Eduardo Estevao
2026-05-05 16:12:52 -03:00
parent bbb5d68af1
commit 4652fea8fc
41 changed files with 1919 additions and 0 deletions

27
.context/agents/README.md Normal file
View File

@@ -0,0 +1,27 @@
# Agent Handbook
This directory contains ready-to-customize playbooks for AI agents collaborating on the repository.
## Available Agents
- [Code Reviewer](./code-reviewer.md) — Review code changes for quality, style, and best practices
- [Bug Fixer](./bug-fixer.md) — Analyze bug reports and error messages
- [Feature Developer](./feature-developer.md) — Implement new features according to specifications
- [Refactoring Specialist](./refactoring-specialist.md) — Identify code smells and improvement opportunities
- [Test Writer](./test-writer.md) — Write comprehensive unit and integration tests
- [Documentation Writer](./documentation-writer.md) — Create clear, comprehensive documentation
- [Performance Optimizer](./performance-optimizer.md) — Identify performance bottlenecks
- [Security Auditor](./security-auditor.md) — Identify security vulnerabilities
- [Frontend Specialist](./frontend-specialist.md) — Design and implement user interfaces
- [Architect Specialist](./architect-specialist.md) — Design overall system architecture and patterns
- [Devops Specialist](./devops-specialist.md) — Design and maintain CI/CD pipelines
## How To Use These Playbooks
1. Pick the agent that matches your task.
2. Enrich the template with project-specific context or links.
3. Share the final prompt with your AI assistant.
4. Capture learnings in the relevant documentation file so future runs improve.
## Related Resources
- [Documentation Index](../docs/README.md)
- [Agent Knowledge Base](../../AGENTS.md)
- [Contributor Guidelines](../../CONTRIBUTING.md)