Skip to content

Commit 6c6ee2c

Browse files
committed
Remove private repo validation reference
1 parent 33a53bb commit 6c6ee2c

4 files changed

Lines changed: 5 additions & 8 deletions

File tree

.rabbit/context.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ generator:
66
tool: dev.kit
77
repo: https://github.com/udx/dev.kit
88
version: 0.14.0
9-
generated_at: 2026-07-05T18:10:03Z
9+
generated_at: 2026-07-05T18:19:05Z
1010
sources:
1111
homepage: https://udx.dev/kit
1212
repository: https://github.com/udx/dev.kit

changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- Ignore command examples from `docs/references/` when generating repo command contracts, preventing reference docs from creating misleading `build` or `run` commands.
66
- Add regression coverage for reference-only command examples so generated context stays tied to runnable repo-owned surfaces.
77
- Add release verification guidance that distinguishes GitHub release, npm registry, tarball, and npmjs.com UI evidence.
8-
- Add `udx/rabbit-automation-action` to the real-repo validation matrix as a manifest-heavy config contract probe.
8+
- Clarify manifest-heavy config contract validation guidance for optional local repo probes.
99
- Clarify stale-context output when generated context came from a different `dev.kit` version by showing both the generator and current versions.
1010

1111
### 0.13.0

docs/real-repo-validation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ The summary should be used to compare:
2929

3030
When one repo looks noisy or inconsistent, repair the strongest repo-owned gap or dev.kit normalization issue, rerun the matrix, and verify the output changed.
3131

32-
For config and manifest contract releases, include `udx/rabbit-automation-action`
33-
when it is available locally. It is a useful probe because it relies on
34-
repo-owned manifests instead of generic `.env.example` files.
32+
For config and manifest contract releases, include at least one available
33+
manifest-heavy local repo probe. It should rely on repo-owned manifests instead
34+
of generic `.env.example` files.
3535

3636
## Public Repo Probes
3737

src/configs/repo-validation.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ config:
2424
github_rabbit_action:
2525
repo: udx/github-rabbit-action
2626
purpose: action, docs, and workflow context mix
27-
rabbit_automation_action:
28-
repo: udx/rabbit-automation-action
29-
purpose: manifest-heavy repo and config contract sanity check
3027
dev_kit:
3128
repo: udx/dev.kit
3229
purpose: self-hosting sanity check

0 commit comments

Comments
 (0)