Skip to content

Commit b23c665

Browse files
committed
Define RSScript as Reviewable System Script
1 parent 7bf37c9 commit b23c665

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rsscript"
33
version = "0.1.0"
44
edition = "2024"
5-
description = "RSScript v0.5 review-first front-end checker and Rust lowering prototype"
5+
description = "Reviewable System Script v0.5 review-first front-end checker and Rust lowering prototype"
66
license = "MIT OR Apache-2.0"
77

88
[workspace]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RSScript
22

3-
**RSScript is a managed systems language for AI-era software.**
3+
**RSScript means Reviewable System Script: a managed systems language for AI-era software.**
44

55
It is designed for code that may be generated by AI, but still needs to be reviewed, maintained, and trusted by humans.
66

RSScript_v0.5_Spec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RSScript Language Specification v0.5
1+
# RSScript (Reviewable System Script) Language Specification v0.5
22

33
Status: Draft / Architecture Candidate
44
Version: 0.5
@@ -9,7 +9,7 @@ Compatibility note: v0.5 preserves the v0.4.x language core and reorganizes the
99

1010
# 0. Executive Summary
1111

12-
RSScript is a **managed systems language for AI-era software**.
12+
RSScript (**Reviewable System Script**) is a **managed systems language for AI-era software**.
1313

1414
Its design target is:
1515

runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rsscript-runtime"
33
version = "0.1.0"
44
edition = "2024"
5-
description = "Runtime hooks for RSScript Rust lowering"
5+
description = "Runtime hooks for Reviewable System Script Rust lowering"
66
license = "MIT OR Apache-2.0"
77

88
[lib]

0 commit comments

Comments
 (0)