docs: rename to coyote-bundle-template and document the bundle lifecycle

Adds the identity manifest and rewrites the README around the current
install surface: --install with owner/repo shorthand and --git-host,
provenance-backed --list-bundles / --update-bundle / --uninstall, and
the update semantics for files and mcp entries.
This commit is contained in:
2026-08-24 10:03:11 -06:00
parent 9557e0ba3c
commit 001b13de5a
2 changed files with 96 additions and 21 deletions
+7
View File
@@ -0,0 +1,7 @@
# Bundle identity (optional). Without this file, Coyote derives the bundle
# name from the repository name. The manifest never lists files: everything
# Coyote installs is discovered by scanning the asset directories.
name: coyote-bundle-template
version: "1.0.0"
description: Starter template for Coyote bundles
homepage: https://github.com/Dark-Alex-17/coyote-bundle-template