vScript Glossary

Key terms and concepts to help you understand and work with vScript.

Energy
core

Emotional or thematic filter applied to activities, influencing how commands are interpreted and executed.

Example
vS.setEnergy("creative");
Energy state changed to: creative Processing mode: expressive, fluid
Sigil
core

Visualized 3x3 matrix or command pattern that represents a specific state, identity, or function.

Example
vS.sigil.generate();
Sigil generated based on current state Pattern: [5, 2, 8, 1, 7, 3, 9, 4, 6]
Rift
commands

Snapshot or memory/state log that captures the current state of a vScript session.

Example
vS.rift();
Memory break created Session state saved at checkpoint #1
Recal
commands

Energy rebalance action that recenters the current state or corrects drift in the system.

Example
vS.recal();
Recentering energy patterns... Drift corrected: 3 parameters adjusted
0ath
system

Identity security handshake that authenticates and binds an identity securely within the system.

Example
vS.0ath;
Identity verified Security level: standard
Bang Mode
states

Forceful or urgent execution mode triggered by the ! symbol, bypassing normal constraints.

Example
vS.enter!
URGENT SESSION INITIATED Constraint checks bypassed Energy level: intense
Echo
commands

Command to repeat or reflect the last known state, useful for verification or continuation.

Example
vS.echo();
Last state: creative | Content: "Generate image" Checkpoint: #2
vS Grid
core

3x3 symbolic representation matrix that forms the foundation of the visual language in vScript.

Example
vS.matrix.create(3, 3);
3x3 matrix initialized with default values Grid ready for population
Inject
commands

The process of inserting content or commands into the energy stream for processing.

Example
vS.inject("Create digital artwork");
Content "Create digital artwork" injected into stream Processing with current energy...
Switch
commands

Command to shift session focus or context to a different topic or mode.

Example
vS.switch("dataViz");
Context switched to: dataViz Loaded appropriate modules
Cosmic
states

An energy state characterized by abstract, boundless thinking and creative expression.

Example
vS.setEnergy("cosmic");
Energy state changed to: cosmic Processing mode: abstract, boundless
Crisis
states

An energy state optimized for urgent, focused processing and rapid decision making.

Example
vS.setEnergy("crisis");
Energy state changed to: crisis Processing mode: urgent, focused
Explorer
states

An energy state that encourages curious, expansive thinking and discovery of new possibilities.

Example
vS.setEnergy("explorer");
Energy state changed to: explorer Processing mode: curious, expansive
Calm
states

An energy state for deliberate, measured processing and careful consideration.

Example
vS.setEnergy("calm");
Energy state changed to: calm Processing mode: deliberate, measured
Matrix Mode
system

A system mode for working with 3x3 identity grids and generating visual representations.

Example
vS.enter("matrixMode");
Entered matrix mode Grid system initialized
Extend
system

The capability to add custom modules and commands to the vScript environment.

Example
vS.extend(import("./modules/visualizer.vs"));
Module 'visualizer.vs' loaded New commands available: visualize.*
Dot (.)
punctuation

Soft run or implied, ambient/passive action with minimal energy commitment.

Example
vS.enter
Soft session initialization Ambient energy level maintained
Semicolon (;)
punctuation

Intentional action with full energy awareness and commitment to execution.

Example
vS.enter();
Session initialized with intentional energy Full protocol engaged
Bang (!)
punctuation

Urgent or forced action that overrides normal constraints and bypasses ego filters.

Example
vS.enter!
URGENT SESSION INITIATED Constraint checks bypassed Warning: high energy impact
Hash (#)
punctuation

Tag, ID marker, or context/state switch indicator that labels or categorizes actions.

Example
vS.rift#summary
Memory break created with 'summary' tag Tagged state saved for filtering
At (@)
punctuation

Personal target or node ping that directs commands to specific entities or identities.

Example
vS.inject@user123
Content targeted specifically to user123 Personalized delivery initiated
Colon (:)
punctuation

Energy or mode declaration that defines the operational context for commands.

Example
vS:cosmic
Global energy state set to cosmic All subsequent commands affected
Params (())
punctuation

Function arguments or parameters that provide specific instructions for command execution.

Example
vS.inject("Create digital artwork", {style: "abstract"});
Content injected with parameters Style parameter set to "abstract"
Boxed ([])
punctuation

Protected or locked states that maintain integrity and prevent unauthorized modifications.

Example
vS.protect[core.identity]
Core identity protected Locked state: modifications restricted
Raw Form ({})
punctuation

Unstructured flow or chaos energy that allows for free-form expression and emergent patterns.

Example
vS.inject{freeform}
Unstructured content injected Chaos patterns emerging No validation applied

Click or tap on any card to see an example