Skip to content

Commit b798ab5

Browse files
mnriemCopilot
andauthored
Update src/specify_cli/integrations/claude/__init__.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6fdce5b commit b798ab5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/specify_cli/integrations/claude/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)