Skip to content

Remove PRD.md, RESEARCH.md, and thop-rust; move Go source to root#5

Merged
scottgl9 merged 1 commit intomainfrom
cleanup/remove-prd-and-rust
Jan 21, 2026
Merged

Remove PRD.md, RESEARCH.md, and thop-rust; move Go source to root#5
scottgl9 merged 1 commit intomainfrom
cleanup/remove-prd-and-rust

Conversation

@scottgl9
Copy link
Copy Markdown
Owner

@scottgl9 scottgl9 commented Jan 21, 2026

  • Remove PRD.md and RESEARCH.md as they are no longer needed
  • Remove thop-rust/ directory (Go was chosen for development)
  • Move thop-go/ contents to repository root for simpler structure
  • Update CI workflow to reflect new directory structure
  • Update README, AGENTS.md, CLAUDE.md, TODO.md, and PROGRESS.md
  • Update Makefile comments
  • Add build artifacts to .gitignore
  • Fix failing tests

- Remove PRD.md, RESEARCH.md, and thop-rust implementation
- Move Go source from thop-go/ to repository root
- Update all documentation to reflect new structure
- Update CI workflow to remove Rust jobs and update paths
- Fix data race in TestHandleSlashCommandBg test
- Fix all golangci-lint errors:
  - Shadow variable errors (renamed to unique names)
  - Ineffectual assignments (use _ or remove)
  - Staticcheck errors (unused values, empty branches)
  - Misspelling errors (add nolint for MCP protocol)
- Fix SSH session reconnect to preserve cwd and environment state
@scottgl9 scottgl9 force-pushed the cleanup/remove-prd-and-rust branch from 00c6358 to 41bb319 Compare January 21, 2026 23:46
@scottgl9 scottgl9 merged commit 782ea6a into main Jan 21, 2026
7 checks passed
@scottgl9 scottgl9 deleted the cleanup/remove-prd-and-rust branch January 21, 2026 23:48
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