Major cleanup: eliminate -docs repos and run tp check across all repos #2

Open
opened 2026-08-07 14:21:48 +00:00 by hum3 · 0 comments
Owner

Major Cleanup: -docs repos and tp check

Phase 1: Migrate content from -docs repos (requires action)

  • go-tsbin-docs — migrated DOC-RESEARCH.md to go-tsbin/docs/
  • go-luca-docs — confirmed main repo is strict superset, no migration needed

Phase 2: Delete empty/redundant -docs repos on Codeberg

Already migrated (content exists in main repo):

  • gobank-docs
  • godocs-docs
  • lofigui-docs

Empty scaffolding only (no content to migrate):

  • c4test-docs
  • carol_sheet-docs
  • go3dp-docs
  • go_labels-docs
  • godocs-client-docs
  • godocs-hash-docs
  • godocs-importer-docs
  • godocs-inbox-docs
  • godocs-watcher-docs
  • gophoto-docs
  • hugo-golunr-docs
  • mermaid-go-renderer-docs
  • pta2svg-docs
  • ptouch-goprint-docs
  • tartan_data-docs
  • tartan-database-docs
  • tree-sitter-pta-docs
  • url2svg-docs
  • go-tsbin-docs
  • go-luca-docs

Not found on Codeberg (already deleted):

  • charts-docs
  • gomail-docs
  • mock-fps-docs

Phase 3: Clean up ignored list in repos.json

  • Remove deleted -docs entries from ignored list
  • Review non-docs entries: cites, tree-sitter-abnf — keep or add to dashboard?

Phase 4: Run tp check on every repo

Module path migration (github.com → codeberg.org/hum3):

All 24 repos with github.com module paths have been migrated.

GoBank group:

  • gobank (clean, 1 pre-existing version mismatch)
  • go-luca (clean)
  • plain-text-accounting-formats (migrated)
  • pta2svg (migrated)
  • mock-fps (migrated)
  • gobank-products (clean)

Parsing group:

  • gotreesitter (clean)
  • go-tsbin (warnings only — no task-plus.yml yet)
  • tree-sitter-pta (clean)
  • tree-sitter-goluca (clean)
  • tree-sitter2abnf (migrated)

Godocs group:

  • godocs (migrated)
  • godocs-client (migrated)
  • godocs-hash (migrated)
  • godocs-importer (migrated)
  • godocs-inbox (migrated)
  • godocs-watcher (migrated)

Web & UI group:

  • lofigui (migrated)
  • bytestoneblog (migrated)
  • url2svg (migrated)
  • hugo-golunr (migrated)
  • mermaid-go-renderer (migrated)

Hardware group:

  • gophoto (migrated, pre-existing build errors)
  • go-thumbnails (migrated)
  • ptouch-goprint (migrated)
  • go3dp (migrated, pre-existing build errors)

Data group:

  • tartan-database (clean)
  • tartan_data (migrated)
  • go-postgres (clean)
  • carol_sheet (migrated)

Tooling group:

  • task-plus (clean)
  • c4test (migrated)
  • dashboard (clean)

Libraries group:

  • go_labels (migrated)
  • gomail (migrated, pre-existing build error in cmd/test02)

Remaining warnings (not blocking)

  • Several repos have pre-existing Taskfile warnings (missing lint task, .task/ not in .gitignore, release task conflicts)
  • Version mismatches: gobank, godocs, godocs-hash, godocs-watcher, c4test
  • Pre-existing build errors: gophoto, go3dp, gomail (cmd/test02)

Migrated from Codeberg: originally #2, opened 2026-03-25.

## Major Cleanup: -docs repos and tp check ### Phase 1: Migrate content from -docs repos (requires action) - [x] **go-tsbin-docs** — migrated DOC-RESEARCH.md to go-tsbin/docs/ - [x] **go-luca-docs** — confirmed main repo is strict superset, no migration needed ### Phase 2: Delete empty/redundant -docs repos on Codeberg Already migrated (content exists in main repo): - [x] gobank-docs - [x] godocs-docs - [x] lofigui-docs Empty scaffolding only (no content to migrate): - [x] c4test-docs - [x] carol_sheet-docs - [x] go3dp-docs - [x] go_labels-docs - [x] godocs-client-docs - [x] godocs-hash-docs - [x] godocs-importer-docs - [x] godocs-inbox-docs - [x] godocs-watcher-docs - [x] gophoto-docs - [x] hugo-golunr-docs - [x] mermaid-go-renderer-docs - [x] pta2svg-docs - [x] ptouch-goprint-docs - [x] tartan_data-docs - [x] tartan-database-docs - [x] tree-sitter-pta-docs - [x] url2svg-docs - [x] go-tsbin-docs - [x] go-luca-docs Not found on Codeberg (already deleted): - [x] charts-docs - [x] gomail-docs - [x] mock-fps-docs ### Phase 3: Clean up ignored list in repos.json - [x] Remove deleted -docs entries from ignored list - [ ] Review non-docs entries: cites, tree-sitter-abnf — keep or add to dashboard? ### Phase 4: Run tp check on every repo **Module path migration (github.com → codeberg.org/hum3):** All 24 repos with github.com module paths have been migrated. **GoBank group:** - [x] gobank (clean, 1 pre-existing version mismatch) - [x] go-luca (clean) - [x] plain-text-accounting-formats (migrated) - [x] pta2svg (migrated) - [x] mock-fps (migrated) - [x] gobank-products (clean) **Parsing group:** - [x] gotreesitter (clean) - [x] go-tsbin (warnings only — no task-plus.yml yet) - [x] tree-sitter-pta (clean) - [x] tree-sitter-goluca (clean) - [x] tree-sitter2abnf (migrated) **Godocs group:** - [x] godocs (migrated) - [x] godocs-client (migrated) - [x] godocs-hash (migrated) - [x] godocs-importer (migrated) - [x] godocs-inbox (migrated) - [x] godocs-watcher (migrated) **Web & UI group:** - [x] lofigui (migrated) - [x] bytestoneblog (migrated) - [x] url2svg (migrated) - [x] hugo-golunr (migrated) - [x] mermaid-go-renderer (migrated) **Hardware group:** - [x] gophoto (migrated, pre-existing build errors) - [x] go-thumbnails (migrated) - [x] ptouch-goprint (migrated) - [x] go3dp (migrated, pre-existing build errors) **Data group:** - [x] tartan-database (clean) - [x] tartan_data (migrated) - [x] go-postgres (clean) - [x] carol_sheet (migrated) **Tooling group:** - [x] task-plus (clean) - [x] c4test (migrated) - [x] dashboard (clean) **Libraries group:** - [x] go_labels (migrated) - [x] gomail (migrated, pre-existing build error in cmd/test02) ### Remaining warnings (not blocking) - Several repos have pre-existing Taskfile warnings (missing lint task, .task/ not in .gitignore, release task conflicts) - Version mismatches: gobank, godocs, godocs-hash, godocs-watcher, c4test - Pre-existing build errors: gophoto, go3dp, gomail (cmd/test02) --- *Migrated from Codeberg: originally [#2](https://codeberg.org/hum3/dashboard/issues/2), opened 2026-03-25.*
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
hum3/dashboard#2
No description provided.