1 results for tag "source-driven-development"
Ground every framework-specific implementation decision in official documentation rather than training data. Workflow: Detect stack/versions from `package.json`/`pyproject.toml`/`go.mod`/etc., fetch the exact relevant docs page (e.g. `react.dev/reference/react/useActionState`, not the homepage), implement matching those patterns, and cite full URLs (prefer deep links with anchors) in code comments. Treats Stack Overflow, blog posts, and training data as non-authoritative and requires explicit `UNVERIFIED:` flags when no doc exists.