Clean up the Go-web template artefacts that the project was bootstrapped from. These are not blocking but create noise.
Files to address
File
Action
Dockerfile
Remove or replace with a research-appropriate minimal container (e.g. for running training on koala)
.gitea/workflows/cd.yml
Remove Go-web CD pipeline; replace with a minimal CI that runs task check
go.mod
Update module path from template default to gitea.d-ma.be/mathias/jepa-fx-risk
cmd/
Remove empty Go-web scaffold; will be replaced with research CLI in Issue #2/#4
internal/
Remove empty scaffold
.aider.conf.yml / .aider.conventions.md
Evaluate whether to keep or remove (Aider not in current toolchain)
.cursorrules
Update or remove — conventions are in .context/PROJECT.md
Not urgent
Block on Issue #1 (PR #1 merge) first. Address as part of first real implementation issue.
## What
Clean up the Go-web template artefacts that the project was bootstrapped from. These are not blocking but create noise.
## Files to address
| File | Action |
|---|---|
| `Dockerfile` | Remove or replace with a research-appropriate minimal container (e.g. for running training on koala) |
| `.gitea/workflows/cd.yml` | Remove Go-web CD pipeline; replace with a minimal CI that runs `task check` |
| `go.mod` | Update module path from template default to `gitea.d-ma.be/mathias/jepa-fx-risk` |
| `cmd/` | Remove empty Go-web scaffold; will be replaced with research CLI in Issue #2/#4 |
| `internal/` | Remove empty scaffold |
| `.aider.conf.yml` / `.aider.conventions.md` | Evaluate whether to keep or remove (Aider not in current toolchain) |
| `.cursorrules` | Update or remove — conventions are in `.context/PROJECT.md` |
## Not urgent
Block on Issue #1 (PR #1 merge) first. Address as part of first real implementation issue.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
What
Clean up the Go-web template artefacts that the project was bootstrapped from. These are not blocking but create noise.
Files to address
Dockerfile.gitea/workflows/cd.ymltask checkgo.modgitea.d-ma.be/mathias/jepa-fx-riskcmd/internal/.aider.conf.yml/.aider.conventions.md.cursorrules.context/PROJECT.mdNot urgent
Block on Issue #1 (PR #1 merge) first. Address as part of first real implementation issue.
Superseded by Issue #9, which has a full file-by-file inventory and explicit acceptance criteria. Closing this one.