chore: D22 落地——docs/SDD/wiki/CLAUDE.md 進 repo(Gitea private 預設全 push)
頂層 D22 決策(leo 2026-07-03 拍板):推什麼由開發環境歸屬決定, Gitea private=除機敏值/build 產物/.github 外全 push。 解 T1.5 卡點:雲端工人 clone 拿得到 credential-store-migration.md,可就地改寫 SDD。 機敏掃描兩輪通過(新增 189 檔約 2.1MB,node_modules/dist/wasm 照舊排除)。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { redirect } from 'next/navigation';
|
||||
|
||||
// Mira 首頁 → redirect 到河道
|
||||
// SDD: polaris/mira/.agents/specs/mira-app/design.md §5.2 v2.1
|
||||
// v2.1 改側邊欄式版面後,原本的卡片入口導覽移到側邊欄(MiraSidebar),
|
||||
// 首頁不再需要列入口,直接進河道(feed = 主要輸入/瀏覽頁)
|
||||
export default function MiraHubPage() {
|
||||
redirect('/mira/feed');
|
||||
}
|
||||
Reference in New Issue
Block a user