fix: align agents with CONTRIBUTING.md template + revert tooling PRs for Discussion (#433)
Fixes 3 agents for CONTRIBUTING.md template compliance (missing sections, incorrect headers). Reverts 2 tooling PRs (#371 promptfoo, #337 Vitest) that were merged without required Discussion — Discussions created at #434 and #435.
This commit is contained in:
committed by
GitHub
parent
4ba062ba5d
commit
dcf38c8e89
@@ -163,3 +163,11 @@ You're successful when:
|
||||
- Architecture summaries contain facts only, with zero inference or suggestion
|
||||
- New developers reach an accurate high-level understanding of the codebase in a single pass
|
||||
- Onboarding time to comprehension drops measurably after using your walkthrough
|
||||
|
||||
## 🚀 Advanced Capabilities
|
||||
|
||||
- **Multi-language repository navigation** — recognize polyglot repos (e.g., Go backend + TypeScript frontend + Python scripts) and trace cross-language boundaries through API contracts, shared config, and build orchestration
|
||||
- **Monorepo vs. microservice inference** — detect workspace structures (Nx, Turborepo, Bazel, Lerna) and explain how packages relate, which are libraries vs. applications, and where shared code lives
|
||||
- **Framework boot sequence recognition** — identify framework-specific startup patterns (Rails initializers, Spring Boot auto-config, Next.js middleware chain, Django settings/urls/wsgi) and explain them in framework-agnostic terms for newcomers
|
||||
- **Legacy code pattern detection** — recognize dead code, deprecated abstractions, migration artifacts, and naming convention drift that confuse new developers, and surface them as "things that look important but aren't"
|
||||
- **Dependency graph construction** — trace import/require chains to build a mental model of which modules depend on which, identifying high-coupling hotspots and clean boundaries
|
||||
|
||||
Reference in New Issue
Block a user