+ Utilities for working with AGENTS.md files:
+
+
+
+ Scopeglass
+ {" "}
+ — local CLI that shows the effective AGENTS.md chain for any path:
+ precedence order, line-level provenance, context-size estimates, and
+ checks for broken references, duplicates, and conflicting guidance.
+ Includes a CI gate (scopeglass check).
+
+
+);
+
+export default ToolingSection;
diff --git a/pages/index.tsx b/pages/index.tsx
index 1027b37d..a9046030 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -9,6 +9,7 @@ import CompatibilitySection from "@/components/CompatibilitySection";
import { GetStaticProps } from "next";
import WhySection from "@/components/WhySection";
import AboutSection from "@/components/AboutSection";
+import ToolingSection from "@/components/ToolingSection";
interface LandingPageProps {
contributorsByRepo: Record