Appearance
Next Steps
These are the remaining tasks before a polished public release.
Publishing readiness
- Replace placeholder publisher metadata in
plugins/specark/.codex-plugin/plugin.json. - Decide the final license.
- Supply the real GitHub repository URL and homepage metadata.
- Add contact, privacy policy, and terms URLs if they are required for distribution.
Install-surface polish
- Add branded assets:
plugins/specark/assets/icon.pngplugins/specark/assets/logo.pngplugins/specark/assets/screenshot1.png - Verify the plugin renders well inside Codex after install.
- Check that the marketplace metadata reads cleanly in the UI.
Release flow
- Run
python3 plugins/specark/scripts/validate_plugin_bundle.py. - Run
npm run docs:build. - Restart Codex and verify the plugin is discoverable through
.agents/plugins/marketplace.json. - Update
CHANGELOG.mdand move any unreleased summary indocs/release-notes.mdinto the final versioned section. - Tag the release after the validation pass is clean.