Skip to content

Commit 15f5f3d

Browse files
committed
Bump version to 0.4.0
New features: - UPJACK_ROOT env var for configurable workspace root - Per-entity tools array for tool listing control - Default workspace changed from ./workspace to .upjack
1 parent 1416270 commit 15f5f3d

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

lib/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "upjack"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
description = "Schema-driven entity management for AI-native applications"
55
readme = "README.md"
66
license = {text = "Apache-2.0"}

lib/python/src/upjack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""NimbleBrain Upjack — schema-driven entity management for AI-native applications."""
22

3-
__version__ = "0.3.1"
3+
__version__ = "0.4.0"
44

55
from upjack.activity import ACTIVITY_ENTITY_DEF, get_activity_schema
66
from upjack.app import UpjackApp

lib/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "upjack",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "Schema-driven entity management for AI-native applications",
55
"type": "module",
66
"exports": {

skills/upjack-app-builder/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: upjack-app-builder
33
description: Builds complete, compliant NimbleBrain Upjack apps from natural language descriptions. Generates manifest, entity schemas, skills, context, seed data, and server entry point. Use when creating a new Upjack app, building an AI-native app, or scaffolding a domain-specific application. Triggers include "create me a todo app", "build an upjack app", "new upjack app for", "scaffold an app".
44
metadata:
5-
version: "0.3.1"
5+
version: "0.4.0"
66
category: development
77
tags:
88
- upjack
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.1
1+
0.4.0

0 commit comments

Comments
 (0)