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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to Korg

Thank you for your interest in contributing to **Korg — the first deterministic cognitive runtime**.
Thank you for your interest in contributing to **Korg — a tamper-evident, verifiable ledger for AI agent cognition**.

---

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ axum = { version = "0.7", features = ["macros"] }
name = "korg"
version = "0.1.0"
edition = "2021"
description = "The first deterministic cognitive runtime. Every AI agent decision is logged, causally ordered, and reversible — like Git, but for cognition."
description = "A tamper-evident, verifiable ledger for AI agent cognition: every decision is recorded in a hash-chained, causally-ordered journal that anyone can independently verify — no blockchain, no trust in the tool that produced it."
license = "MIT OR Apache-2.0"
repository = "https://github.com/New1Direction/korg"
homepage = "https://github.com/New1Direction/korg"
documentation = "https://github.com/New1Direction/korg#readme"
keywords = ["ai", "agents", "runtime", "deterministic", "autonomous"]
keywords = ["ai", "agents", "verifiable", "tamper-evident", "ledger"]
categories = ["command-line-utilities", "development-tools", "asynchronous"]
readme = "README.md"
exclude = [
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# korg

**A causally-ordered, rewindable event-ledger for autonomous AI agents.**
*Every decision your AI agent makes is logged, structured, and reversible — like Git, but for cognition.*
*Every step your AI agent takes, recorded in a hash-chained ledger you can independently verify — tamper-evident, zero trust, no blockchain.*

[![License: MIT OR Apache-2.0](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg?style=flat-square)](https://opensource.org/licenses/MIT)
[![Rust 2021](https://img.shields.io/badge/rust-2021-93450a.svg?style=flat-square)](https://www.rust-lang.org)
Expand Down
2 changes: 1 addition & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Roadmap

> **Current release:** [v0.1.0](https://github.com/New1Direction/korg/releases/tag/v0.1.0) — The first deterministic cognitive runtime.
> **Current release:** [v0.1.0](https://github.com/New1Direction/korg/releases/tag/v0.1.0) — a tamper-evident, verifiable ledger for AI agent cognition.

---

Expand Down
2 changes: 1 addition & 1 deletion spec/korg-ledger-v1/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"license": "MIT OR Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/New1Direction/korg",
"url": "git+https://github.com/New1Direction/korg.git",
"directory": "spec/korg-ledger-v1/js"
},
"homepage": "https://github.com/New1Direction/korg/tree/main/spec/korg-ledger-v1"
Expand Down
Loading