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
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @md2do/cli

## 0.8.0

### Patch Changes

- Updated dependencies []:
- @md2do/todoist@0.8.0

## 0.7.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": "@md2do/cli",
"version": "0.7.0",
"version": "0.8.0",
"description": "CLI interface for md2do task manager",
"keywords": [
"markdown",
Expand Down
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @md2do/config

## 0.8.0

### Patch Changes

- Version bump to stay in sync with linked packages

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@md2do/config",
"version": "0.7.0",
"version": "0.8.0",
"description": "Configuration management for md2do with hierarchical resolution",
"keywords": [
"config",
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 @@
# @md2do/core

## 0.8.0

### Patch Changes

- Version bump to stay in sync with linked packages

## 0.7.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": "@md2do/core",
"version": "0.7.0",
"version": "0.8.0",
"description": "Core parsing, filtering, scanning, and file writing for md2do",
"keywords": [
"markdown",
Expand Down
9 changes: 9 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @md2do/mcp

## 0.8.0

### Minor Changes

- feat: integration builder prompt + MCP sources fix
- Add `build_integration` MCP prompt: generates a ready-to-use prompt for any Claude agent to fetch tasks from an external source and write valid md2do JSONL ingest files; supports `source` (required) and `mode=provider` (appends TypeScript SourceProvider skeleton)
- Fix `formatTask()` to include `sources` field in JSON output so Claude can see external IDs on ingested tasks
- Add TodoistProvider unit tests and fix coverage thresholds

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@md2do/mcp",
"version": "0.7.0",
"version": "0.8.0",
"description": "MCP (Model Context Protocol) server for md2do task manager",
"keywords": [
"mcp",
Expand Down
9 changes: 9 additions & 0 deletions packages/todoist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @md2do/todoist

## 0.8.0

### Patch Changes

- feat: integration builder prompt + MCP sources fix
- Add `build_integration` MCP prompt: generates a ready-to-use prompt for any Claude agent to fetch tasks from an external source and write valid md2do JSONL ingest files; supports `source` (required) and `mode=provider` (appends TypeScript SourceProvider skeleton)
- Fix `formatTask()` to include `sources` field in JSON output so Claude can see external IDs on ingested tasks
- Add TodoistProvider unit tests and fix coverage thresholds

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/todoist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@md2do/todoist",
"version": "0.7.0",
"version": "0.8.0",
"description": "Todoist API integration for md2do",
"keywords": [
"todoist",
Expand Down
Loading