Template
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.
8 lines
378 B
YAML
8 lines
378 B
YAML
# 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
|