Keep external sync as script-managed automation

Constraint: The maintainer wants periodic upstream sync handled by script logic rather than Gitea workflow automation.

Rejected: Repository-owned Gitea Actions schedule | The remote Gitea runner setup is unnecessary for the current direction.

Confidence: high

Scope-risk: narrow

Directive: Treat scripts/sync_external_plugins.ps1 as the synchronization entry point unless a new scheduler is explicitly requested.

Tested: python scripts\\validate_marketplace.py; rg found no remaining Gitea Actions sync references.

Not-tested: External scheduler/container execution.
This commit is contained in:
AreChen
2026-06-10 15:48:42 +08:00
parent 9342863eba
commit 64f469cfce
3 changed files with 2 additions and 56 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"""Validate this repository's Codex marketplace layout.
This is intentionally narrower than Codex's internal plugin validator. It checks
the structure this repo generates so scheduled sync jobs can fail before
the structure this repo generates so sync automation can fail before
committing malformed marketplace data.
"""