File tree Expand file tree Collapse file tree
src/specify_cli/integrations/claude Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -155,11 +155,11 @@ def ensure_context_file(
155155 ) -> Path | None :
156156 """Create a minimal root ``CLAUDE.md`` if missing.
157157
158- Called from ``init()`` AFTER ``ensure_constitution_from_template``
159- so the constitution file is guaranteed to exist at this point.
160- This file acts as a bridge to the constitution at
161- ``CONSTITUTION_REL_PATH`` . Returns the created path or ``None``
162- (existing file, or prerequisites not met).
158+ Typically called from ``init()`` after
159+ ``ensure_constitution_from_template``. This file acts as a bridge
160+ to the constitution at ``CONSTITUTION_REL_PATH`` and is only
161+ created if that constitution file exists . Returns the created
162+ path or ``None`` (existing file, or prerequisites not met).
163163 """
164164 from specify_cli import CONSTITUTION_REL_PATH
165165
You can’t perform that action at this time.
0 commit comments