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:
@@ -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.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user