Skip to content

Fix stale claude-specific docstrings in container/skills.py render fns - #386

Merged
tildesrc merged 1 commit into
mainfrom
panopticon/skills-docstring-cleanup
Aug 23, 2026
Merged

Fix stale claude-specific docstrings in container/skills.py render fns#386
tildesrc merged 1 commit into
mainfrom
panopticon/skills-docstring-cleanup

Conversation

@tildesrc

Copy link
Copy Markdown
Contributor

Summary

  • render_command and render_operation docstrings in container/skills.py described their output as .claude/commands-specific, which is misleading
  • The module-level docstring already correctly states the rendered body is CLI-agnostic (shared verbatim by both claude and codex adapters; only the destination dir differs)
  • This aligns the two function docstrings with the module-level truth

No behavior change — docstrings only.

See plan: panopticon://tasks/1b803ec4ea9e48ab8300c12686ba8723/artifacts/plan.md

🤖 Generated with Claude Code

render_command and render_operation docstrings still described the
rendered output as .claude/commands-specific; the module-level docstring
already correctly states the body is CLI-agnostic (shared by both
claude and codex adapters, differing only in destination dir). Align
the two function docstrings to match.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@tildesrc
tildesrc marked this pull request as ready for review August 23, 2026 23:20
@tildesrc
tildesrc merged commit 31a2bdd into main Aug 23, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant