1df98ca732
AgentsView docs now live in the product repository so code and documentation can evolve together, with Vercel rooted at docs/ and the Zensical build kept local to that directory. The import keeps screenshot and icon media out of main. The docs build hydrates static and generated media from the docs-assets and docs-generated-assets orphan branches, while repository checks reject tracked docs media and stale source asset paths. Existing internal technical references that are still useful were moved under docs/internal/ and excluded from the published Zensical site. docs/superpowers is also excluded. The public markdown pages are restored from the source docs repo with their YAML frontmatter and mkdocs-material admonitions intact, and source checks now guard that syntax before local or Vercel builds proceed. Co-authored-by: Wes McKinney <wesm@users.noreply.github.com>