From fd61b8742dee8cbe72aa15fdaa742c913378a778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Den=20Delimarsky=20=F0=9F=8C=BA?= <53200638+localden@users.noreply.github.com> Date: Mon, 8 Sep 2025 23:21:12 -0700 Subject: [PATCH] Update docs and release --- .github/workflows/release.yml | 4 ++++ docs/docfx.json | 3 ++- docs/index.md | 10 +++++----- docs/installation.md | 4 ++-- docs/quickstart.md | 2 +- 5 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd7f5c7..c1ebfbc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,10 @@ name: Create Release on: push: branches: [ main ] + paths: + - 'memory/**' + - 'scripts/**' + - 'templates/**' workflow_dispatch: jobs: diff --git a/docs/docfx.json b/docs/docfx.json index 959e166..c59dedb 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -46,7 +46,8 @@ "globalMetadataFiles": [], "fileMetadataFiles": [], "template": [ - "default" + "default", + "modern" ], "postProcessors": [], "markdownEngineName": "markdig", diff --git a/docs/index.md b/docs/index.md index 154a19d..fcc1835 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,10 +1,10 @@ -# 🌱 Spec Kit +# Spec Kit *Build high-quality software faster.* **An effort to allow organizations to focus on product scenarios rather than writing undifferentiated code with the help of Spec-Driven Development.** -## 🤔 What is Spec-Driven Development? +## What is Spec-Driven Development? Spec-Driven Development **flips the script** on traditional software development. For decades, code has been king — specifications were just scaffolding we built and discarded once the "real work" of coding began. Spec-Driven Development changes this: **specifications become executable**, directly generating working implementations rather than just guiding them. @@ -13,7 +13,7 @@ Spec-Driven Development **flips the script** on traditional software development - [Installation Guide](installation.md) - [Quick Start Guide](quickstart.md) -## 📚 Core Philosophy +## Core Philosophy Spec-Driven Development is a structured process that emphasizes: @@ -22,7 +22,7 @@ Spec-Driven Development is a structured process that emphasizes: - **Multi-step refinement** rather than one-shot code generation from prompts - **Heavy reliance** on advanced AI model capabilities for specification interpretation -## 🌟 Development Phases +## Development Phases | Phase | Focus | Key Activities | |-------|-------|----------------| @@ -30,7 +30,7 @@ Spec-Driven Development is a structured process that emphasizes: | **Creative Exploration** | Parallel implementations |