We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs: sync wiki with current source (ARO-0080 Git, lazy execution, plugin handle, numeric separators) Brings the wiki back into sync with the source as of 2026-05-03. - Add Guide-Git.md covering ARO-0080 Git actions, <git> system object, and Git events - Add <git> system object section (with explicit env-variable docs) to Reference-System-Objects.md - Add Git actions (Stage/Commit/Push/Pull/Clone/Checkout/Tag) and detailed Update section with multi-field syntax to Reference-Actions.md - Document root-level handle: PascalCase namespace field in Guide-Package-Manager.md (canonical form per ARO-0095; legacy nested handler: still works) - Refresh Guide-Concurrency.md to describe the always-on lazy AROFuture model with explicit force points (Log/Return/Throw/Publish/Emit/Store/Send/Write etc.) - Document numeric underscore separators (ARO-0052/ARO-0056) in Guide-Type-System.md and Reference-Grammar.md - Document the raw / String / format qualifier on Read in Guide-File-System.md - Link Guide-Git from Home.md and _Sidebar.md
Update all wiki files to use current ARO syntax (no angle brackets around action verbs) Action verbs like Extract, Retrieve, Return, Store are plain words in ARO. Only variables and qualifiers use <angle-bracket> notation. Updated 33 files covering ~2000 action verb instances across the full wiki.
docs: update all examples to new sink syntax (ARO-0043) Update 130+ instances across 25 wiki files to use the new sink syntax where the value comes directly after the verb: Old: <Log> the <message> for the <console> with "Hello". New: <Log> "Hello" to the <console>. Changes: - All Log action examples use new `<Log> <value> to the <console>` syntax - Multi-part messages use Compute then Log pattern - Reference-Actions.md updated with new syntax and prepositions - Reference-System-Objects.md cleaned up (removed backwards compat refs) - All Guide-*.md files updated consistently No backwards compatibility - this is the only valid syntax going forward.
docs: add .env format to file system and actions reference
docs: add .log format to file system and actions reference
docs(ARO-0040): add format-aware file I/O documentation Guide-File-System.md: - Add Format-Aware File I/O section with 12 supported formats - Add writing/reading examples for all formats - Add CSV/TSV options documentation - Add multi-format export and round-trip patterns Reference-Actions.md: - Enhance Read action with format detection table and examples - Enhance Write action with format detection table and examples - Add CSV/TSV options documentation for both actions
docs: add Make verb syntax for CreateDirectory - Update Reference-Actions.md with new Make syntax and verbs - Update Guide-File-System.md with Make example - CreateDirectory now supports: make, createdirectory, mkdir verbs - New 'at' preposition for natural syntax
docs: update with ARO-0036 file operations - Reference-Actions.md: add List, Stat, Exists, CreateDirectory, Copy, Move, Append actions - Guide-File-System.md: update with new directory operations
Migrate documentation from main repository - Convert 28 markdown files to flat wiki structure - Add Guide-* prefix for Language Guide files - Add Reference-* prefix for Language Reference files - Update all internal links to wiki format - Add _Sidebar.md for navigation