mirror of
https://github.com/github/spec-kit.git
synced 2026-07-03 20:36:23 +08:00
CITATION.cff was created at v0.7.3 (2026-04-17) and has not been updated since. The latest stable release is v0.10.2, released on 2026-06-11. This brings the citation metadata in sync with the published release so tools that ingest CITATION.cff (Zenodo, GitHub's "Cite this repository" widget, citation managers) surface the correct version. Verification: - `gh release list --repo github/spec-kit --limit 1` → v0.10.2 / 2026-06-11 - CHANGELOG.md `## [0.10.2] - 2026-06-11` confirms the date - pyproject.toml `version = "0.10.3.dev0"` confirms 0.10.2 is latest stable AI-assisted contribution.
32 lines
959 B
YAML
32 lines
959 B
YAML
cff-version: 1.2.0
|
|
message: >-
|
|
If you use Spec Kit in your research or reference it in a paper,
|
|
please cite it using the metadata below.
|
|
type: software
|
|
title: "Spec Kit"
|
|
abstract: >-
|
|
Spec Kit is an open source toolkit for Spec-Driven Development (SDD) —
|
|
a methodology that helps software teams build high-quality software faster
|
|
by focusing on product scenarios and predictable outcomes. It provides the
|
|
Specify CLI, slash-command templates, extensions, presets, workflows, and
|
|
integrations for popular AI coding agents.
|
|
authors:
|
|
- given-names: Den
|
|
family-names: Delimarsky
|
|
alias: localden
|
|
- given-names: Manfred
|
|
family-names: Riem
|
|
alias: mnriem
|
|
repository-code: "https://github.com/github/spec-kit"
|
|
url: "https://github.github.io/spec-kit/"
|
|
license: MIT
|
|
version: "0.10.2"
|
|
date-released: "2026-06-11"
|
|
keywords:
|
|
- spec-driven development
|
|
- ai coding agents
|
|
- software engineering
|
|
- cli
|
|
- copilot
|
|
- specification
|