chore: release get-tbd v0.3.0#177
Merged
Merged
Conversation
Bump version 0.2.3 -> 0.3.0 and finalize the 0.3.0 CHANGELOG section (forkable docs f05 + config upgrade history f06). https://claude.ai/code/session_018erxkUHGwShRZJaoN8oUon
|
|
Overall Grade |
Security Reliability Complexity Hygiene |
Code Review Summary
| Analyzer | Status | Updated (UTC) | Details |
|---|---|---|---|
| Secrets | Jun 15, 2026 4:19p.m. | Review ↗ |
Important
AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.
Coverage Report for packages/tbd
File CoverageNo changed files found. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release get-tbd v0.3.0 — a minor release headlined by forkable docs, with a metadata-only repository format bump
f04→f06(f05forkable-docs layout,f06config upgrade history).This PR bumps
packages/tbd/package.jsonto0.3.0and finalizes the## 0.3.0CHANGELOG section. After merge, taggingv0.3.0on the merge commit triggersrelease.ymlto publish to npm and create the GitHub Release.Release verification (run locally on this branch)
format:check,lint:check,build,publint— passpnpm-lock.yamlbyte-identical to v0.2.3, no manifest changes,pnpm audit --prodclean0.3.0verified (release-body extractor returns the full section)0.3.0
The headline is forkable docs: every doc tbd serves (guidelines, shortcuts, templates, and the new reference docs) can now be forked into your repo as visible, git-tracked files, edited in place, and reconciled with upstream after upgrades. The repository format bumps
f04→f06in this release:f05adds the forkable-docs layout, andf06adds a config upgrade history and redefinestbd_version. Both migrations are metadata-only, so upgrading is safe and revertible.Features
tbd docs fork/unfork/update/diff/status): fork any managed doc into a visible fork dir (docs/tbd/), shadowing the hidden cache everywhere the doc is served.tbd docs updatethree-way merges upstream changes (--merge,--keep-ours,--dry-run);tbd docs diffcompares against upstream/base/incoming;tbd docs statusreports each fork's state from content hashes (fork state lives in committed.tbd/doc-forks/).tbd docssurface is re-homed around managed docs: baretbd docsis the status overview,tbd docs listlists all docs across kinds with state markers, the manual moved totbd docs show tbd-docs(aliastbd docs manual), andtbd docs syncrefreshes the cache.referencedoc kind: every doc source is addressed by a docref URI grammar and every listing is one docmap (docmap/0.1); both formats ship as forkablereferencedocs alongside the manual and design doc.tbd statusgains aDocs:line andtbd syncprints a stale/conflicted/missing notice; onlytbd docs updateever modifies tracked files.f06):tbd_versionnow records the version that last rantbd setup, and a newtbd_upgradeslist records the setup history (informational; gating stays ontbd_format).Guidelines and content
suggest-upstream-improvementsshortcut for reviewing fork customizations and contributing them upstream.docref-formatanddocmap-formatreference docs.welcome-usertwo-axis offer; agent skill routes fork/update/missing-file requests).cli-agent-skill-patternsguideline expanded (issues cli-agent-skill-patterns: five small gaps surfaced by an L2-ish CLI (pprose) #173, docs: address cli-agent-skill-patterns gaps from issue #173 (pprose audit) #175): L2b self-installer variant, deliberate managed-artifact upgrades, generator-resolvable pins, Cursor native paths.checkout-third-party-reposhortcut reuses an existing checkout (checkout-third-party-repo shortcut: no guidance when the repo is already cloned in attic/ #168).categoryin its frontmatter.Security
Lockfile unchanged since v0.2.3 (same
pnpm-lock.yamlhash, no manifest changes);pnpm audit --prodreports no known vulnerabilities.Full commit history: v0.2.3...v0.3.0
https://claude.ai/code/session_018erxkUHGwShRZJaoN8oUon
Generated by Claude Code