@byrde/cursor 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# @byrde/cursor
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@byrde/cursor)
|
|
4
|
+
[](./LICENSE)
|
|
5
|
+
|
|
3
6
|
Bootstrap the Byrde Cursor workflow into any project with one command. It installs the orchestrator, specialist subagents, workflow templates, project config, and MCP setup hooks so a repo opens in Cursor already wired for backlog-driven development.
|
|
4
7
|
|
|
5
8
|
Everything is project-scoped. Run it in one repository and it installs into that repo's `.cursor/` and `docs/` folders without affecting anything else.
|