You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TD-CI-001: captures the CI optimization needed so non-admin
contributors (post public flip) don't hit the ~6-8 minute full
pipeline on docs-only PRs. Admin bypass is the maintainer workaround
for now; path filters are the general solution. Must be done before
Decision 016's exit criteria open contributions.
TD-DOCS-001: captures the docs/ directory refactor flagged during
the M-sec session — no ToC, scattered files, leaked meta-tags.
Must be done before public flip so skeptical first-time visitors
get a navigable documentation surface.
Dev-file-only commit — direct push per the strip-list test rule.
Flagged during the M-sec session: `docs/` has no table of contents, files are
326
+
scattered, some leak meta-tags / internal tooling artifacts that shouldn't be
327
+
public-facing.
328
+
329
+
**Fix:** audit every file in `docs/`, categorize (getting-started / concepts /
330
+
reference / examples / operations), write a `docs/README.md` as the navigational
331
+
root, remove or rewrite anything that shouldn't ship publicly, normalize
332
+
frontmatter to exclude internal tags. Consider a static-site generator (mdBook,
333
+
Docusaurus, Hugo) if the structure warrants it.
334
+
335
+
**When to fix:** before the repo flips public. Public-facing docs are one of
336
+
the first things a skeptical engineer reads; bad navigation is a trust-loss
337
+
moment.
338
+
296
339
## When to Fix
297
340
298
341
Documentation and script drift items (TD-D*, TD-S*) should be resolved **after all cherry-pick batches are complete** (B0-B6). Doing them now risks conflicts with incoming commits. Schedule as a dedicated docs refresh phase post-migration.
0 commit comments