docs: update type terminology from Int/Float/String/Bool to Number/Decimal/Text/Boolean

This commit is contained in:
2026-02-14 15:35:41 +00:00
parent ea83433e93
commit 45fd3b52cb
8 changed files with 46 additions and 32 deletions

View File

@@ -1,10 +1,15 @@
# Storybook DSL — Design Plan
**Status:** Proposal
**Status:** Historical (early design proposal)
**Author:** Sienna + Lonni
**Date:** February 2026
**Scope:** Content authoring language, parser, resolver, tooling for Aspen agent simulation
> **Note:** This is an early design document that predates the current implementation.
> Type names referenced here (Integer, Float, Boolean, String) use the original
> terminology; v0.3.0 renamed these to Number, Decimal, Boolean, and Text respectively.
> See the current reference documentation for up-to-date syntax and semantics.
---
## 1. What This Document Covers