Enable CI/CD by adding .onedev-buildspec.yml
| .beads | Loading last commit info... | |
| .codex | ||
| openspec | ||
| package | ||
| .gitignore | ||
| README.md | ||
| README.ru.md |
README.md
openspec.beads
Русская версия · English (source of truth)
Development ground for beads-driven — a portable integration of OpenSpec (spec-driven planning) with beads / bd (agent-native issue tracking): every OpenSpec change becomes a bd epic with linked issues, worked through claim/close discipline, reviewed on two axes, and archived through a mechanical gate.
What's here
package/— the distributable bundle: both workflow schemas (beads-driven,beads-bugfix), the mandatory config snippet, the installer and its test suite, the agent-instruction section, and the install README with conventions, routing table and fork baseline.openspec/schemas/— the live schemas this repo itself runs on.openspec/changes/— the changes that built all of this, planned and implemented with the workflow itself.
Quickstart (another project)
curl -fsSL https://onedev.neogen.ddns.net/openspec-beads/~raw/main/package/install.sh \
| bash -s -- /path/to/project
Or package/install.sh /path/to/project from a clone. Details, flags and the
manual fallback: package/README.md.