Skip to content

Releases: Cortera-space/Cortera-Framework

Cortera Framework v1.0.0-29

Choose a tag to compare

@rukudzomudariki-png rukudzomudariki-png released this 23 Sep 05:55
Immutable release. Only release title and notes can be modified.

Cortera Framework v1.0.0-29 (Pre-release)

Release Name Update

The framework has been renamed from Tera to Cortera Framework. All npm packages are now published under the @cortera/* scope.

Security Features ✨

  • Blast Radius / Containment: Actions declare their downstream scope; actors exceeding blast radius are automatically contained
  • Risk Modes: Guarded (default) vs Autonomous execution tiers (instant, delayed, irreversible, approval-required)
  • Taint-Tracked Provenance: Data lineage tracking with source trust levels and transformation chains
  • Behavioral Drift Detection: Three detectors (scope widening, recon-then-strike, dormant-then-burst) with automatic containment and review workflow

Packages Published (8)

All packages under @cortera/ scope at version 1.0.0-29:

  • @cortera/core - Core framework: Action primitive, event log, permissions, blast radius, risk modes, provenance, behavioral drift
  • @cortera/db - PostgreSQL client: migrations, event storage, actor state, approvals, delayed actions, provenance, drift baselines
  • @cortera/auth - API key management: create, validate, revoke, list
  • @cortera/adapter-next - Next.js adapter: REST endpoints with auto route generation
  • @cortera/mcp - MCP server: exposes Actions as callable tools for AI agents
  • @cortera/ui - React components: auto-generated forms and triggers from Action definitions
  • @cortera/guard-service - Standalone HTTP API for action execution, approvals, containment review, observability
  • @cortera/cli - CLI: generate actions, run migrations, pre-deploy safety checks, manage API keys

Installation

npm install @cortera/core @cortera/cli @cortera/db @cortera/auth @cortera/mcp @cortera/ui @cortera/adapter-next @cortera/guard-service

Known Limitations (Deferred)

  • Dashboard not shipped by design - Guard service provides HTTP API for observability; UI components are building blocks
  • Test coverage gaps: @cortera/auth, @cortera/db, @cortera/adapter-next, @cortera/guard-service lack dedicated test suites
  • CLI has duplicate command bug (keys subcommand) - will be fixed in next patch
  • @cortera/adapter-next requires Next.js 14 as peer dependency

Documentation

See GitHub repo for docs and examples.

Tera v1.0.0-28 (Pre-release)

Choose a tag to compare

@rukudzomudariki-png rukudzomudariki-png released this 22 Sep 09:01
Immutable release. Only release title and notes can be modified.
355e169

Tera v1.0.0-28 (Pre-release)

Security Features ✨

  • Blast Radius / Containment: Actions declare their downstream scope; actors exceeding blast radius are automatically contained
  • Risk Modes: Guarded (default) vs Autonomous execution tiers (instant, delayed, irreversible, approval-required)
  • Taint-Tracked Provenance: Data lineage tracking with source trust levels and transformation chains
  • Behavioral Drift Detection: Three detectors (scope widening, recon-then-strike, dormant-then-burst) with automatic containment and review workflow

Packages Published (8)

All packages under @cortera/ scope at version 1.0.0-28:

  • @cortera/core - Core framework: Action primitive, event log, permissions, blast radius, risk modes, provenance, behavioral drift
  • @cortera/db - PostgreSQL client: migrations, event storage, actor state, approvals, delayed actions, provenance, drift baselines
  • @cortera/auth - API key management: create, validate, revoke, list
  • @cortera/adapter-next - Next.js adapter: REST endpoints with auto route generation
  • @cortera/mcp - MCP server: exposes Actions as callable tools for AI agents
  • @cortera/ui - React components: auto-generated forms and triggers from Action definitions
  • @cortera/guard-service - Standalone HTTP API for action execution, approvals, containment review, observability
  • @cortera/cli - CLI: generate actions, run migrations, pre-deploy safety checks, manage API keys

Known Limitations (Deferred)

  • Dashboard not shipped by design - Guard service provides HTTP API for observability; UI components are building blocks
  • Test coverage gaps: @cortera/auth, @cortera/db, @cortera/adapter-next, @cortera/guard-service lack dedicated test suites
  • CLI has duplicate command bug (keys subcommand) - will be fixed in next patch
  • @cortera/adapter-next requires Next.js 14 as peer dependency

Installation

npm install @cortera/core @cortera/cli @cortera/db @cortera/auth @cortera/mcp @cortera/ui @cortera/adapter-next @cortera/guard-service

Documentation

See GitHub repo for docs and examples.