Skip to content
Open
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
18 changes: 16 additions & 2 deletions .agents/policy/taylored-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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:

Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down