Commit d15efb4
ci: add GitHub Actions workflow for tests + manifest drift check (#2)
* ci: add GitHub Actions workflow for tests + manifest drift check
Runs on push to main and on every PR. Mirrors the local invocation
exactly: install dev deps, run `python -m klarity_mcp --check` to catch
manifest drift, then run pytest. Single Python version (3.12) keeps the
job fast; can expand to a matrix later if 3.11 / 3.13 support actually
needs validating in CI.
Once this lands and runs green once, the `test` check name will be
available to add as a required status check on main if desired.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* ci: swap pip → uv for faster dependency install
uv pip install is roughly 5-10x faster than pip and the action's built-in
cache is keyed on pyproject.toml. Drops cold install from ~15s to ~2s and
warm install from ~3s to ~1s. Uses --system to install into the Python
provided by setup-python (no venv layer needed).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* assets: add Microsoft Copilot + multi-vendor logo, hero, and screenshot assets
Generated from logo.png (1092x1092) at all sizes required by Microsoft
Partner Center, OpenAI, and Anthropic. Includes app-package/ icons
(color.png 192x192, outline.png 32x32 transparent white) for the M365
manifest.json package zip. The outline.png uses a dedicated white-on-
transparent K mark (~/Downloads/K-White.png) rather than the full-color
logo, so it reads cleanly at 32x32 against the Teams left rail.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* release: bump version 0.1.0 → 1.0.0
Microsoft Teams store validator rejects manifests whose version starts
with '0' (verbatim: "App version should not start with '0'. Ex: 0.0.1
or 0.1 are not valid app versions and 1.0 / 1.5.1 / 1.0.0 / 2.5.0 are
valid app versions"). Bump to 1.0.0 ahead of M365 submission.
Cascades through all three public manifests via build_manifest_payloads:
- .claude-plugin/plugin.json
- .mcp.json (no version field — unchanged)
- gemini-extension.json
Architect-api's M365 manifest also reads plugin_version from this metadata,
so the next regen of private/microsoft-copilot-manifest.json picks up 1.0.0.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Aditya Thiruvengadam <aditya@klaritylaw.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent d799072 commit d15efb4
20 files changed
Lines changed: 107 additions & 3 deletions
File tree
- .claude-plugin
- .github/workflows
- assets
- app-package
- hero
- logos
- screenshots
- klarity_mcp
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
Loading
Loading
Loading
Loading
Loading
Loading
Loading
0 commit comments