Skip to content

Fill in manifest TODO entries and enhance sync tool metadata extraction#199

Merged
taulfsime merged 3 commits into
ALLTERCO:mainfrom
orlin369:main
Apr 20, 2026
Merged

Fill in manifest TODO entries and enhance sync tool metadata extraction#199
taulfsime merged 3 commits into
ALLTERCO:mainfrom
orlin369:main

Conversation

@orlin369

Copy link
Copy Markdown
Contributor

Adds titles and descriptions for 10 previously undocumented scripts across BLU Assistant and MODBUS integrations. Enhances sync-manifest-md.py to auto-extract metadata from source files when --extract-metadata is used and an entry still has TODO placeholders.

Orlin Dimitrov and others added 3 commits April 20, 2026 08:55
Add titles/descriptions for 10 previously undocumented scripts
(BLU Assistant, MODBUS integrations). Enhance sync-manifest-md.py
to auto-extract metadata from source files when --extract-metadata
flag is used and entry has TODO placeholders.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Comment thread tools/sync-manifest-md.py
Comment on lines +181 to +182
entry.get("title", "").startswith("TODO") or
entry.get("description", "").startswith("TODO")

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would do the checking with regex, not with string matching to catch todo, ToDo and etc. but im fine with his as well

@taulfsime taulfsime merged commit 22e1a82 into ALLTERCO:main Apr 20, 2026
2 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.

2 participants