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
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Moved

This file has been moved to:

[`memory/persona/otto/conversations/multi-ai-feedback-2026-04-29-no-directives-otto-prose-roundup.md`](../../memory/persona/otto/conversations/multi-ai-feedback-2026-04-29-no-directives-otto-prose-roundup.md)

The move happened during the 2026-05-15 persona-migrate-conversations work (per the `feat/persona-*-migrate-conversations` PR pattern). This stub preserves the original path as a compatibility artifact so that historical tick shards which link to the old location continue to resolve.

## Why this stub exists (not the moved file itself)

Tick shards (`docs/hygiene-history/ticks/YYYY/MM/DD/HHMMZ.md`) are immutable per `docs/hygiene-history/ticks/README.md` (Event-Sourcing-style discipline) + `tools/hygiene/AUDIT-LIFECYCLE.md` ("When pre-existing residue is immutable, baseline is the path"). The historical 0852Z shard at `docs/hygiene-history/ticks/2026/04/29/0852Z.md` carries a link to this path that was correct at authoring time. Moving the file broke the link; editing the shard retroactively would violate the immutability discipline. The compatibility-artifact path resolves the broken link while preserving the historical shard verbatim.

Per Codex P1 finding on PR #4534 (the empirical anchor that surfaced this discipline application).
5 changes: 0 additions & 5 deletions tools/hygiene/audit-tick-shard-relative-paths.baseline.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
[
{
"file": "docs/hygiene-history/ticks/2026/04/29/0852Z.md",
"line": 1,
"target": "../../../../../research/multi-ai-feedback-2026-04-29-no-directives-otto-prose-roundup.md"
},
{
"file": "docs/hygiene-history/ticks/2026/05/14/2158Z.md",
"line": 29,
Expand Down
Loading