mirror of
https://github.com/github/spec-kit.git
synced 2026-02-04 15:03:07 +00:00
Consistency updates to commands
This commit is contained in:
@@ -2,11 +2,15 @@
|
||||
description: Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
|
||||
---
|
||||
|
||||
The user input to you can be provided directly by the agent or as a command argument - you **MUST** consider it before proceeding with the prompt (if not empty).
|
||||
## User Input
|
||||
|
||||
User input:
|
||||
```text
|
||||
$ARGUMENTS
|
||||
```
|
||||
|
||||
`$ARGUMENTS`
|
||||
You **MUST** consider the user input before proceeding (if not empty).
|
||||
|
||||
## Outline
|
||||
|
||||
You are updating the project constitution at `/memory/constitution.md`. This file is a TEMPLATE containing placeholder tokens in square brackets (e.g. `[PROJECT_NAME]`, `[PRINCIPLE_1_NAME]`). Your job is to (a) collect/derive concrete values, (b) fill the template precisely, and (c) propagate any amendments across dependent artifacts.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user