Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
78ed28b
process: Add docs config redesign plan spec
claude May 7, 2026
7a23ffc
process: Clarify G3 — mirrored docs are cached, not git-tracked by de…
claude May 7, 2026
bc22d85
process: Clarify G11 — hard cut on schema with reliable detect+migrate
claude May 7, 2026
16f1614
process: Reframe G13 (auth out-of-band) and graduate G9-G13 to offici…
claude May 7, 2026
06149cb
process: Add G14/G15 bundles, drop Approach A, rename prefix→bundle
claude May 7, 2026
844131b
process: Add G16/G17 — upstream format-free, bundles span doc types
claude May 7, 2026
3162f86
process: Extract docspec format as standalone architecture doc; add G18
claude May 7, 2026
0c29cd9
process: Move docspec format spec next to other tbd design docs
claude May 7, 2026
294b0fb
process: Rename docspec → docref; drop URI qualifier; fix terminology…
claude May 7, 2026
b4157ba
process: Reserve `#` as future fragment-identifier separator in docrefs
claude May 7, 2026
830d10c
process: docref §1.9 — silently drop fragment in v0.1, not parse error
claude May 7, 2026
5fabbe1
process: Split docref/docmap, add GitLab, install std-doc-guidelines
claude May 7, 2026
61c124a
feat(docref/docmap): standalone reference modules with full test cove…
claude May 7, 2026
0493fa9
fix(doctor): prefer manual-intervention message when non-fixable erro…
claude May 7, 2026
8566cda
chore: refresh auto-generated agent skill and AGENTS.md
claude May 7, 2026
f123d40
process: Add workflow catalog, three-state doc model, three-phase plan
claude May 7, 2026
a41c717
fix(lockfile): treat EPERM as contention on Windows
claude May 7, 2026
0ce991d
chore: refresh auto-generated agent skill and AGENTS.md
claude May 7, 2026
5788a8c
fix: add YAML frontmatter to std-doc-guidelines
claude May 7, 2026
00c0376
chore: refresh auto-generated agent files (frontmatter + smart-quote …
claude May 7, 2026
9cdd29e
fix(lockfile): EPERM-as-contention only when lock dir actually exists
claude May 7, 2026
c83c2c9
chore: refresh auto-generated agent files
claude May 7, 2026
87a3d9a
fix: address senior-design review of docref/docmap (PR #117 review)
claude May 7, 2026
c8058bd
chore: refresh auto-generated agent files
claude May 7, 2026
42ae9eb
process: Add Q20 (categories vs types vs folders, glob-first matching…
claude May 7, 2026
bacf03e
chore: refresh auto-generated agent files
claude May 7, 2026
36efe41
process: Reconcile design principles between plan-spec and tbd-design.md
claude May 7, 2026
2849d83
chore: refresh auto-generated agent files
claude May 7, 2026
359a2d1
process: Add P10 "docs are the integration boundary"
claude May 7, 2026
bc113eb
chore: refresh auto-generated agent files
claude May 7, 2026
283235a
test: skip high-concurrency lockfile test on Windows
claude May 8, 2026
f113cef
chore: refresh auto-generated agent files
claude May 8, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .claude/skills/tbd/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ Run `tbd guidelines <name>` to apply any of these guidelines:
| python-modern-guidelines | Guidelines for modern Python projects using uv, with a few more opinionated practices |
| python-rules | General Python coding rules and best practices |
| release-notes-guidelines | Guidelines for writing clear, accurate release notes |
| std-doc-guidelines | General guidelines for writing and organizing code, documentation, and text files for humans and AI agents |
| tbd-sync-troubleshooting | Common issues and solutions for tbd sync and workspace operations |
| typescript-cli-tool-rules | Rules for building CLI tools with Commander.js, picocolors, and TypeScript |
| typescript-code-coverage | Best practices for code coverage in TypeScript with Vitest and v8 provider |
Expand Down
1 change: 1 addition & 0 deletions .tbd/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ docs_cache:
guidelines/python-modern-guidelines.md: internal:guidelines/python-modern-guidelines.md
guidelines/python-rules.md: internal:guidelines/python-rules.md
guidelines/release-notes-guidelines.md: internal:guidelines/release-notes-guidelines.md
guidelines/std-doc-guidelines.md: internal:guidelines/std-doc-guidelines.md
guidelines/tbd-sync-troubleshooting.md: internal:guidelines/tbd-sync-troubleshooting.md
guidelines/typescript-cli-tool-rules.md: internal:guidelines/typescript-cli-tool-rules.md
guidelines/typescript-code-coverage.md: internal:guidelines/typescript-code-coverage.md
Expand Down
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ Run `tbd guidelines <name>` to apply any of these guidelines:
| python-modern-guidelines | Guidelines for modern Python projects using uv, with a few more opinionated practices |
| python-rules | General Python coding rules and best practices |
| release-notes-guidelines | Guidelines for writing clear, accurate release notes |
| std-doc-guidelines | General guidelines for writing and organizing code, documentation, and text files for humans and AI agents |
| tbd-sync-troubleshooting | Common issues and solutions for tbd sync and workspace operations |
| typescript-cli-tool-rules | Rules for building CLI tools with Commander.js, picocolors, and TypeScript |
| typescript-code-coverage | Best practices for code coverage in TypeScript with Vitest and v8 provider |
Expand Down
1,738 changes: 1,738 additions & 0 deletions docs/project/specs/active/plan-2026-05-07-docs-config-redesign.md

Large diffs are not rendered by default.

Loading
Loading