-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (28 loc) · 1.23 KB
/
pyproject.toml
File metadata and controls
31 lines (28 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[project]
name = "cognilayer"
version = "4.3.0"
description = "Persistent memory + code intelligence + subagent protocol for Claude Code & Codex CLI — save 80-200K+ tokens/session. 18 MCP tools, hybrid search, subagent context compression, TUI dashboard, crash recovery."
readme = "README.md"
license = "Elastic-2.0"
requires-python = ">=3.11"
authors = []
keywords = ["claude", "claude-code", "codex-cli", "mcp", "memory", "ai", "llm", "persistent-memory", "vibecoding", "tui", "subagent", "code-intelligence", "context-compression"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: Other/Proprietary License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Quality Assurance",
]
[project.urls]
Homepage = "https://github.com/LakyFx/CogniLayer"
Repository = "https://github.com/LakyFx/CogniLayer"
Issues = "https://github.com/LakyFx/CogniLayer/issues"
[build-system]
requires = ["setuptools>=68.0"]
build-backend = "setuptools.backends._legacy:_Backend"
[tool.setuptools]
packages = ["mcp-server", "hooks", "commands"]