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
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@buildtovalue/studio": "1.1.0"
},
"changesets": [
"ag2-agenttask-emission",
"command-palette-cheatsheet",
"compensation-core",
"compensation-ledger",
Expand Down
7 changes: 7 additions & 0 deletions packages/adapters-bpmn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @buildtovalue/adapters-bpmn

## 1.2.0-next.1

### Patch Changes

- Updated dependencies [2c9e2b4]
- @buildtovalue/agentflow@1.1.0-next.1

## 1.2.0-next.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters-bpmn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buildtovalue/adapters-bpmn",
"version": "1.2.0-next.0",
"version": "1.2.0-next.1",
"description": "ArtifactAdapter implementations for the BuildToValue Studio library (Handoff 6 S-2): BPMN flow, persona, prompt, connector and policy adapters over the version registry, a DMN decision adapter, headless SVG thumbnails, plus the in-memory \"recipe\" fixture adapter that proves the library's genericity (acid test §10.1). Zero runtime dependencies beyond @buildtovalue/*.",
"license": "Apache-2.0",
"type": "module",
Expand Down
23 changes: 23 additions & 0 deletions packages/agentflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @buildtovalue/agentflow

## 1.1.0-next.1

### Minor Changes

- 2c9e2b4: AG-2.2 etapa 4 — fronteira do `agentTask` (ADENDO-02 D27) + proveniência verificada (D30).

**engine:** `agentTask` passa a ser tratado como uma ESPERA determinística (espelho
do `serviceTask`): ao ser alcançado, emite `CreateJob{ jobType: 'agent' }` com
`payload { elementId, agentRef }` (a ref DECLARADA no BPMN — o host substitui pelo
pin efetivo), o token pausa, e `JobCompleted` retoma o avanço. O INTERIOR do agente
(o walk LLM/tool/decision) roda no host, FORA do caminho determinístico — nunca entra
no engine nem no corpus de replay. Só o RESULTADO (variáveis via `JobCompleted`, D13)
volta. Corpus de replay ganha o cenário do avanço ao redor (byte-idêntico) e um lint
(aceite 7) que FALHA se qualquer fixture contiver interior de agente — a invariante
D27 verificada pelos dois lados. `agentTask` sem `agentWorkflowRef` → incidente
estrutural (o lint de deploy deveria barrar antes).

**agentflow:** `FactSource` ganha a terceira rung `'evidencia-verificada'` (D30). O
tipo carrega o rótulo para a trilha do host gravar; `simulate`/`simulateSquad` NUNCA
o emitem — um mock determinístico não verifica realidade, então a evidência verificada
é exclusiva do runtime real. Teste do aceite: mesmo com todos os papéis declarados como
evidência, o simulador nunca produz o rótulo verificado.

## 1.1.0-next.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agentflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buildtovalue/agentflow",
"version": "1.1.0-next.0",
"version": "1.1.0-next.1",
"description": "Headless agent-workflow model (Handoff 12 A-1): the JSON schema for a governed AI-agent sub-workflow — exactly three node types (llm/tool/decision) plus decorators (memory/planner/errorBoundary) — a versioned id@semver reference parser, and graph validation (honest stop criterion, bounded retries, structured-output coherence, delegate resolution, non-empty schemas) with a normative autonomyLevel 0-5 scale. Property naming aligns with the AgentO/AIAO vocabulary WITHOUT any JSON-LD @context/@type claim. Operates on a plain abstract graph and imports NOTHING from the ecosystem (integrations arrive by injection). Zero dependencies.",
"license": "Apache-2.0",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/dmn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @buildtovalue/dmn

## 1.0.2-next.1

### Patch Changes

- @buildtovalue/react@1.2.0-next.1

## 1.0.2-next.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dmn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buildtovalue/dmn",
"version": "1.0.2-next.0",
"version": "1.0.2-next.1",
"description": "DMN family for bpmn-react (Handoff 5, wheel degree 185): DRD node types and shapes (decision, inputData, knowledgeSource, businessKnowledgeModel), requirement edges (straight routing) and a DMN 1.4 XML converter. Zero runtime dependencies beyond @buildtovalue/*.",
"license": "Apache-2.0",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/domain-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @buildtovalue/domain-example

## 1.1.0-next.1

### Patch Changes

- @buildtovalue/react@1.2.0-next.1

## 1.1.0-next.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/domain-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buildtovalue/domain-example",
"version": "1.1.0-next.0",
"version": "1.1.0-next.1",
"private": true,
"description": "Example domain plugin for bpmn-react: squads, personas, gates, prompts, connectors and deliverables — a template for building your own domain vocabulary on top of the generic core.",
"license": "Apache-2.0",
Expand Down
23 changes: 23 additions & 0 deletions packages/engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @buildtovalue/engine

## 1.1.0-next.3

### Minor Changes

- 2c9e2b4: AG-2.2 etapa 4 — fronteira do `agentTask` (ADENDO-02 D27) + proveniência verificada (D30).

**engine:** `agentTask` passa a ser tratado como uma ESPERA determinística (espelho
do `serviceTask`): ao ser alcançado, emite `CreateJob{ jobType: 'agent' }` com
`payload { elementId, agentRef }` (a ref DECLARADA no BPMN — o host substitui pelo
pin efetivo), o token pausa, e `JobCompleted` retoma o avanço. O INTERIOR do agente
(o walk LLM/tool/decision) roda no host, FORA do caminho determinístico — nunca entra
no engine nem no corpus de replay. Só o RESULTADO (variáveis via `JobCompleted`, D13)
volta. Corpus de replay ganha o cenário do avanço ao redor (byte-idêntico) e um lint
(aceite 7) que FALHA se qualquer fixture contiver interior de agente — a invariante
D27 verificada pelos dois lados. `agentTask` sem `agentWorkflowRef` → incidente
estrutural (o lint de deploy deveria barrar antes).

**agentflow:** `FactSource` ganha a terceira rung `'evidencia-verificada'` (D30). O
tipo carrega o rótulo para a trilha do host gravar; `simulate`/`simulateSquad` NUNCA
o emitem — um mock determinístico não verifica realidade, então a evidência verificada
é exclusiva do runtime real. Teste do aceite: mesmo com todos os papéis declarados como
evidência, o simulador nunca produz o rótulo verificado.

## 1.1.0-next.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buildtovalue/engine",
"version": "1.1.0-next.2",
"version": "1.1.0-next.3",
"description": "Deterministic BPMN execution kernel for the BuildToValue platform: pure advance(state, event) -> {state, effects}. Extracted from @buildtovalue/simulation (ADR-0001). v1 semantic subset: sequence flow, XOR with S-FEEL conditions, AND fork/join, user task, service task (jobs), intermediate + boundary timers, cancellation. Consumes only @buildtovalue/core. Zero runtime dependencies.",
"license": "Apache-2.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/engine/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// GERADO por scripts/sync-version.mjs a partir do package.json — NÃO editar.
// (D6: replay é contrato; a versão gravada em cada estado É a publicada.)
/** Versão semântica do engine gravada em cada estado (D6). */
export const ENGINE_VERSION = '1.1.0-next.2';
export const ENGINE_VERSION = '1.1.0-next.3';
6 changes: 6 additions & 0 deletions packages/library-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @buildtovalue/library-react

## 1.1.0-next.1

### Patch Changes

- @buildtovalue/react@1.2.0-next.1

## 1.1.0-next.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/library-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buildtovalue/library-react",
"version": "1.1.0-next.0",
"version": "1.1.0-next.1",
"description": "React UI for the generic BuildToValue library (Handoff 6 S-3): gallery with status/type filter chips, search, artifact cards and the detail drawer — all generic, driven exclusively by the ArtifactAdapter contract. Zero runtime dependencies beyond @buildtovalue/*.",
"license": "Apache-2.0",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @buildtovalue/react

## 1.2.0-next.1

### Patch Changes

- Updated dependencies [2c9e2b4]
- @buildtovalue/agentflow@1.1.0-next.1

## 1.2.0-next.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buildtovalue/react",
"version": "1.2.0-next.0",
"version": "1.2.0-next.1",
"description": "React layer for bpmn-react: native SVG canvas, shapes, gestures, palette, inspector, minimap and diff view. Zero runtime dependencies (react/react-dom as peers).",
"license": "Apache-2.0",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/studio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @buildtovalue/studio

## 1.2.0-next.1

### Patch Changes

- @buildtovalue/adapters-bpmn@1.2.0-next.1
- @buildtovalue/react@1.2.0-next.1
- @buildtovalue/library-react@1.1.0-next.1

## 1.2.0-next.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buildtovalue/studio",
"version": "1.2.0-next.0",
"version": "1.2.0-next.1",
"description": "BuildToValue Studio (Handoff 6 S-4): the application layer for the no-screen personas — shell with hash navigation (no external router), the generic Biblioteca screen and the Revisão do Aprovador (engine-derived queue, real verification calls, immutable ledger decisions; approving never activates). Zero runtime dependencies beyond @buildtovalue/*.",
"license": "Apache-2.0",
"type": "module",
Expand Down
Loading