Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
21 changes: 20 additions & 1 deletion packages/tbd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# get-tbd

## Unreleased (0.3.0)
## 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,
Expand Down Expand Up @@ -77,6 +77,25 @@ These ship inside the package and are read by agents via `tbd docs show …`,
the two-axis offer (scope: all standard guidelines or a stack subset; visibility:
hidden cache or forked into `docs/tbd/`), and the agent skill routes fork, update, and
missing-file requests to the new commands.
- **`cli-agent-skill-patterns` guideline expanded** (issues #173, #175): names the L2b
self-installing-tool variant and spells out how a self-installer should upgrade its
managed generated artifacts deliberately, bake a pin its generator can actually
resolve, and stamp the format/forward-compatibility guard; plus Cursor native skill
paths and tightened upgrade-scope guidance.
- **`checkout-third-party-repo` shortcut reuses an existing checkout** (#168): it now
updates an existing `attic/<repo>` (with a clean-check and detached-HEAD/tag handling)
instead of re-cloning into an existing directory or working from a stale checkout.
- **Every bundled guideline now declares a `category` in its frontmatter**, so
`tbd docs list` and the docmap listings group guidelines consistently.

### Security

Lockfile unchanged since v0.2.3; the resolved dependency tree is byte-identical (same
`pnpm-lock.yaml` hash) and there are no manifest changes, so no new advisories.
`pnpm audit --prod` reports no known vulnerabilities.

**Full commit history**:
[https://github.com/jlevy/tbd/compare/v0.2.3 … v0.3.0](https://github.com/jlevy/tbd/compare/v0.2.3...v0.3.0)

## 0.2.3

Expand Down
2 changes: 1 addition & 1 deletion packages/tbd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "get-tbd",
"version": "0.2.3",
"version": "0.3.0",
"description": "Git-native issue tracking for AI agents and humans",
"license": "MIT",
"author": "Joshua Levy <joshua@cal.berkeley.edu> (https://github.com/jlevy)",
Expand Down
Loading