pptx-cli 1.3.1__tar.gz → 1.3.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/PKG-INFO +11 -1
  2. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/README.md +10 -0
  3. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/__init__.py +1 -1
  4. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/commands/schema.py +12 -0
  5. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.claude/settings.local.json +0 -0
  6. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.editorconfig +0 -0
  7. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  8. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  9. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  10. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  11. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/copilot-instructions.md +0 -0
  12. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/instructions/backend.instructions.md +0 -0
  13. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/instructions/testing.instructions.md +0 -0
  14. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/skills/pptx/SKILL.md +0 -0
  15. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/skills/pptx/references/deck-spec.md +0 -0
  16. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/skills/pptx-deck-builder/SKILL.md +0 -0
  17. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/skills/pptx-deck-builder/references/excal-diagrams.md +0 -0
  18. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/skills/pptx-deck-builder/references/mckinsey-style.md +0 -0
  19. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/skills/pptx-deck-builder/references/pptx-workflow.md +0 -0
  20. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/workflows/ci.yml +0 -0
  21. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/workflows/publish.yml +0 -0
  22. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.gitignore +0 -0
  23. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.python-version +0 -0
  24. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/AGENTS.md +0 -0
  25. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/ARCHITECTURE.md +0 -0
  26. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/CHANGELOG.md +0 -0
  27. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/CLI-MANIFEST.md +0 -0
  28. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/CONTRIBUTING.md +0 -0
  29. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/DECISIONS/ADR-0001-initial-architecture.md +0 -0
  30. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/LICENSE +0 -0
  31. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/PRD.md +0 -0
  32. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/PREVIEW-FUTURE.md +0 -0
  33. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/PROJECT.md +0 -0
  34. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/SCAFFOLD.md +0 -0
  35. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/SECURITY.md +0 -0
  36. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/TESTING.md +0 -0
  37. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/docs/DOMAIN.md +0 -0
  38. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/docs/GLOSSARY.md +0 -0
  39. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/docs/ROADMAP.md +0 -0
  40. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/docs/SCAFFOLDING-NOTES.md +0 -0
  41. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/guardrails/.gitignore +0 -0
  42. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/guardrails/guardrails.jsonl +0 -0
  43. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/guardrails/links.jsonl +0 -0
  44. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/guardrails/references.jsonl +0 -0
  45. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/guardrails/taxonomy.json +0 -0
  46. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/guardrails-explorer.html +0 -0
  47. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/pyproject.toml +0 -0
  48. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/pyrightconfig.json +0 -0
  49. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/scripts/bump_version.py +0 -0
  50. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/__main__.py +0 -0
  51. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/cli.py +0 -0
  52. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/commands/__init__.py +0 -0
  53. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/commands/compose.py +0 -0
  54. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/commands/guide.py +0 -0
  55. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/commands/init.py +0 -0
  56. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/commands/inspect.py +0 -0
  57. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/commands/manifest_ops.py +0 -0
  58. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/commands/validate.py +0 -0
  59. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/commands/wrapper.py +0 -0
  60. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/core/__init__.py +0 -0
  61. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/core/composition.py +0 -0
  62. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/core/ids.py +0 -0
  63. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/core/io.py +0 -0
  64. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/core/manifest_store.py +0 -0
  65. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/core/markdown.py +0 -0
  66. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/core/runtime.py +0 -0
  67. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/core/template.py +0 -0
  68. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/core/validation.py +0 -0
  69. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/core/versioning.py +0 -0
  70. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/models/__init__.py +0 -0
  71. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/models/envelope.py +0 -0
  72. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/models/manifest.py +0 -0
  73. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/tests/conftest.py +0 -0
  74. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/tests/test_cli.py +0 -0
  75. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/tests/test_schema.py +0 -0
  76. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/tests/test_versioning.py +0 -0
  77. {pptx_cli-1.3.1 → pptx_cli-1.3.3}/uv.lock +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pptx-cli
3
- Version: 1.3.1
3
+ Version: 1.3.3
4
4
  Summary: Template-bound PowerPoint generation for enterprise decks
5
5
  Author: Thomas Rohde
6
6
  License: MIT License
@@ -123,6 +123,16 @@ pptx --version
123
123
  pptx guide --format json
124
124
  ```
125
125
 
126
+ ### AI coding agent skill
127
+
128
+ If you use an AI coding agent such as Claude Code, Codex, or Copilot, you can install the `pptx-deck-builder` skill to give your agent the ability to build PowerPoint decks using `pptx`:
129
+
130
+ ```bash
131
+ npx skills add ThomasRohde/pptx-cli --skill pptx-deck-builder
132
+ ```
133
+
134
+ This installs the skill directly from the repository — no need to clone it.
135
+
126
136
  ## Quick start
127
137
 
128
138
  The examples below assume you have a local PowerPoint template file available,
@@ -76,6 +76,16 @@ pptx --version
76
76
  pptx guide --format json
77
77
  ```
78
78
 
79
+ ### AI coding agent skill
80
+
81
+ If you use an AI coding agent such as Claude Code, Codex, or Copilot, you can install the `pptx-deck-builder` skill to give your agent the ability to build PowerPoint decks using `pptx`:
82
+
83
+ ```bash
84
+ npx skills add ThomasRohde/pptx-cli --skill pptx-deck-builder
85
+ ```
86
+
87
+ This installs the skill directly from the repository — no need to clone it.
88
+
79
89
  ## Quick start
80
90
 
81
91
  The examples below assume you have a local PowerPoint template file available,
@@ -2,4 +2,4 @@
2
2
 
3
3
  __all__ = ["__version__"]
4
4
 
5
- __version__ = "1.3.1"
5
+ __version__ = "1.3.3"
@@ -46,6 +46,18 @@ def copy_to_clipboard(text: str) -> bool:
46
46
  # ---------------------------------------------------------------------------
47
47
 
48
48
  _GENERIC_SCHEMA = """\
49
+ <output-format>
50
+ IMPORTANT: Your output MUST be a YAML deck spec, not a binary .pptx file.
51
+ Do NOT attempt to generate PowerPoint XML, base64 data, or any format
52
+ other than the YAML shown below. The `pptx deck build` CLI tool handles
53
+ all PowerPoint rendering — you only provide the YAML.
54
+
55
+ Preferred: offer the YAML as a downloadable file (e.g. a download link or
56
+ file attachment named "deck.yaml") so the user can save it directly.
57
+ Fallback: emit a single ```yaml code block the user can copy-paste into
58
+ a .yaml file and then run `pptx deck build -f deck.yaml`.
59
+ </output-format>
60
+
49
61
  <slide-schema>
50
62
  Use this schema to draft presentation content. Layout assignment and
51
63
  template binding happen later, so focus on the slides themselves.
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes