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(readme): convert README.adoc -> Markdown (renders on Glama/profile/community-health) (#46)
README was AsciiDoc → renders as raw markup in Markdown consumers (Glama
MCP directory, GitHub community-health, GitHub profile). pandoc
asciidoc→GFM (badges → clickable), SPDX header kept, duplicate `.adoc`
removed. Part of the estate README-format fix.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
`tests/fixtures/`. Pass an empty string (`paths-ignore: ''`) to disable
69
-
and scan everything. See https://github.com/hyperpolymath/hypatia/pull/243
70
-
for the architectural rationale (content-pattern validators must
71
-
distinguish targets from fixtures / vendored / training-corpus files
72
-
that legitimately contain the very pattern being checked).
73
-
|===
74
-
75
-
==== Why default-on path exemptions?
53
+
```
76
54
77
-
A2ML files inside vendored projects (e.g. `verified-container-spec/`) have
78
-
their own identity declarations elsewhere or are themselves training corpora.
79
-
Flagging every such file as "missing identity field" is provenance noise,
80
-
not signal. The defaults match the canonical RSR vendored-content paths;
81
-
override for project-specific carve-outs.
55
+
## Inputs
82
56
83
-
=== Outputs
57
+
| Input | Default | Description |
58
+
|----|----|----|
59
+
|`path`|`.`| Directory path to scan for `.a2ml` files |
60
+
|`strict`|`false`| When `true`, warnings become errors and the action fails on any issue |
61
+
|`paths-ignore`|*vendored & fixture defaults*| Newline-separated path fragments to skip. Substring match against each file path. Default set: `vendor/`, `vendored/`, `verified-container-spec/`, `.audittraining/`, `integration/fixtures/`, `test/fixtures/`, `tests/fixtures/`. Pass an empty string (`paths-ignore:``’’`) to disable and scan everything. See <https://github.com/hyperpolymath/hypatia/pull/243> for the architectural rationale (content-pattern validators must distinguish targets from fixtures / vendored / training-corpus files that legitimately contain the very pattern being checked). |
0 commit comments