Skip to content

refactor: extract CE engine to private repo#8

Merged
mattbeane merged 1 commit intomainfrom
refactor/extract-ce-engine
Mar 6, 2026
Merged

refactor: extract CE engine to private repo#8
mattbeane merged 1 commit intomainfrom
refactor/extract-ce-engine

Conversation

@mattbeane
Copy link
Copy Markdown
Contributor

Summary

  • Moves dashboard.py, dashboard_template.html, and examples/ to SkillBench-AI/ce-engine (private repo)
  • Protects proprietary CE formulas from research participant collaborators (e.g., csells) who have access to this repo
  • Updates skillbench.py imports to use ce_engine package
  • Adds ce-engine as git dependency

What moved

File Destination
dashboard.py ce-engine/ce_engine/dashboard.py
dashboard_template.html ce-engine/ce_engine/dashboard_template.html
examples/ ce-engine/examples/

What changed here

  • 2 import lines in skillbench.py: from dashboard importfrom ce_engine import
  • pyproject.toml: added ce-engine git dependency
  • AGENTS.md: updated architecture docs

🤖 Generated with Claude Code

Removes dashboard.py, dashboard_template.html, and examples/ from this
repo to protect proprietary CE formulas from research participant
collaborators. All CE computation now lives in the ce-engine package,
imported as `from ce_engine import ...`.

- Updated skillbench.py imports (2 lines)
- Added ce-engine as git dependency in pyproject.toml
- Updated AGENTS.md with new architecture description

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@mattbeane mattbeane merged commit 8a222d0 into main Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant