Auditing repo metadata (description/topics/website) has no first-class surface #50
Labels
No labels
breaking
bug
documentation
enhancement
epic
good first issue
help wanted
refactoring
resolution/duplicate
resolution/invalid
resolution/wontfix
security
severity/critical
severity/high
severity/low
severity/medium
status/abandoned
status/blocked
status/needs-decision
status/needs-info
status/needs-verification
testing
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sixfold-space/madtea#50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Answering the simple question "are our repos complete with descriptions and other metadata?" required falling back to the raw API escape hatch. Friction encountered, in order:
madt_api_call GET /users/<user>/repos+ a hand-writtenjqprojection returned[]— silently, because the repos are org-owned (undersixfold_space), not user-owned. Nothing steered towardmadt_repos action=list(which does include org repos via the authenticated/user/repos). TheendpointSuggestionsmap could catch/users/{user}/reposand point at the first-class command.madt_repos action=list(formatted) shows onlyowner/name (language) [stars, forks]— no description, topics, or website, so it cannot answer a metadata-completeness question at all.action=list raw_json=true: ~500 lines of raw JSON per repo to eyeball three fields each.Suggestions (either or both):
repos list/repos searchoutput — e.g.owner/name (language) [stars, forks] — descriptionwith a(no description)marker, so gaps are visible at a glance.repos list --check-metadata/ ametadatacolumn set) that flags repos missing description/topics/website — the "is my org presentable?" pre-launch check.Observed on codeberg.org (Forgejo) against the
sixfold_spaceorg, 2026-07-13.