Skip to content

Commit 0d7c2ee

Browse files
committed
Clean up stale/unnecessary files from PeasyAI
Delete: - Config (Amazon Brazil build config, not relevant to open-source) - cursor-mcp-settings.example.json, mcp-config.json (superseded by peasyai-mcp CLI) - env.template (deprecated in favor of ~/.peasyai/settings.json) - analyze-checker-errors.py, analyze-errors.py, compute_metrics.py, visualize-pk-vs-tokens.py (one-off analysis scripts at project root) - resources/pipeline.json (old pipeline config, unused) - src/resources/p_syntax_rules.txt (unused duplicate) - src/rag/ (old faiss-based RAG scripts, replaced by src/core/rag/) Move: - evaluate_peasyai.py → scripts/evaluate_peasyai.py Update .gitignore: - Add generated_projects/, .peasyai_workflows.json - Remove stale cursor-mcp-settings.json entry
1 parent 2d6870e commit 0d7c2ee

14 files changed

+5
-1217
lines changed

Src/PeasyAI/.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@
44
.env.*.local
55

66
# PeasyAI config (lives at ~/.peasyai/ — never in the repo)
7-
# This entry is a safety net in case someone copies it here.
87
.peasyai/
98

10-
# Cursor MCP settings (contains local paths)
11-
cursor-mcp-settings.json
12-
139
# Local caches and indexes
1410
.embedding_cache/
1511
.p_corpus/
@@ -48,9 +44,13 @@ dist/
4844
*.log
4945
logs/
5046

51-
# Generated code output
47+
# Generated code / runtime output
5248
generated_code/
49+
generated_projects/
5350
PCheckerOutput/
5451

52+
# Workflow runtime state
53+
.peasyai_workflows.json
54+
5555
# Test artifacts
5656
test_mcp_paxos.py

Src/PeasyAI/Config

Lines changed: 0 additions & 26 deletions
This file was deleted.

Src/PeasyAI/analyze-checker-errors.py

Lines changed: 0 additions & 190 deletions
This file was deleted.

0 commit comments

Comments
 (0)