From 4f296b0bb4d20236de2485dcb8da68c9a5788a3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20J=2E=20Arg=C3=BCello?= <12516370+cjarguello@users.noreply.github.com> Date: Fri, 10 Apr 2026 15:35:21 -0600 Subject: [PATCH] chore: sync generated policy packet routing for truthfulness canon --- .agents/policy/taylored-policy.md | 18 ++++++++++++++++-- AGENTS.md | 3 ++- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.agents/policy/taylored-policy.md b/.agents/policy/taylored-policy.md index 8c8e2f1..cfad6cc 100644 --- a/.agents/policy/taylored-policy.md +++ b/.agents/policy/taylored-policy.md @@ -40,6 +40,7 @@ CANONICAL POLICY SURFACES: - `bitpod-docs/policies/taylored-policy.md` = canonical global work-policy contract - `bitpod-docs/policies/taylored-policy-rules.md` = canonical prohibition list - `bitpod-docs/policies/policy-registry.toml` = canonical authority-status registry +- `bitpod-docs/policies/truthfulness-policy.md` = canonical 3-tier truthfulness policy entrypoint ACTIVE ROOT SURFACES: @@ -80,8 +81,9 @@ For local umbrella-root sessions: 1. root `AGENTS.md` 2. `bitpod-docs/policies/taylored-policy.md` 3. `bitpod-docs/policies/taylored-policy-rules.md` -4. `bitpod-docs/policies/truthfulness-and-verification-policy.md` -5. `bitpod-docs/policies/file-creation-and-artifact-placement-policy.md` +4. `bitpod-docs/policies/truthfulness-policy.md` +5. `bitpod-docs/policies/truthfulness-and-verification-policy.md` +6. `bitpod-docs/policies/file-creation-and-artifact-placement-policy.md` AUTHORITY MAP: @@ -196,9 +198,21 @@ ROOT REFERENCES: - `$WORKSPACE/bitpod-docs/policies/taylored-policy-rules.md` - `$WORKSPACE/bitpod-docs/policies/policy-registry.toml` - `$WORKSPACE/bitpod-docs/process/read-first-protocol.md` +- `$WORKSPACE/bitpod-docs/policies/truthfulness-policy.md` - `$WORKSPACE/bitpod-docs/policies/truthfulness-and-verification-policy.md` - `$WORKSPACE/bitpod-docs/process/codex-global-policy-packet-contract.md` +TRUTHFULNESS POLICY: + +- the canonical truthfulness family entrypoint is `$WORKSPACE/bitpod-docs/policies/truthfulness-policy.md` +- truthfulness is governed as a 3-tier lifecycle: + 1. `Verification Protocol` = always-on claim discipline to reduce unjustified certainty + 2. `Truth Recovery Protocol` = incident-mode direct truth surfacing once a prior claim is materially undermined + 3. `Trust Recovery Protocol` = post-incident corrective action, operator-inclusive learning, and protocol hardening +- agents must follow the active tier and required handoff rules +- do not compress verification, truth recovery, and trust recovery into one undifferentiated behavior surface +- this add-on truthfulness-policy lane does not replace or rewrite the earlier Taylor01 runtime/mind architecture lane + TRUTHFULNESS DISCLOSURE RULE: - if data, context, memory, or other information was lost, the loss must be stated directly when relevant or when asked diff --git a/AGENTS.md b/AGENTS.md index de631fa..6f7804b 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -3,7 +3,8 @@ Read these first for global policy: 1. `.agents/policy/taylored-policy.md` 2. `.agents/policy/taylored-policy-rules.md` -3. repo-specific instructions below this generated block +3. truthfulness family canon: `bitpod-docs/policies/truthfulness-policy.md` +4. repo-specific instructions below this generated block Canonical source lives in `bitpod-docs`. Do not edit this generated block by hand.