Problem. The repo description is empty (kills GitHub search, the repo header, and social unfurls) and homepageUrl is http://, not https://. The repo has ~3 stars; every first impression counts.
Evidence. gh repo view --json description,homepageUrl ⇒ "description":"", homepageUrl:"http://openapi-laravel.codewithagents.de/".
Fix (repo settings, not a commit).
gh repo edit --description "Spec-first OpenAPI to Laravel codegen: spatie/laravel-data classes, spec-derived validation rules, native enums, controllers and routes. The spec is the source of truth." --homepage https://openapi-laravel.codewithagents.de/
(<~120 chars, front-loads "spec-first OpenAPI Laravel".)
Done when. Description set; homepage is https.
Filed from a repo-wide improvement audit; every claim was adversarially verified against source.
Problem. The repo description is empty (kills GitHub search, the repo header, and social unfurls) and
homepageUrlishttp://, nothttps://. The repo has ~3 stars; every first impression counts.Evidence.
gh repo view --json description,homepageUrl⇒"description":"",homepageUrl:"http://openapi-laravel.codewithagents.de/".Fix (repo settings, not a commit).
gh repo edit --description "Spec-first OpenAPI to Laravel codegen: spatie/laravel-data classes, spec-derived validation rules, native enums, controllers and routes. The spec is the source of truth." --homepage https://openapi-laravel.codewithagents.de/(<~120 chars, front-loads "spec-first OpenAPI Laravel".)
Done when. Description set; homepage is https.
Filed from a repo-wide improvement audit; every claim was adversarially verified against source.