mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
Style README header with centered logo, tagline, and badges
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
aa39553985
commit
7e55276672
1 changed files with 17 additions and 6 deletions
23
README.md
23
README.md
|
|
@ -1,11 +1,22 @@
|
|||

|
||||
<h1 align="center">
|
||||
<img src="assets/ktx-mascot.png" alt="" height="64" /> KTX
|
||||
</h1>
|
||||
|
||||
# KTX
|
||||
<p align="center">
|
||||
<strong>Workspace-first context layer for database agents</strong>
|
||||
</p>
|
||||
|
||||
KTX is a workspace-first context layer for database agents. It stores warehouse
|
||||
memory in a project directory, generates and validates semantic-layer YAML,
|
||||
indexes knowledge, scans database schemas, and exposes the result through a CLI
|
||||
and MCP server.
|
||||
<p align="center">
|
||||
<a href="https://www.npmjs.com/package/@kaelio/ktx"><img src="https://img.shields.io/npm/v/@kaelio/ktx?style=flat-square&color=f97316" alt="npm version" /></a>
|
||||
<a href="https://github.com/Kaelio/ktx/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square" alt="License" /></a>
|
||||
<a href="https://github.com/Kaelio/ktx"><img src="https://img.shields.io/github/stars/Kaelio/ktx?style=flat-square" alt="GitHub stars" /></a>
|
||||
</p>
|
||||
|
||||
---
|
||||
|
||||
KTX stores warehouse memory in a project directory, generates and validates
|
||||
semantic-layer YAML, indexes knowledge, scans database schemas, and exposes the
|
||||
result through a CLI and MCP server.
|
||||
|
||||
KTX projects are plain files: YAML, Markdown, SQLite state, and generated
|
||||
artifacts. You can inspect them, commit them, and serve them to any MCP client.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue