You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: reposition as open-source embeddable engine, remove 'personal project' wording
- README: 'Personal open-source' → 'Open-source embeddable engine for AI agents, enterprises, and developers'
- ROADMAP: update release posture and maintenance status wording
- Clarify the engine is designed for enterprise/team/individual integration
Personal open-source PowerPoint generation engine — built to be called by AI agents.
17
+
Open-source PowerPoint generation engine — built to be embedded by AI agents, enterprises, and developers.
18
18
19
19
Create and revise `.pptx` decks from natural language through MCP, CLI, or HTTP. Best suited for developers, AI workflow builders, and technical teams.
20
20
21
-
> Status: beta-quality personal project.
21
+
> Status: beta-quality open-source engine.
22
22
> Not a SaaS. Not a polished end-user GUI.
23
-
> This repository is an embeddable engine for agent workflowsand internal automation.
24
-
> Current scope is considered complete for this personal release; no additional roadmap items are currently committed.
23
+
> This repository is an embeddable backend for agent workflows, enterprise automation, and custom integrations.
24
+
> Current scope is considered feature-complete; future updates focus on bug fixes and community contributions.
Copy file name to clipboardExpand all lines: ROADMAP.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Current version: **v0.7.8**
4
4
5
5
Product positioning: **to-B PPT generation engine** — embeddable into enterprise AI workflows with private deployment, API-driven generation (MCP / CLI / HTTP), and multi-language support (CJK + English). Core differentiators are data security (no data leaves the enterprise), content intelligence (AI-driven layout and visualization selection), and cross-platform output (PowerPoint, Keynote, Google Slides).
6
6
7
-
Current release posture: **published in its current scope**. This repository is being released as a personal open-source project in maintenance mode. No additional roadmap items are currently committed.
7
+
Current release posture: **published in its current scope**. This is an open-source embeddable engine designed for integration into enterprise, team, or individual AI workflows. Future updates focus on bug fixes and community contributions.
8
8
9
9
---
10
10
@@ -31,10 +31,10 @@ Current release posture: **published in its current scope**. This repository is
31
31
32
32
## Maintenance Status
33
33
34
-
This repository is published as a stable personal-project snapshot.
34
+
This repository is published as a stable, self-hostable engine.
35
35
36
-
-No additional feature roadmap is currently committed
37
-
- Future updates, if any, are expected to be limited to bug fixes, small documentation corrections, or metadata cleanup
36
+
-Current scope is feature-complete
37
+
- Future updates focus on bug fixes, documentation improvements, and community contributions
38
38
- The recommended way to evaluate the project is to use the current CLI, MCP, HTTP, and JSON skill entrypoints as documented
39
39
40
40
---
@@ -44,9 +44,9 @@ This repository is published as a stable personal-project snapshot.
44
44
| Version | Milestone |
45
45
|---------|-----------|
46
46
| v0.7.8 | Fix text/background contrast across all themes; WCAG luminance-aware rendering |
47
-
| v0.7.7 |Current-scope release alignment; roadmap converted to project status / maintenance posture|
47
+
| v0.7.7 |Release posture alignment; roadmap converted to project status document|
48
48
| v0.7.6 | Release metadata audit cleanup and public baseline verification |
49
-
| v0.7.5 | README positioning update for personal-project release |
49
+
| v0.7.5 | README positioning update for open-source release |
0 commit comments