ado-sync 0.1.51 → 0.1.52

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 (2) hide show
  1. package/README.md +0 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -52,14 +52,6 @@ Minimum config:
52
52
 
53
53
  ---
54
54
 
55
- ## CI — GitHub Actions templates
56
-
57
- | Template | Purpose |
58
- |----------|---------|
59
- | [`.github/workflows/ado-sync-pr-check.yml`](.github/workflows/ado-sync-pr-check.yml) | Post a drift-summary comment on every PR |
60
- | [`.github/workflows/ado-sync-coverage-gate.yml`](.github/workflows/ado-sync-coverage-gate.yml) | Enforce spec link rate + AC gate on push/merge |
61
-
62
- ---
63
55
 
64
56
  ## Output symbols
65
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ado-sync",
3
- "version": "0.1.51",
3
+ "version": "0.1.52",
4
4
  "description": "Bidirectional sync between local test specs (Cucumber/Markdown) and Azure DevOps Test Cases",
5
5
  "bin": {
6
6
  "ado-sync": "./dist/cli.js",