Skip to content

Commit 36d137f

Browse files
committed
Fix linting: use asterisk emphasis, fix architecuture typo
1 parent c670045 commit 36d137f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ See the [Presets README](./presets/README.md) for the full guide, including reso
524524

525525
Spec-Driven Development is a structured process that emphasizes:
526526

527-
- **Intent-driven development** where specifications define the "_what_" before the "_how_"
527+
- **Intent-driven development** where specifications define the "*what*" before the "*how*"
528528
- **Rich specification creation** using guardrails and organizational principles
529529
- **Multi-step refinement** rather than one-shot code generation from prompts
530530
- **Heavy reliance** on advanced AI model capabilities for specification interpretation
@@ -654,7 +654,7 @@ This step creates or updates the `.specify/memory/constitution.md` file with you
654654
With your project principles established, you can now create the functional specifications. Use the `/speckit.specify` command and then provide the concrete requirements for the project you want to develop.
655655

656656
> [!IMPORTANT]
657-
> Be as explicit as possible about _what_ you are trying to build and _why_. **Do not focus on the tech stack at this point**.
657+
> Be as explicit as possible about *what* you are trying to build and *why*. **Do not focus on the tech stack at this point**.
658658
659659
An example prompt:
660660

extensions/catalog.community.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@
870870
"repoindex": {
871871
"name": "Repository Index",
872872
"id": "repoindex",
873-
"description": "Generate index of your repo for overview, architecuture and module",
873+
"description": "Generate index of your repo for overview, architecture and module",
874874
"author": "Yiyu Liu",
875875
"version": "1.0.0",
876876
"download_url": "https://github.com/liuyiyu/spec-kit-repoindex/archive/refs/tags/v1.0.0.zip",

0 commit comments

Comments
 (0)