[package]
edition = "2021"
name = "hexis"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The disposition layer between raw AI intelligence and effective action — a meta-cognitive framework for AI coding agents."
readme = "README.md"
keywords = [
"ai",
"agent",
"claude",
"framework",
"metacognition",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT"
repository = "https://github.com/hexis-framework/hexis"
[lib]
name = "hexis"
path = "src/lib.rs"