From 627ee162625443644b51ceeed4a18317b7cabcc5 Mon Sep 17 00:00:00 2001 From: Samgu Lee Date: Sat, 6 Jun 2026 23:07:57 +0900 Subject: [PATCH] feat: create `HOME` page --- TASKS.md | 2 +- src/pages/index.astro | 128 +++++++++++++++++++++++++++++++++++++----- 2 files changed, 114 insertions(+), 16 deletions(-) diff --git a/TASKS.md b/TASKS.md index 3e1a01f..bd3ba5b 100644 --- a/TASKS.md +++ b/TASKS.md @@ -98,7 +98,7 @@ Propose TASK update ## CORE CONTENT -- [ ] T211 Create Home Page +- [x] T211 Create Home Page - [ ] T212 Create Why Page - [ ] T213 Publish Manifesto v1 - [ ] T214 Publish Specification v1 diff --git a/src/pages/index.astro b/src/pages/index.astro index d280968..3947d92 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -2,21 +2,119 @@ import SiteLayout from '../layouts/SiteLayout.astro'; --- - -
-

- Documentation shell -

-

+
+
- REPL Works -

-

- This foundation provides shared layout, navigation, and content collection - routing for the REPL Works platform. -

+

+ Project Memory System +

+

+ REPL Works +

+

+ AI development needs durable memory for projects. Models forget. + Projects must not. +

+ + + +
+
+

+ A documentation-first approach +

+

+ REPL Works is a framework for capturing project memory as structured + documentation, enabling teams to read, learn, and navigate AI + development with confidence. +

+
    +
  • Read definitive guidance in one place.
  • +
  • Navigate through why, manifesto, specification, and workflow.
  • +
  • Learn with a clear, minimal information hierarchy.
  • +
+
+ + +
+ +
+

+ GitHub +

+

+ Repository placeholder +

+

+ The GitHub link will point to the REPL Works project repository once + available. +

+
+ + GitHub link placeholder + +
+