docs(tree): add per-repo PROJECT_TREE snapshots + index them #41

Merged
whitlocktech merged 1 commits from docs/add-project-trees into main 2026-07-22 21:16:10 +00:00
Member

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 fenced text block (git-ignored build output / deps excluded).
  • README.md — links each tree from its section table, and adds a previously-missing android/ section + an updated Layout block.

How they stay current

These files are maintained going forward by a new sync-project-tree CI workflow in each source repo (website, link, Android-app). On push to main, that workflow regenerates the tree from git ls-files and, if it changed, opens a PR against this repo. Each file carries an "auto-generated — do not edit by hand" banner.

Note: the initial snapshots here came from the manually-captured tree files. The first CI run in each source repo may open a follow-up PR that normalizes formatting to the generator's exact output (e.g. dropping the archive-style <repo>-main/ root wrapper).

🤖 AI-assisted (Claude). Disclosed per org policy.

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 fenced `text` block (git-ignored build output / deps excluded). - `README.md` — links each tree from its section table, and adds a previously-missing `android/` section + an updated Layout block. ## How they stay current These files are maintained going forward by a new `sync-project-tree` CI workflow in each source repo (`website`, `link`, `Android-app`). On push to `main`, that workflow regenerates the tree from `git ls-files` and, if it changed, opens a PR against this repo. Each file carries an "auto-generated — do not edit by hand" banner. > Note: the initial snapshots here came from the manually-captured tree files. The first CI run in each source repo may open a follow-up PR that normalizes formatting to the generator's exact output (e.g. dropping the archive-style `<repo>-main/` root wrapper). 🤖 AI-assisted (Claude). Disclosed per org policy.
wtclaude added 1 commit 2026-07-22 21:15:17 +00:00
Add auto-generated project-tree snapshots for the website, link, and
Android-app repos under docs/<repo>/PROJECT_TREE.md, and link them from
the README (adding a previously-missing android/ section). These files
are maintained going forward by the sync-project-tree CI workflow in each
source repo, which opens a PR here whenever the tracked layout changes.

Co-Authored-By: Claude <noreply@anthropic.com>
whitlocktech approved these changes 2026-07-22 21:16:03 +00:00
whitlocktech merged commit d10aefa755 into main 2026-07-22 21:16:10 +00:00
whitlocktech deleted branch docs/add-project-trees 2026-07-22 21:16:10 +00:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RunicGateway/docs#41
No description provided.