Bump to v0.4.0 — BMad skills + Design Space
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
e5f81cae54
commit
490504e632
|
|
@ -0,0 +1 @@
|
||||||
|
ws://[::1]:9222/devtools/browser/719b69a4-45de-472f-8297-274eb327348f
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 0.3.5 (2026-03-19)
|
## 0.4.0 (2026-03-19)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
- **Design Space** — Agent Space is now a core WDS skill. Semantic knowledge search, design capture, cross-agent messaging, session-scoped presence (agent-2567), work orders, and online roster. Self-contained skill with embedded HTTP credentials — works everywhere without MCP.
|
- **Design Space** — Agent Space is now a core WDS skill. Semantic knowledge search, design capture, cross-agent messaging, session-scoped presence (agent-2567), work orders, and online roster. Self-contained skill with embedded HTTP credentials — works everywhere without MCP.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://json.schemastore.org/package.json",
|
"$schema": "https://json.schemastore.org/package.json",
|
||||||
"name": "whiteport-design-studio",
|
"name": "whiteport-design-studio",
|
||||||
"version": "0.3.5",
|
"version": "0.4.0",
|
||||||
"description": "Whiteport Design Studio - Strategic design methodology for AI-powered workflows",
|
"description": "Whiteport Design Studio - Strategic design methodology for AI-powered workflows",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"design",
|
"design",
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 614 KiB |
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wds-design-space",
|
"name": "wds-design-space",
|
||||||
"version": "0.3.5",
|
"version": "0.4.0",
|
||||||
"description": "Shared knowledge base and agent messaging system",
|
"description": "Shared knowledge base and agent messaging system",
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wds-freya",
|
"name": "wds-freya",
|
||||||
"version": "0.3.4",
|
"version": "0.4.0",
|
||||||
"description": "UX designer, scenario facilitator, and visual design partner",
|
"description": "UX designer, scenario facilitator, and visual design partner",
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wds-saga",
|
"name": "wds-saga",
|
||||||
"version": "0.3.4",
|
"version": "0.4.0",
|
||||||
"description": "Strategic business analyst and product discovery partner",
|
"description": "Strategic business analyst and product discovery partner",
|
||||||
"capabilities": [
|
"capabilities": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue