Florian BRUNIAUX
|
17846b1179
|
docs: complete Wasp fullstack essentials integration
Complete all 4 action items from wasp-fullstack-essentials-eval.md resource
evaluation (score 3/5). Framework-agnostic insights only, promotional content
excluded.
Changes (3 sections):
1. Background tasks workflow (Section 9.5)
- New subsection: "Background Tasks for Fullstack Development"
- When to background tasks (5 scenarios table)
- Fullstack workflow pattern with examples
- Context rot prevention strategies
- Limitations and workarounds
- Integration with teleportation
- /tasks monitoring guide
- ~100 lines added to Section 9.5 "Tight Feedback Loops"
2. Chrome DevTools MCP (mcp-servers-ecosystem.md)
- New server entry in "Browser Automation" section
- Official Anthropic server (not community)
- Comparison table vs Playwright MCP (debugging vs testing)
- Setup and configuration
- Use cases and limitations
- Updated stats: 3 browser servers (was 2), 6 official servers (was 5)
- ~60 lines added to Browser Automation section
3. Convention-over-config for AI (Section 9.18.1)
- New subsection: "Convention-Over-Configuration for AI Agents"
- Why opinionated frameworks reduce agent cognitive load
- Comparison table: custom vs opinionated architectures
- Examples: Next.js, Rails, Phoenix, Django
- Real-world impact on agent productivity
- Trade-offs analysis
- Connection to CLAUDE.md sizing (token reduction)
- ~60 lines added to Section 9.18.1
Total additions: ~220 lines (workflow patterns + MCP server + AX framework)
Source evaluation: docs/resource-evaluations/wasp-fullstack-essentials-eval.md
Primary sources: llmstxt.org (llms.txt), official docs (background tasks, Chrome
DevTools MCP), existing Section 9.18 (Marmelab/AX framework)
Related commits:
- 783c43b: llms.txt conceptual documentation (completed earlier)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2026-02-09 10:00:53 +01:00 |
|
Florian BRUNIAUX
|
b15647d57f
|
docs: add Git MCP Server (Official) comprehensive documentation
Integration:
- New section "Version Control (Official Servers)" in mcp-servers-ecosystem.md (~1600 words)
- Decision matrix: Git MCP vs GitHub MCP vs Bash tool (11 operations)
- 12 tools documented with setup, config, use cases, limitations
- Resource evaluation file created (git-mcp-server-evaluation.md)
- Machine-readable index updated (11 new entries)
- Evaluation count corrected: 36 → 46 (actual file count)
Score: 5/5 (CRITICAL) after technical-writer challenge
Gap filled: Official Git server 0% documented → 100% comprehensive
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2026-02-03 17:20:12 +01:00 |
|
Florian BRUNIAUX
|
8ca34da3ae
|
docs: add MCP servers ecosystem references
- guide/README.md: Added mcp-servers-ecosystem.md to docs table
- guide/ultimate-guide.md: Added Community MCP Servers section with 8 validated servers
* Playwright (Microsoft), Semgrep, Kubernetes (Red Hat), Context7, Linear, Vercel, Browserbase, MCP-Compose
* Quick start example, quality scores, production deployment guide reference
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2026-01-28 20:21:42 +01:00 |
|