e3136a0c5b
Constraint: Codex Git sparse checkout preserves selected paths, so plugins/codex is not treated as the marketplace root by the CLI.\nRejected: Require users to rely on a single plugins/codex sparse path | The CLI leaves the manifest nested and rejects the marketplace root.\nConfidence: high\nScope-risk: narrow\nDirective: Keep the root .agents/plugins/marketplace.json as the primary Git entrypoint.\nTested: python json.tool on both marketplace manifests; validate_plugin.py.\nNot-tested: Remote Git marketplace add after this commit.
10 lines
291 B
Markdown
10 lines
291 B
Markdown
# Codex Marketplace Root
|
|
|
|
This directory can be used as a local marketplace root:
|
|
|
|
```powershell
|
|
codex plugin marketplace add .\plugins\codex
|
|
```
|
|
|
|
For Git marketplace testing from the repository root, prefer the root `.agents/plugins/marketplace.json` entry and leave sparse checkout empty.
|