-
Notifications
You must be signed in to change notification settings - Fork 55
docs(guidelines): scope PR ceremony to change size [INBOX-20] #10030
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -85,6 +85,12 @@ Each directory in `dev/` serves a specific purpose and follows a content lifecyc | |
| - Moved to `knowledge/` (if describing how something works) | ||
| - Moved to `guidelines/` (if describing how to use something) | ||
|
|
||
| **Proportionality**: Not every change needs a spec. If the actual code change is small enough to | ||
| be self-explanatory (e.g. an annotation-only fix, a one-line correction with no behavior change), | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P3: The cross-reference link says 'Git Workflow → Pull Requests' but points only to the file root, not the Pull Requests section. Append Prompt for AI agents |
||
| skip the spec-kit scaffolding entirely or trim `dev/specs/<feature>/` from the PR before it goes | ||
| to review — the design record should be proportional to the change it documents, not a fixed-cost | ||
| byproduct of running the workflow. See [Git Workflow → Pull Requests](git-workflow.md). | ||
|
|
||
| ### guidelines/ | ||
|
|
||
| **Purpose**: "What rules should I follow?" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P3: This docs-only change targets develop, but per the base-branch rules, changes that can't affect a running product (including docs, tooling, CI) should target stable. Consider retargeting to stable so the guidance ships sooner rather than waiting for the next minor release train.
Prompt for AI agents