Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ No candidate is blocked merely for being edgy — blocking would itself be a pro
Every new skill under `.claude/skills/**`, persona under `.claude/agents/**`, glossary entry in `docs/GLOSSARY.md`, and BACKLOG row at P0/P1 runs through an alignment-clause consistency check. Fires at author-time (prevention surface) and on a cadence (detection surface). Same shape as the skill-data/behaviour-split audit, but on alignment-clause compliance rather than mix-signature.
*(This item has been sliced into B-0329 for atomic mechanization).*

### 3. Candidate-failure honesty log
### 3. Candidate-failure honesty log (DECOMPOSED -> B-0530)

*(This item has been sliced into B-0530 for atomic mechanization).*

Candidates that fail the ethics+safety gate are recorded as failure-data on the honesty dashboard, NOT silently dropped. Rubber-stamping is the exact failure-mode the three-filter discipline exists to prevent — this gate extends that discipline into the ethics axis.

Expand Down
27 changes: 27 additions & 0 deletions docs/backlog/P1/B-0530-candidate-failure-honesty-log.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
id: B-0530
priority: P1
status: open
title: Candidate-failure honesty log
tier: substrate-foundational-discipline
effort: S
ask: Aaron 2026-04-21 (decomposed from B-0058)
created: 2026-05-15
last_updated: 2026-05-15
decomposition: clean
children: []
depends_on: [B-0058]
Comment thread
AceHack marked this conversation as resolved.
Outdated
composes_with: []
tags: [ai-ethics, ai-safety, alignment, honesty-log, transparency]
type: friction-reducer
---

# B-0530 — Candidate-failure honesty log

Decomposed from B-0058 to allow atomic mechanization of the honesty log surface.

Candidates that fail the ethics+safety gate are recorded as failure-data on the honesty dashboard, NOT silently dropped. Rubber-stamping is the exact failure-mode the three-filter discipline exists to prevent — this gate extends that discipline into the ethics axis.

## Implementation Plan
- Create an honesty log template or use existing telemetry.
- Integrate the failure case into the candidate-adoption skill or gate.
Loading