Share A Library Goal Turn a finished local library into a real shared artifact with a repo URL and an install command another agent can use. Preconditions - You are already inside a managed library workspace. - The library has been sanity-checked. - has already run, or you run it now before publishing. Workflow 1. Regenerate docs if needed. 2. Publish the workspace to GitHub. 3. Return the exact shareable install command. If the library has a collection: Otherwise: Guardrails - Do not stop at . A shared library is not shared until the repo exists and the install command is ready. - If the rep…