Skip to content

Releases: Ascendral/artificial-persistent-intelligence

CORD Engine v4.0.3

09 Mar 02:44

Choose a tag to compare

CORD Engine v4.0.3 — CLI Path Resolution Fix

Patch release correcting module resolution in the CLI entry point for reliable global execution.

Bug Fixes

  • CLI Path Resolution — Fixed incorrect require paths in bin/cord-engine, ensuring the CLI correctly resolves engine modules when installed globally or locally

Full Changelog: v4.0.2...v4.0.3

CORD Engine v4.0.2

09 Mar 02:44

Choose a tag to compare

CORD Engine v4.0.2 — Global Install Fix

Patch release to support global npm installation.

Bug Fixes

  • Global Install Support — Added bin directory to enable cord-engine as a globally installable CLI command via npm install -g

Full Changelog: v4.0.1...v4.0.2

CORD Engine v4.0.1

09 Mar 02:44

Choose a tag to compare

CORD Engine v4.0.1 — VIGIL Threat Scanner & Major Architecture Overhaul

A major release introducing the VIGIL proactive threat scanning system and comprehensive production hardening.

What's New

  • VIGIL Threat Scanner v1 — New daemon-based threat scanner for real-time prompt analysis
  • VIGIL v2 — Normalizer layer and cross-turn behavioral memory for detecting multi-step attacks
  • VIGIL Integration — VIGIL wired into CORD as Phase 0 pre-filter for proactive threat interception
  • Proactive Scanning — Canary tokens, trajectory analysis, indirect injection detection, and attack phase prediction
  • CLI Dispatcher — New CLI dispatcher with enhanced demo experience

Improvements

  • Production Hardening — Full-stack production hardening with bulletproof null/edge-case handling
  • Red Team Validation — Full-stack attack simulation: 40 attacks, 100% blocked
  • 79 Jest Tests — Comprehensive test suite for VIGIL scanner logic and hardened patterns

Breaking Changes

  • SENTINEL renamed to CORD — All references to SENTINEL have been renamed to CORD; constitution renamed to protocols

Bug Fixes

  • Fixed CLI subprocess crash and middleware test expectations
  • Fixed bin entry point to correctly reference demo.js
  • Fixed VIGIL alerter hash chain reset with CI integration test step

Infrastructure

  • Added Dockerfile for containerized deployment
  • Added .gitignore entry for vigil-alerts.jsonl test artifact
  • Fixed npm package repository URL normalization

Full Changelog: v3.0.2...v4.0.1

CORD Engine v3.0.2

09 Mar 02:44

Choose a tag to compare

CORD Engine v3.0.2 — Version Bump

Maintenance release with version bump to align package metadata.

Maintenance

  • Version Bump — Bumped package version to v3.0.2

Full Changelog: v3.0.1...v3.0.2

CORD Engine v3.0.1

09 Mar 02:44

Choose a tag to compare

CORD Engine v3.0.1 — CI Fix

Patch release addressing a CI pipeline compatibility issue.

Bug Fixes

  • CI Pipeline — Switched from npm ci to npm install to resolve Node.js version mismatch with the lock file

Full Changelog: v3.0.0...v3.0.1

CORD Engine v3.0.0

09 Mar 02:44

Choose a tag to compare

CORD Engine v3.0.0 — Foundation Release

The inaugural public release of CORD Engine, establishing the core constitutional alignment framework for autonomous AI systems.

What's New

  • CORD v1 & v2 Enforcement Engine — Constitutional alignment pipeline with intent lock and tamper-evident audit logging
  • CORD v2 Python Engine — 14-check constitutional alignment with plain English explanations
  • CORD v3 JavaScript Engine — Full JS port with 14 checks, public API, middleware wrappers, and real-time dashboard
  • LEGION Orchestration Engine — Phase 1 multi-agent orchestration with smarter code block extraction
  • ToolInterceptor — Framework-level enforcement for agent tool calls
  • OpenClaw Integration — CORD-OpenClaw integration with test suite and CI pipeline
  • Prompt Injection Detection — v2.1 adds prompt injection detection, PII leakage prevention, and tool risk tiers
  • Adversarial Hardening — v2.2 adversarial hardening with mandatory OpenClaw pre-flight checks
  • CLI Wrapper & Demo — Command-line interface with expanded demo and integration notes

Infrastructure

  • GitHub Actions CI pipeline with JS CORD tests
  • npm package setup with explicit files whitelist and zero dependencies
  • MIT license for open-source distribution
  • Full static site rebuild with architecture documentation

Internal

  • Formal mathematical model for the CORD architecture
  • Local sovereignty hybrid deployment model
  • Offline-first architecture with intent lock and tamper-evident audit

Full Changelog: https://github.com/zanderone1980/artificial-persistent-intelligence/commits/v3.0.0