Summary
IntentEngine is a 1-star research repo ("anchors intent and intervenes when behavior deviates" — the concept behind IntentEngine-mvp). It has a README and a description, but zero project infrastructure: no LICENSE, IDEAS.md, AGENTS.md, PENDINGS.md, CI, or tests — and no open issues tracking any of it.
What to do
- LICENSE — add an MIT license file at repo root.
- IDEAS.md — capture the research direction: behavioral-science interventions, context-aware interruption, and the IntentEngine-mvp pipeline as forward-looking ideas.
- AGENTS.md — document repo purpose, layout, and conventions so agents can work in it.
- PENDINGS.md — record known sharp edges/limitations of the current research state.
- CI workflow — add
.github/workflows/ci.yml (lint + typecheck/build if a package.json exists; otherwise a smoke check) with workflow_dispatch enabled.
- Tests — add a minimal test setup appropriate to the language used.
Why this matters
- No LICENSE blocks contribution and downstream use.
- This repo is the concept parent of IntentEngine-mvp (which already has the full doc set); matching it makes the pair navigable.
- Zero CI/tests means nothing verifies the research code still runs.
Acceptance criteria
Summary
IntentEngine is a 1-star research repo ("anchors intent and intervenes when behavior deviates" — the concept behind IntentEngine-mvp). It has a README and a description, but zero project infrastructure: no LICENSE, IDEAS.md, AGENTS.md, PENDINGS.md, CI, or tests — and no open issues tracking any of it.
What to do
.github/workflows/ci.yml(lint + typecheck/build if a package.json exists; otherwise a smoke check) withworkflow_dispatchenabled.Why this matters
Acceptance criteria