We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs: add Change: to required header format Add Change: field to the header example and header rules bullet list. Also add Drawing_Document_Scripts\ and Utility_Scripts\ to the folder structure list. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docs: remove E722 from ignored rules — bare excepts now enforced Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docs: add Linting section to Writing-Scripts wiki page Documents ruff rules, ignored codes, common failures table, and how to run ruff locally. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docs: add Utility Scripts section and Kill CATIA Processes page Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Update Writing Scripts: add Drawing folder, fix _bring_to_front, bump pycatia version
docs: update versions and document _bring_to_front dialog pattern Bump version numbers for all 11 scripts updated in v1.1/1.2 releases (dialog foreground fix, unused import removals). Add a new "Raising Dialogs Above CATIA" section to Writing-Scripts explaining the AttachThreadInput/_bring_to_front/wx.CallAfter pattern required to show wx dialogs in front of CATIA. Update Common-Functions to reflect that get_path now handles foreground raising internally. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docs: add Common Functions wiki page and link from sidebar, Writing-Scripts, Script-Templates Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docs: add Script-Templates wiki page, link from Home and Writing-Scripts New Script-Templates.md documents all 10 templates with a choice table, anatomy guide, step-by-step workflow, and example script cross-references. Home.md and _Sidebar.md updated with links. Writing-Scripts.md gains a Templates section pointing to the page. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docs: add Writing-Scripts page, fix contributing link, add persistent data guidance - Fix broken CONTRIBUTING.md link (YOUR_USERNAME -> KaiUR) in Home.md - Add Writing-Scripts.md covering folder structure, header format, naming, dependencies, and the persistent data pattern - Update Home.md contributing section to link Writing-Scripts - Add Contributing section to _Sidebar.md with Writing-Scripts link Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>