From 63aaeea0e6f0a5167bad82638414221ac454c31f Mon Sep 17 00:00:00 2001 From: Caio Pizzol Date: Thu, 13 Aug 2026 07:07:28 -0300 Subject: [PATCH 1/2] docs: mark CLI as new --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df275aa..0cf2b57 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ ECMA-376 is more than 5,000 pages, and Word sometimes behaves differently from t We found these gaps while building SuperDoc. This project records what we learned so other implementers do not need to discover the same edge cases alone. -## CLI +## CLI ![New](https://img.shields.io/badge/-NEW-2563EB) Install the CLI with npm. Node.js 20 or later is required. From 7405f18aa6c23cd0e96449f9595e1d54afd53a51 Mon Sep 17 00:00:00 2001 From: Caio Pizzol Date: Thu, 13 Aug 2026 07:11:19 -0300 Subject: [PATCH 2/2] docs: add Discord community link --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0cf2b57..8a7682f 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,10 @@ ooxml element w:p See the [CLI README](apps/cli/README.md) for all commands. +## Community + +Join the [SuperDoc Discord](https://discord.com/invite/b9UuaZRyaB) to discuss OOXML, ask implementation questions, and share what you are building. Use the `#ooxml-dev` channel for this project. + ## Agent skill The [`research-ooxml`](skills/research-ooxml/SKILL.md) skill teaches coding agents how to combine specification search and schema evidence through the CLI. Install the CLI first, then add the skill: