brochure: ARCHIVED 2026-05-19 — was a misinterpretation, do not re-enable
The brochure split project was a misinterpretation of an operator request to make TtsReader + AI Station production-ready. Somewhere in the planning chain it spun up into a separate "showcase brochure product" with its own host, repo, NuGet, and Codex pack — none of which the operator actually wanted. The project itself is pointless and a waste of credits. Archive (not delete) per operator decision 2026-05-19, because some work shipped under the misinterpretation may still have reusable value: - FlowerCore.Intranet.Web PR #8 (merged) introduced FlowerCore.Brochure.Content content-NuGet carve-out — pattern may apply to TtsReader/AiStation production polish. - Sprint 32 Cl-5 substrate has design ideas for public-twin vs operator-host separation that may transfer. - magpie-doc-writer / wren-walkthrough skills still author useful Intranet content — those skills stay active. These manifests stay at replicas: 0 for ArgoCD continuity. Cleanup options (move out of apps/* glob, or delete entirely) are documented in README.md for an operator-explicit future call. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,8 +1,23 @@
|
||||
# FlowerCore Brochure public host
|
||||
# FlowerCore Brochure public host — ARCHIVED 2026-05-19
|
||||
#
|
||||
# Thin Blazor host for public What's New, walkthrough, and gallery content
|
||||
# carved out of FlowerCore.Intranet.Web. The ApplicationSet creates
|
||||
# infra-brochure from this directory after merge.
|
||||
# This project was a MISINTERPRETATION of an operator productionization
|
||||
# request (TtsReader + AiStation production-ready) that spun up into a
|
||||
# whole new showcase product. Operator decision 2026-05-19: archive,
|
||||
# don't delete — the Sprint 32 Cl-5 substrate + the FlowerCore.Intranet.Web
|
||||
# PR #8 carve-out may have reusable content/admin-panel work that could
|
||||
# be pulled back into the actual productionization work later.
|
||||
#
|
||||
# Do NOT re-enable. Do NOT try to rebuild the brochure-web image.
|
||||
# Do NOT dispatch the Sprint 34 Cl-4 rebuild pack (now at
|
||||
# docs/archived/codex-2026-05-18-fc-brochure-web-rebuild-pack.md).
|
||||
#
|
||||
# These manifests stay in-place at replicas: 0 for ArgoCD continuity.
|
||||
# Cleanup options for a future sprint: (a) move this whole directory
|
||||
# to apps-archived/brochure/ so the ApplicationSet stops tracking it
|
||||
# and ArgoCD prunes the namespace, OR (b) delete the directory entirely.
|
||||
# Both are valid; operator-explicit at the time of cleanup.
|
||||
#
|
||||
# Memory: project_brochure_split_misinterpretation_archived_2026_05_19
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
@@ -21,7 +36,7 @@ metadata:
|
||||
app.kubernetes.io/name: brochure-web
|
||||
app.kubernetes.io/part-of: flowercore
|
||||
spec:
|
||||
replicas: 0 # Scaled to 0 by SRE 2026-05-19; pod was running wrong codebase (Intranet.Web binary in brochure image); Sprint 34 Cx-3 to rebuild from FlowerCore.Brochure.Web source per docs/ai-agents/codex-prompts/2026-05-18-fc-brochure-web-rebuild-pack.md
|
||||
replicas: 0 # ARCHIVED 2026-05-19 — brochure project was a misinterpretation; do not re-enable. See file header for context.
|
||||
revisionHistoryLimit: 3
|
||||
selector:
|
||||
matchLabels:
|
||||
|
||||
Reference in New Issue
Block a user