feat: add rules for opencode and remove old irrelevant files
This commit is contained in:
@@ -1,24 +0,0 @@
|
|||||||
# jetstream - A High-Performance File Transfer Utility
|
|
||||||
|
|
||||||
## Features
|
|
||||||
|
|
||||||
## Architecture ideas
|
|
||||||
|
|
||||||
### Pipeline Stages Client
|
|
||||||
|
|
||||||
- Directory Scanning -> Files
|
|
||||||
- File Reading -> SendableBuffer
|
|
||||||
- optional: Compression -> Sendable Buffer
|
|
||||||
- Send Data
|
|
||||||
|
|
||||||
### Pipeline Stages Server
|
|
||||||
|
|
||||||
- Receive Data -> Sendable Buffer
|
|
||||||
- optional: Decompress -> Files
|
|
||||||
- File Writing
|
|
||||||
|
|
||||||
### Passing Data between Steps
|
|
||||||
|
|
||||||
- use Queue
|
|
||||||
|
|
||||||
##
|
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://opencode.ai/config.json",
|
||||||
|
"permission": {
|
||||||
|
"bash": {
|
||||||
|
"*": "ask",
|
||||||
|
"git push origin main": "deny",
|
||||||
|
"git push origin master": "deny",
|
||||||
|
"git push *": "ask",
|
||||||
|
"git commit *": "ask"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user