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
20 changes: 0 additions & 20 deletions .changeset/initial-publish.md

This file was deleted.

10 changes: 10 additions & 0 deletions apps/firebase/functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @joshua2048/threads-firebase-functions

## 1.0.1

### Patch Changes

- Updated dependencies [b43ff5f]
- @redjay/threads-core@1.1.0
- @redjay/threads-storage@3.0.0
- @redjay/threads-firebase-storage@1.1.0
2 changes: 1 addition & 1 deletion apps/firebase/functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joshua2048/threads-firebase-functions",
"version": "1.0.0",
"version": "1.0.1",
"description": "Firebase Cloud Functions for Threads platform",
"main": "dist/index.js",
"scripts": {
Expand Down
22 changes: 22 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# @redjay/threads-cli

## 1.3.0

### Minor Changes

- b43ff5f: Initial public release of the Threads platform.

- Async storage pipeline with IAsyncThreadStore interface and SyncToAsyncAdapter
- Firebase Firestore backend with multi-tenant isolation
- JSON file storage backend for local development
- CLI with 25+ commands: list, new, show, set, progress, search, batch, agenda, timeline, and more
- Reminder and recurrence support
- Configurable temperature thresholds
- MCP server for AI assistant integration
- 882 tests passing

### Patch Changes

- Updated dependencies [b43ff5f]
- @redjay/threads-core@1.1.0
- @redjay/threads-storage@3.0.0
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": "@redjay/threads-cli",
"version": "1.2.0",
"version": "1.3.0",
"description": "Conversational thread tracker for managing streams of activity through self-reported progress",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# @redjay/threads-core

## 1.1.0

### Minor Changes

- b43ff5f: Initial public release of the Threads platform.

- Async storage pipeline with IAsyncThreadStore interface and SyncToAsyncAdapter
- Firebase Firestore backend with multi-tenant isolation
- JSON file storage backend for local development
- CLI with 25+ commands: list, new, show, set, progress, search, batch, agenda, timeline, and more
- Reminder and recurrence support
- Configurable temperature thresholds
- MCP server for AI assistant integration
- 882 tests passing
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": "@redjay/threads-core",
"version": "1.0.0",
"version": "1.1.0",
"description": "Core types and models for Threads platform",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
22 changes: 22 additions & 0 deletions packages/firebase-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# @redjay/threads-firebase-storage

## 1.1.0

### Minor Changes

- b43ff5f: Initial public release of the Threads platform.

- Async storage pipeline with IAsyncThreadStore interface and SyncToAsyncAdapter
- Firebase Firestore backend with multi-tenant isolation
- JSON file storage backend for local development
- CLI with 25+ commands: list, new, show, set, progress, search, batch, agenda, timeline, and more
- Reminder and recurrence support
- Configurable temperature thresholds
- MCP server for AI assistant integration
- 882 tests passing

### Patch Changes

- Updated dependencies [b43ff5f]
- @redjay/threads-core@1.1.0
- @redjay/threads-storage@3.0.0
2 changes: 1 addition & 1 deletion packages/firebase-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redjay/threads-firebase-storage",
"version": "1.0.0",
"version": "1.1.0",
"description": "Firebase Firestore storage adapter for Threads platform",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
22 changes: 22 additions & 0 deletions packages/json-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# @redjay/threads-json-storage

## 1.1.0

### Minor Changes

- b43ff5f: Initial public release of the Threads platform.

- Async storage pipeline with IAsyncThreadStore interface and SyncToAsyncAdapter
- Firebase Firestore backend with multi-tenant isolation
- JSON file storage backend for local development
- CLI with 25+ commands: list, new, show, set, progress, search, batch, agenda, timeline, and more
- Reminder and recurrence support
- Configurable temperature thresholds
- MCP server for AI assistant integration
- 882 tests passing

### Patch Changes

- Updated dependencies [b43ff5f]
- @redjay/threads-core@1.1.0
- @redjay/threads-storage@3.0.0
2 changes: 1 addition & 1 deletion packages/json-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redjay/threads-json-storage",
"version": "1.0.0",
"version": "1.1.0",
"description": "JSON file storage adapter for Threads platform",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
22 changes: 22 additions & 0 deletions packages/mcp-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# @redjay/threads-mcp

## 1.1.0

### Minor Changes

- b43ff5f: Initial public release of the Threads platform.

- Async storage pipeline with IAsyncThreadStore interface and SyncToAsyncAdapter
- Firebase Firestore backend with multi-tenant isolation
- JSON file storage backend for local development
- CLI with 25+ commands: list, new, show, set, progress, search, batch, agenda, timeline, and more
- Reminder and recurrence support
- Configurable temperature thresholds
- MCP server for AI assistant integration
- 882 tests passing

### Patch Changes

- Updated dependencies [b43ff5f]
- @redjay/threads-core@1.1.0
- @redjay/threads-storage@3.0.0
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": "@redjay/threads-mcp",
"version": "1.0.0",
"version": "1.1.0",
"description": "MCP server for Threads platform",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
21 changes: 21 additions & 0 deletions packages/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# @redjay/threads-storage

## 3.0.0

### Major Changes

- b43ff5f: Initial public release of the Threads platform.

- Async storage pipeline with IAsyncThreadStore interface and SyncToAsyncAdapter
- Firebase Firestore backend with multi-tenant isolation
- JSON file storage backend for local development
- CLI with 25+ commands: list, new, show, set, progress, search, batch, agenda, timeline, and more
- Reminder and recurrence support
- Configurable temperature thresholds
- MCP server for AI assistant integration
- 882 tests passing

### Patch Changes

- Updated dependencies [b43ff5f]
- @redjay/threads-core@1.1.0
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redjay/threads-storage",
"version": "2.0.0",
"version": "3.0.0",
"description": "Storage adapters for Threads platform",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
25 changes: 25 additions & 0 deletions packages/threads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# @redjay/threads

## 1.3.0

### Minor Changes

- b43ff5f: Initial public release of the Threads platform.

- Async storage pipeline with IAsyncThreadStore interface and SyncToAsyncAdapter
- Firebase Firestore backend with multi-tenant isolation
- JSON file storage backend for local development
- CLI with 25+ commands: list, new, show, set, progress, search, batch, agenda, timeline, and more
- Reminder and recurrence support
- Configurable temperature thresholds
- MCP server for AI assistant integration
- 882 tests passing

### Patch Changes

- Updated dependencies [b43ff5f]
- @redjay/threads-cli@1.3.0
- @redjay/threads-core@1.1.0
- @redjay/threads-storage@3.0.0
- @redjay/threads-json-storage@1.1.0
- @redjay/threads-mcp@1.1.0
2 changes: 1 addition & 1 deletion packages/threads/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redjay/threads",
"version": "1.2.0",
"version": "1.3.0",
"description": "Entry point composition package for Threads CLI - wires together CLI + storage based on config",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down