-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Add repoindex #1979
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: main
Are you sure you want to change the base?
Add repoindex #1979
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 | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -416,6 +416,43 @@ | |||||||||||||||||||
| "created_at": "2026-03-14T00:00:00Z", | ||||||||||||||||||||
| "updated_at": "2026-03-14T00:00:00Z" | ||||||||||||||||||||
| }, | ||||||||||||||||||||
| "repoindex":{ | ||||||||||||||||||||
|
||||||||||||||||||||
| "repoindex":{ | |
| "repoindex": { |
Copilot
AI
Mar 26, 2026
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.
The description field contains a spelling error (architecuture). This text is user-facing in specify extension search/info, so please correct it (and consider completing the sentence, e.g., ending with a period).
| "description": "Generate index of your repo for overview, architecuture and module", | |
| "description": "Generate index of your repo for overview, architecture and module.", |
mnriem marked this conversation as resolved.
Show resolved
Hide resolved
mnriem marked this conversation as resolved.
Show resolved
Hide resolved
Copilot
AI
Mar 26, 2026
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.
If this extension has no external tool dependencies, omit requires.tools entirely (consistent with other entries) rather than listing a placeholder tool name like no need. As-is, this will show a confusing requirement in CLI output.
| "speckit_version": ">=0.1.0", | |
| "tools": [ | |
| { | |
| "name": "no need", | |
| "version": ">=1.0.0", | |
| "required": false | |
| } | |
| ] | |
| "speckit_version": ">=0.1.0" |
Copilot
AI
Mar 26, 2026
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.
Trailing whitespace after the updated_at value should be removed to avoid churn in future diffs and to satisfy common linters.
| "updated_at": "2026-03-23T13:30:00Z" | |
| "updated_at": "2026-03-23T13:30:00Z" |
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.
The markdown link text has an extra trailing space (
[spec-kit-repoindex ]), which renders inconsistently and can break text-based checks. Remove the extra space in the link label.