docs: move ACP checklist into packages/acp

Co-locate the ACP feature support checklist with the bridge package
(packages/acp/acp-feature-support.md) and rewrite its relative links for
the new depth. Broaden the doc-sync globs (doc-typecheck, verify-md-wrap,
verify-md-links) from packages/*/README.md to packages/*/*.md so a
package-level doc beyond the README stays under the drift gates, and
update the AGENTS.md prose describing that scope.
This commit is contained in:
Tianyi Cui
2026-06-20 18:08:17 +08:00
parent bcf255fc57
commit f5e61417ee
6 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ function tempTsconfig(): string {
})
}
const markdownGlobs = ['README.md', 'docs/**/*.md', 'packages/*/README.md']
const markdownGlobs = ['README.md', 'docs/**/*.md', 'packages/*/*.md']
const files: string[] = []
for (const pattern of markdownGlobs) {