chore: add CLAUDE.md, stop tracking egg-info build artifacts
- Add CLAUDE.md (Claude Code orientation for the repo). - Remove app/src/ctxd.egg-info/* from version control and gitignore *.egg-info/ — it is regenerated by `pip install -e` and only dirties the working tree. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
Metadata-Version: 2.4
|
||||
Name: ctxd
|
||||
Version: 0.1.0
|
||||
Summary: Context daemon — single source of truth for multi-harness project context
|
||||
Requires-Python: >=3.11
|
||||
@@ -1,13 +0,0 @@
|
||||
pyproject.toml
|
||||
src/ctxd/__init__.py
|
||||
src/ctxd/__main__.py
|
||||
src/ctxd/cli.py
|
||||
src/ctxd/config.py
|
||||
src/ctxd/db.py
|
||||
src/ctxd/mcp_stdio.py
|
||||
src/ctxd/server.py
|
||||
src/ctxd.egg-info/PKG-INFO
|
||||
src/ctxd.egg-info/SOURCES.txt
|
||||
src/ctxd.egg-info/dependency_links.txt
|
||||
src/ctxd.egg-info/entry_points.txt
|
||||
src/ctxd.egg-info/top_level.txt
|
||||
@@ -1 +0,0 @@
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
[console_scripts]
|
||||
ctx = ctxd:cli_entry
|
||||
ctxd = ctxd:daemon_entry
|
||||
@@ -1 +0,0 @@
|
||||
ctxd
|
||||
Reference in New Issue
Block a user