v0.8.0 Release Notes
Release Date: 2026-05-17
Highlights
- Repository Renamed -
grokify/prism→grokify/prism-intelligence - PRISM Ecosystem - Part of unified framework with prism-capability and prism-execution
- Updated Dependencies - prism-execution v0.11.0 (renamed from structured-plan)
Breaking Changes
Module Path Change
The Go module path has changed:
Migration
Update your go.mod:
Or update imports directly:
find . -name "*.go" -exec sed -i '' \
's|github.com/grokify/prism|github.com/grokify/prism-intelligence|g' {} +
Then run:
PRISM Ecosystem
PRISM Intelligence is now part of the unified PRISM ecosystem:
┌───────────────────┐ ┌───────────────────┐ ┌───────────────────┐
│ PRISM Capability │ │ PRISM Intelligence│ │ PRISM Execution │
│ │ │ │ │ │
│ "What we need" │───▶│ "How we measure" │───▶│ "How we act" │
│ │ │ │ │ │
│ Capability stacks │ │ SLIs, SLOs │ │ OKRs, V2MOM │
│ Layers, domains │ │ Maturity models │ │ Roadmaps │
│ Dependencies │ │ Maturity state │ │ Initiatives │
└───────────────────┘ └───────────────────┘ └───────────────────┘
| Module | Purpose | Repository |
|---|---|---|
| prism-capability | What capabilities exist | Capability stacks, layers |
| prism-intelligence | How we measure maturity | SLIs, SLOs, maturity models |
| prism-execution | How we improve | OKRs, V2MOM, roadmaps |
Changed
Schema URLs
JSON Schema $id URLs updated:
| Before | After |
|---|---|
https://github.com/grokify/prism/schema/... |
https://github.com/grokify/prism-intelligence/schema/... |
Dependencies
- Updated
github.com/grokify/prism-executionto v0.11.0 (renamed from structured-plan)
Installation
Or as a library: