Public Access
Reference in New Issue
Block a user
Delete Branch "fix/mokogit-migration"
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
MokoGitea → MokoGit migration + workflow-sync repairs. Resolves #350, #351, #352, #354, and #11 (manifest retirement) and the org-wide
gitea→mokogitrename (#4). #353 landed separately in Template-Generic.Changes (11 commits)
.mokogitea/→.mokogit/path), add--phase health(drift detection + ntfy/issue/exit-code alerts) +--repo-filter; fix stalePLATFORM_TEMPLATES(MCP→Template-NPM, drop dead Template-Dolibarr, adddot→Template-Dot + name detection); harden missing-template fallback (skip+warn, no destructive Generic strip)..mokogitea/workflowsscaffolding (repo_wizard, release, bulk_workflow_push, UnifiedValidation) — the root cause of.mokogit/.mokogitnesting..mokogitea/manifest.xml: remove 4 creation/push tools + create_repo step, addPlatformDetector(file-based, vocab-mapped so stamping still fires), repoint version/release/deploy readers to README.md + metadata API.gitea→mokogitacross 265 files + path/class/config renames (MokoGiteaAdapter→MokoGitAdapter,.mokogitea/→.mokogit/,GITEA_*→MOKOGIT_*).Verification
MokoGitAdapterresolves,platform=mokogit,workflow dir=.mokogit/workflows.⚠️ Requires coordinated ops changes before/at merge
GITEA_TOKEN→MOKOGIT_TOKEN,GITEA_URL→MOKOGIT_URL,GITEA_ORG→MOKOGIT_ORG.@mokoconsulting/mcp-mokogit(the.mcp.jsonserver was flipped).https://claude.ai/code/session_014Fjb4NvgviMoNU6NrGa4VE
.mokogitea/manifest.xml is retired; repo metadata now comes from the MokoGit metadata API. Remove the tools whose sole job was creating/pushing it: - automation/{enrich_manifest_xml,enrich_mokostandards_xml,push_manifest_xml,push_mokostandards_xml}.php - create_repo.php manifest-creation step (Step 3) - bin/moko bulk:{push-manifest,push-mokostandards,enrich-manifest,enrich-mokostandards} entriesMokoGitea instance rebrand to MokoGit. Content sweep over 265 files (ordered to avoid moko-prefix doubling) plus path renames: - .mokogitea/ -> .mokogit/ (repo + all mcp/servers/*) - templates/mokogitea/ -> templates/mokogit/ - lib/Enterprise/MokoGiteaAdapter.php -> MokoGitAdapter.php (class MokoGitAdapter) - mcp/servers/mokogitea_{skill,api} -> mokogit_{skill,api}; skills/mokogitea -> skills/mokogit - automation/migrate_to_gitea.php -> migrate_to_mokogit.php - env/secret names GITEA_* -> MOKOGIT_* Note: ~/.claude/.mcp.json server flipped to @mokoconsulting/mcp-mokogit (publish pending).The gitea->mokogit sed merged two distinct token env vars (GITEA_TOKEN + MOKOGITEA_TOKEN) into duplicate getenv('MOKOGIT_TOKEN') reads in version_reset_dev, release_cascade, and release_create. Collapse to a single read. Found in PR #356 code review.