docs(tree): add per-repo PROJECT_TREE snapshots + index them #41
Reference in New Issue
Block a user
No description provided.
Delete Branch "docs/add-project-trees"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds auto-generated project-tree snapshots for each source repo and wires them into the docs index.
What's here
website/PROJECT_TREE.md,link/PROJECT_TREE.md,android/PROJECT_TREE.md— the tracked-file layout of each repo, wrapped in a fencedtextblock (git-ignored build output / deps excluded).README.md— links each tree from its section table, and adds a previously-missingandroid/section + an updated Layout block.How they stay current
These files are maintained going forward by a new
sync-project-treeCI workflow in each source repo (website,link,Android-app). On push tomain, that workflow regenerates the tree fromgit ls-filesand, if it changed, opens a PR against this repo. Each file carries an "auto-generated — do not edit by hand" banner.🤖 AI-assisted (Claude). Disclosed per org policy.