Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,11 @@ PolicyMesh is intentionally small right now. If a warning is noisy, open a
[false-positive report](https://github.com/Conalh/PolicyMesh/issues/new?template=false-positive.yml).
If your team uses another agent config surface, open a
[missing-surface request](https://github.com/Conalh/PolicyMesh/issues/new?template=missing-surface.yml).
If your team is testing PolicyMesh across multiple repositories, needs org-level
policy review, shared baselines, exception ownership, or cross-repo reports, open a
[team validation signal](https://github.com/Conalh/PolicyMesh/issues/new?template=team-validation.yml).
For a concrete multi-repo trial path, use the [team pilot guide](docs/TEAM_PILOT.md).
The paid-layer validation tracker is
[issue #5](https://github.com/Conalh/PolicyMesh/issues/5); hosted SaaS work should wait for repeated team signals there.
If you're trying PolicyMesh across multiple repositories or want shared baselines,
exception ownership, or cross-repo reports, the [team pilot guide](docs/TEAM_PILOT.md)
walks through a concrete multi-repo trial path and the
[team feedback form](https://github.com/Conalh/PolicyMesh/issues/new?template=team-validation.yml)
collects results.

## Development

Expand Down
3 changes: 1 addition & 2 deletions test/workflow.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ test('issue templates collect detector and team validation feedback', async () =
assert.match(teamPilot, /team-validation\.yml/);
assert.match(readme, /TEAM_PILOT\.md/);
assert.match(readme, /team-validation\.yml/);
assert.match(readme, /issues\/5/);
});

test('README documents Action credibility and robustness signals', async () => {
Expand All @@ -137,7 +136,7 @@ test('README documents Action credibility and robustness signals', async () => {
assert.match(readme, /Codex network access enabled alongside other configured or unreadable agent surfaces/);
assert.match(readme, /Claude MCP grants for servers missing from MCP configs/);
assert.match(readme, /Malformed JSON and Codex TOML agent config files/);
assert.match(readme, /team validation signal/);
assert.match(readme, /team feedback form/);
});

test('README separates original demo PR proof from richer fixture proof', async () => {
Expand Down
Loading