Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc-maker/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Doc Maker",
"version": "2.0.0",
"version": "3.0.0",
"description": "Word document automation integration using python-docx with markdown-first content creation. AI agents should use markdown syntax for most content creation - headings (#), paragraphs, lists (- or 1.), formatting (**bold**, *italic*), tables, blockquotes (>), and code blocks. Only use non-markdown actions for images, page breaks, or when you need direct table creation with structured data arrays.",
"entry_point": "doc_maker.py",
"actions": {
Expand Down
Loading
Loading