feat: add public health context reference

This commit is contained in:
732642856
2026-07-18 03:01:40 +08:00
parent d4a623c21d
commit 88112eabbc
8 changed files with 95 additions and 9 deletions
@@ -8,5 +8,6 @@ test("passes transparent public-case references into the agent context", () => {
assert.match(source, /reference_transparency:\s*record\(data\.reference_transparency\)/);
assert.match(source, /high_similarity_public_references_available/);
assert.match(source, /requested_uncovered_domains/);
assert.match(source, /public_context_only/);
assert.match(source, /exact_triggers as technical trigger points/);
});