Skip to content

Commit 827f938

Browse files
docs: Simplifying synopsis / description
1 parent 725b11f commit 827f938

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

Commands/Get-Reptile.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ function Get-Reptile
22
{
33
<#
44
.SYNOPSIS
5-
Gets Reptiles
5+
Reptile
66
.DESCRIPTION
7-
Gets Reptiles - Read Evaluate Print Terminal Input Loop Editor
7+
Reptile - Read Evaluate Print Terminal Input Loop Editor
88
.NOTES
99
## Reptile
1010
### Read Evaluate Print Terminal Input Loop Editor - A Scaley Simple PowerShell Data REPL

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,20 @@ and so have a much more difficult time escalating any potential jailbreaks.
122122

123123
Additionally, because the responses are run in background _thread_ jobs,
124124
it limits the overall impact of each request, and thus service is harder to deny.
125+
126+
### Reptile Roadmap
127+
128+
Reptile will Evolve.
129+
130+
Reptile is a new project, and will grow and change with time.
131+
Implementation is subject to change.
132+
133+
The next items on the Reptile Roadmap are:
134+
135+
* Additional Protocol Support
136+
* JsonRPC
137+
* MCP
138+
* XRPC
139+
* New Examples
140+
* Better Variable Input
141+
* More Turtles (and other useful interactive tools)

0 commit comments

Comments
 (0)