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
5 changes: 0 additions & 5 deletions .changeset/derive-status-heals-stale-draft-pin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hook-noop-when-config-missing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tick-task-clears-draft-override.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zettelgeist/cli

## 0.4.1

### Patch Changes

- [#15](https://github.com/morrieinmaas/zettelgeist/pull/15) [`8853133`](https://github.com/morrieinmaas/zettelgeist/commit/885313385695e90d0b0845e8a811a5096fe433a1) Thanks [@morrieinmaas](https://github.com/morrieinmaas)! - Pre-commit hook now self-disables in repos that aren't zettelgeist repos. Previously, a stale install left over from a removed config (or a partial init) would block every commit with `error: not a zettelgeist repo`. The installed hook block now exits 0 silently when `.zettelgeist.yaml` is missing. Re-run `zettelgeist install-hook` (or `zettelgeist init`) to update existing hooks.

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zettelgeist/cli",
"version": "0.4.0",
"version": "0.4.1",
"license": "Apache-2.0",
"author": "Mo <motechnix@gmail.com>",
"description": "Zettelgeist CLI: regen, validate, install-hook, serve, export-doc commands.",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zettelgeist/core

## 0.4.1

### Patch Changes

- [#15](https://github.com/morrieinmaas/zettelgeist/pull/15) [`8853133`](https://github.com/morrieinmaas/zettelgeist/commit/885313385695e90d0b0845e8a811a5096fe433a1) Thanks [@morrieinmaas](https://github.com/morrieinmaas)! - `deriveStatus` now ignores a `status: draft` frontmatter override when the spec has at least one counted task and every counted task is checked. The override is provably stale in that case (the board's "+" button writes it on new-card creation and nothing clears it afterwards). The card transparently moves to `in-review` (or `done` if merged) on the next render — no file mutation, no user action. Other override values (`planned`, `in-progress`, `in-review`, `done`, `blocked`, `cancelled`) and `draft` overrides with partial or zero progress are unchanged.

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zettelgeist/core",
"version": "0.4.0",
"version": "0.4.1",
"license": "Apache-2.0",
"author": "Mo <motechnix@gmail.com>",
"description": "Format core for Zettelgeist: parse, derive, validate, regenerate INDEX.md.",
Expand Down
6 changes: 6 additions & 0 deletions packages/mcp-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zettelgeist/mcp-server

## 0.3.1

### Patch Changes

- [#15](https://github.com/morrieinmaas/zettelgeist/pull/15) [`8853133`](https://github.com/morrieinmaas/zettelgeist/commit/885313385695e90d0b0845e8a811a5096fe433a1) Thanks [@morrieinmaas](https://github.com/morrieinmaas)! - `tick_task` now clears a stale `status: draft` frontmatter override on `requirements.md` as part of the same commit. This unblocks specs created from the board's "+" column button (which pins `status: draft`) from staying stuck in the draft column after every task is ticked. Other override values (`blocked`, `cancelled`, `planned`, `in-progress`, `in-review`, `done`) are left untouched — they may reflect explicit user intent. `untick_task` does not clear the override, so the draft column reset use-case still works.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zettelgeist/mcp-server",
"version": "0.3.0",
"version": "0.3.1",
"license": "Apache-2.0",
"author": "Mo <motechnix@gmail.com>",
"description": "Zettelgeist MCP server: 16 tools for agents to operate on Zettelgeist repositories.",
Expand Down