Skip to content

Commit fcf8475

Browse files
jeremyederclaude
andcommitted
Fix code review issues from PR #30
- Fix broken path reference in speckit.constitution.md (.specify/templates/commands/*.md → .claude/commands/speckit.*.md) - Regenerate .repomap.txt to reflect new files - Add .worktrees/ to .gitignore Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 63e4b95 commit fcf8475

File tree

3 files changed

+51
-1
lines changed

3 files changed

+51
-1
lines changed

.claude/commands/speckit.constitution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Follow this execution flow:
4646
- Read `.specify/templates/plan-template.md` and ensure any "Constitution Check" or rules align with updated principles.
4747
- Read `.specify/templates/spec-template.md` for scope/requirements alignment—update if constitution adds/removes mandatory sections or constraints.
4848
- Read `.specify/templates/tasks-template.md` and ensure task categorization reflects new or removed principle-driven task types (e.g., observability, versioning, testing discipline).
49-
- Read each command file in `.specify/templates/commands/*.md` (including this one) to verify no outdated references (agent-specific names like CLAUDE only) remain when generic guidance is required.
49+
- Read each command file in `.claude/commands/speckit.*.md` (including this one) to verify no outdated references (agent-specific names like CLAUDE only) remain when generic guidance is required.
5050
- Read any runtime guidance docs (e.g., `README.md`, `docs/quickstart.md`, or agent-specific guidance files if present). Update references to principles changed.
5151

5252
5. Produce a Sync Impact Report (prepend as an HTML comment at top of the constitution file after update):

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ env/
3838
# Claude Code
3939
.claude/plans/
4040
.claude/*.local.*
41+
.worktrees/
4142

4243
# Testing
4344
.pytest_cache/

.repomap.txt

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,55 @@ repomap.py
1212
def _format_output()
1313
def generate()
1414
def main()
15+
.specify/scripts/bash/
16+
check-prerequisites.sh
17+
common.sh
18+
def find_specify_root()
19+
def get_repo_root()
20+
def get_current_branch()
21+
def has_git()
22+
def check_feature_branch()
23+
def get_feature_dir()
24+
def find_feature_dir_by_prefix()
25+
def get_feature_paths()
26+
def has_jq()
27+
def json_escape()
28+
def check_file()
29+
def k_dir() {()
30+
def template() {
31+
()
32+
create-new-feature.sh
33+
def get_highest_from_specs()
34+
def get_highest_from_branches()
35+
def check_existing_branches()
36+
def clean_branch_name()
37+
def generate_branch_name()
38+
setup-plan.sh
39+
update-agent-context.sh
40+
def g_info()()
41+
def g_success()()
42+
def error() {()
43+
def warning() {()
44+
def nup() {()
45+
def date_environment() {()
46+
def act_plan_field() {()
47+
def e_plan_data() {()
48+
def at_technology_stack() {()
49+
def project_structure() {()
50+
def commands_for_language() {()
51+
def language_conventions() {()
52+
def te_new_agent_file() {()
53+
def te_existing_agent_file() {()
54+
def te_agent_file() {()
55+
def te_specific_agent() {()
56+
def if_new() {
57+
()
58+
def ll_existing_agents() {
59+
()
60+
def mmary() {
61+
()
62+
def
63+
()
1564
scripts/
1665
record-demo.sh
1766
setup.sh

0 commit comments

Comments
 (0)