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:
2026-06-29 21:11:54 +00:00
parent bbb0215c98
commit 3ef4f3e707
7 changed files with 111 additions and 23 deletions
-5
View File
@@ -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
-13
View File
@@ -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 @@
-3
View File
@@ -1,3 +0,0 @@
[console_scripts]
ctx = ctxd:cli_entry
ctxd = ctxd:daemon_entry
-1
View File
@@ -1 +0,0 @@
ctxd