Skip to content

Commit 51400e8

Browse files
ersinkocclaude
andcommitted
πŸ“¦ release: v0.2.3
### Service-by-Service Audit (Complete) - All 91 gateway services read and audited - channel-asset-store: silent catch → debug logging - subagent-manager: documented safeParseJson dedup limitation - browser-service: require('fs') → ESM import (fixed in v0.2.2) - whatsapp-api: let→const lint fix - cli/skill.test: remove unused import ### New Tests - notifications.test.ts (10 tests): send, channel, broadcast, preferences - fleet.test.ts (9 tests): list, create, get, start, stop, delete ### Lint Status - 0 errors across all packages - 0 warnings in production code (all warnings in test files only) - CLI: 0 warnings (was 1) - UI: 0 warnings ### Stats - 51 commits this session - 26,590+ tests passing - 91/91 services audited Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 82ead2e commit 51400e8

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ownpilot-monorepo",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"private": true,
55
"description": "OwnPilot - Privacy-first personal AI assistant platform",
66
"type": "module",

β€Žpackages/cli/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ownpilot/cli",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "CLI for OwnPilot",
55
"type": "module",
66
"bin": {

β€Žpackages/cli/src/commands/skill.test.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import {
5050
skillAudit,
5151
} from './skill.js';
5252

53-
import { select, confirm, checkbox } from '@inquirer/prompts';
53+
import { confirm, checkbox } from '@inquirer/prompts';
5454

5555
describe('Skill CLI Commands', () => {
5656
let logSpy: ReturnType<typeof vi.spyOn>;

β€Žpackages/core/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ownpilot/core",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "OwnPilot Core - Secure AI agent engine and tool framework",
55
"type": "module",
66
"sideEffects": false,

β€Žpackages/gateway/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ownpilot/gateway",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "HTTP API gateway for OwnPilot",
55
"type": "module",
66
"main": "./dist/index.js",

β€Žpackages/ui/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ownpilot/ui",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Web UI for OwnPilot",
55
"type": "module",
66
"private": true,

0 commit comments

Comments
Β (0)