Adds winget manifest files for publishing beads to Windows Package Manager: - winget/SteveYegge.beads.yaml (version manifest) - winget/SteveYegge.beads.installer.yaml (installer config) - winget/SteveYegge.beads.locale.en-US.yaml (package metadata) - scripts/update-winget.sh (helper script for updating manifests) Once submitted to microsoft/winget-pkgs, users can install with: winget install SteveYegge.beads The update-winget.sh script automates manifest updates for new releases. Closes #524 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
30 lines
1.1 KiB
YAML
30 lines
1.1 KiB
YAML
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
|
|
PackageIdentifier: SteveYegge.beads
|
|
PackageVersion: 0.30.7
|
|
PackageLocale: en-US
|
|
Publisher: Steve Yegge
|
|
PublisherUrl: https://github.com/steveyegge
|
|
PublisherSupportUrl: https://github.com/steveyegge/beads/issues
|
|
Author: Steve Yegge
|
|
PackageName: beads
|
|
PackageUrl: https://github.com/steveyegge/beads
|
|
License: MIT
|
|
LicenseUrl: https://github.com/steveyegge/beads/blob/main/LICENSE
|
|
Copyright: Copyright (c) 2024 Steve Yegge
|
|
ShortDescription: Distributed, git-backed graph issue tracker for AI agents
|
|
Description: |
|
|
beads (bd) is a distributed, git-backed graph issue tracker designed for AI-supervised coding workflows.
|
|
It provides a persistent, structured memory for coding agents, replacing messy markdown plans with a
|
|
dependency-aware graph that allows agents to handle long-horizon tasks without losing context.
|
|
Moniker: bd
|
|
Tags:
|
|
- issue-tracker
|
|
- ai
|
|
- coding-assistant
|
|
- git
|
|
- cli
|
|
- developer-tools
|
|
ReleaseNotesUrl: https://github.com/steveyegge/beads/releases/tag/v0.30.7
|
|
ManifestType: defaultLocale
|
|
ManifestVersion: 1.6.0
|