fix: add missing fields to gitea_metadata_update tool (#649) #16
Reference in New Issue
Block a user
Delete Branch "fix/649-metadata-update-missing-fields"
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?
Summary\n\nAdds 9 missing fields to
gitea_metadata_updatethatgitea_metadata_getalready returns:\n\n-description— project description\n-license_name— human-readable license name\n-element_name— Joomla element name (e.g. pkg_mokosuitecrm)\n-standards_version— mokoplatform standards version\n-standards_source— URL to standards repo\n-display_name— human-readable display name\n-maintainer— maintainer name\n-maintainer_url— maintainer website URL\n-language— primary language\n\n## Details\n\nNo logic changes needed — the existing merge semantics (fetch current metadata, spread, overwrite provided fields) handle the new parameters automatically.\n\nCloses MokoConsulting/MokoGitea-Fork#649