WP-0004: ecosystem integration complete
Add Helix Forge correlation (HELIX_SESSION_UID env, metrics correlate), artifact-store publish (metrics publish), activity-core ActivityDefinition references, integration patterns docs, and canon/knowledge design artifacts.
This commit is contained in:
@@ -64,6 +64,16 @@ kaizen-agentic metrics export tdd-workflow
|
||||
kaizen-agentic metrics optimize tdd-workflow # analyze one agent (≥10 records)
|
||||
kaizen-agentic metrics optimize # analyze all agents with metrics
|
||||
|
||||
# Helix Forge correlation (fleet layer — agentic-resources)
|
||||
export HELIX_SESSION_UID="claude:<native-id>"
|
||||
kaizen-agentic metrics record tdd-workflow --success --time 120 --quality 0.9
|
||||
kaizen-agentic metrics correlate claude:<native-id> # needs HELIX_STORE_DB
|
||||
|
||||
# Publish optimizer evidence to artifact-store (optional)
|
||||
export ARTIFACTSTORE_API_URL=http://127.0.0.1:8000
|
||||
export ARTIFACTSTORE_API_TOKEN=<token>
|
||||
kaizen-agentic metrics publish
|
||||
|
||||
# Scaffold memory + metrics together
|
||||
kaizen-agentic memory init tdd-workflow
|
||||
kaizen-agentic memory init tdd-workflow --no-metrics # memory only
|
||||
|
||||
Reference in New Issue
Block a user