Skip to content

♻️ refactor: use intent-oriented capability names - #1

Merged
zrr1999 merged 1 commit into
mainfrom
refactor/intent-capabilities
Apr 6, 2026
Merged

♻️ refactor: use intent-oriented capability names#1
zrr1999 merged 1 commit into
mainfrom
refactor/intent-capabilities

Conversation

@zrr1999

@zrr1999 zrr1999 commented Apr 6, 2026

Copy link
Copy Markdown
Member

Summary

Updates all platform modules and examples to use the new intent-oriented capability names from SEP-0003 redesign.

Mapping

Old New Files affected
StdOut Console Stdout.sp, examples
StdErr Console Stdout.sp
StdIn Console Stdin.sp
EnvVar Env Env.sp, examples
Exec Spawn Cmd.sp

FileRead/FileWrite unchanged. ExecError kept as-is (error type, not capability).

8 files changed, 22 insertions, 22 deletions — pure rename.

- StdOut, StdErr, StdIn → Console (unified console I/O intent)
- EnvVar → Env (environment access intent)
- Exec → Spawn (process spawning intent)
- FileRead, FileWrite unchanged (already intent-oriented)
- Updated platform modules, examples, and README

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@zrr1999
zrr1999 merged commit 04abf37 into main Apr 6, 2026
1 check passed
@zrr1999
zrr1999 deleted the refactor/intent-capabilities branch April 6, 2026 11:59
zrr1999 added a commit that referenced this pull request Apr 24, 2026
…n) (#1)

- StdOut, StdErr, StdIn → Console (unified console I/O intent)
- EnvVar → Env (environment access intent)
- Exec → Spawn (process spawning intent)
- FileRead, FileWrite unchanged (already intent-oriented)
- Updated platform modules, examples, and README

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant