Archive FuneralFinder V1/V2, set V3 as production (D032)

- V1 stories → Archive/FuneralFinder V1
- V2 stories → Archive/FuneralFinder V2
- V3 stories → Organisms/FuneralFinder (primary)
- Component registry updated (V3 = done, V1/V2 = archived)
- Retroactive review plan confirmed: P0/P1 only, interleaved (D033)
- CLAUDE.md: added proactive session startup review procedure
- Build skills updated with internal QA stages

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-27 21:22:06 +11:00
parent b9954464ba
commit 8a5a4dc128
7 changed files with 37 additions and 14 deletions

View File

@@ -30,7 +30,7 @@ const FALogoNav = () => (
// ─── Meta ───────────────────────────────────────────────────────────────────
const meta: Meta<typeof FuneralFinder> = {
title: 'Organisms/FuneralFinder',
title: 'Archive/FuneralFinder V1',
component: FuneralFinder,
tags: ['autodocs'],
parameters: { layout: 'centered' },

View File

@@ -3,7 +3,7 @@ import Box from '@mui/material/Box';
import { FuneralFinderV2 } from './FuneralFinderV2';
const meta: Meta<typeof FuneralFinderV2> = {
title: 'Organisms/FuneralFinderV2',
title: 'Archive/FuneralFinder V2',
component: FuneralFinderV2,
parameters: {
layout: 'padded',

View File

@@ -3,7 +3,7 @@ import Box from '@mui/material/Box';
import { FuneralFinderV3 } from './FuneralFinderV3';
const meta: Meta<typeof FuneralFinderV3> = {
title: 'Organisms/FuneralFinderV3',
title: 'Organisms/FuneralFinder',
component: FuneralFinderV3,
parameters: {
layout: 'padded',