mirror of
https://github.com/github/spec-kit.git
synced 2026-07-03 12:28:06 +08:00
* feat: add CITATION.cff and .zenodo.json for academic citation support Adds a Citation File Format file (CITATION.cff) so GitHub surfaces a native "Cite this repository" button, and a .zenodo.json metadata file so Zenodo can pre-fill the DOI record once a maintainer enables the integration at zenodo.org. Closes #2269 * fix: address PR review feedback on citation metadata - Fix 'a specify CLI' -> 'the Specify CLI' in both files - Broaden description to include extensions, presets, and workflows - Remove empty orcid fields from .zenodo.json creators - Update date-released to 2026-04-17 (actual 0.7.3 release date) * fix: correct docs URL in CITATION.cff to github.io domain
32 lines
958 B
YAML
32 lines
958 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.7.3"
|
|
date-released: "2026-04-17"
|
|
keywords:
|
|
- spec-driven development
|
|
- ai coding agents
|
|
- software engineering
|
|
- cli
|
|
- copilot
|
|
- specification
|