docs: refine package hierarchy RFC

This commit is contained in:
Tianyi Cui
2026-06-20 21:28:02 +08:00
parent 7f2769c529
commit 800e08e930
7 changed files with 64 additions and 82 deletions

View File

@@ -3,7 +3,7 @@ import { resolve } from 'node:path'
// publint every publishable package (vendor/ is private upstream code and
// examples/ are not packages; both are out of scope).
// TODO(package-inventory): derive this from explicit package classification metadata.
// TODO(package-inventory): derive this from the deliberate package hierarchy.
const packages = [
'packages/llm',
'packages/session',