@@ -44,7 +44,7 @@ pub fn init_workspace(workspace_dir: &Path) -> anyhow::Result<()> {
4444
4545 std:: fs:: write (
4646 & progress_path,
47- "# RexOS Progress Log\n \n This file is append-only.\n " ,
47+ "# LoopForge Progress Log\n \n This file is append-only.\n " ,
4848 )
4949 . with_context ( || format ! ( "write {}" , progress_path. display( ) ) ) ?;
5050
@@ -53,7 +53,7 @@ pub fn init_workspace(workspace_dir: &Path) -> anyhow::Result<()> {
5353 r#"#!/usr/bin/env bash
5454set -euo pipefail
5555
56- echo "[rexos ] init.sh: customize this script for your project"
56+ echo "[loopforge ] init.sh: customize this script for your project"
5757"# ,
5858 )
5959 . with_context ( || format ! ( "write {}" , init_sh_path. display( ) ) ) ?;
@@ -62,7 +62,7 @@ echo "[rexos] init.sh: customize this script for your project"
6262 & init_ps1_path,
6363 r#"$ErrorActionPreference = "Stop"
6464
65- Write-Output "[rexos ] init.ps1: customize this script for your project"
65+ Write-Output "[loopforge ] init.ps1: customize this script for your project"
6666"# ,
6767 )
6868 . with_context ( || format ! ( "write {}" , init_ps1_path. display( ) ) ) ?;
@@ -343,7 +343,7 @@ fn ensure_gitignore_has_rexos_dir(workspace_dir: &Path) -> anyhow::Result<()> {
343343}
344344
345345fn initializer_system_prompt ( ) -> & ' static str {
346- r#"You are RexOS initializer.
346+ r#"You are LoopForge initializer.
347347
348348Your job:
349349- Generate a comprehensive `features.json` from the user prompt.
@@ -362,7 +362,7 @@ Rules:
362362}
363363
364364fn coding_system_prompt ( ) -> & ' static str {
365- r#"You are RexOS running a long-horizon harness coding session.
365+ r#"You are LoopForge running a long-horizon harness coding session.
366366
367367Rules:
368368- Work only inside the workspace directory.
0 commit comments