Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
.env
.env.*
!.env.example

graphify-out/
CODEX.md
*.html
.gitignore
.codex
.clarity_protocol/

# Campaign / runtime artifacts (potentially sensitive)
logs/
Expand Down Expand Up @@ -89,3 +91,10 @@ Thumbs.db

# Pi project-local packages (if using pi install -l)
.pi/npm/

# Clarity Agent
/.clarity-agent
/clarity
/clarity.ps1
/clarity.bat
/.clarity-protocol/transcripts/
231 changes: 0 additions & 231 deletions NEXT_SESSION_HANDOFF.md

This file was deleted.

File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ dev = [
"ruff>=0.4.0",
"types-pyyaml",
]
# GEPA reflective prompt optimizer (Phase 1+ autoresearch lane). Pinned and optional:
# the adapter imports it lazily so core installs never require it. litellm is gepa's
# driver for string reflection_lm ids (e.g. "ollama/<model>" or "gpt-4o").
research-gepa = [
"gepa==0.1.1",
"litellm>=1.0",
]

[tool.hatch.build.targets.wheel]
packages = ["src/redthread"]
Expand Down
Loading
Loading