diff --git a/description.md b/description.md deleted file mode 100644 index c7d4b65..0000000 --- a/description.md +++ /dev/null @@ -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 - -## diff --git a/opencode.json b/opencode.json new file mode 100644 index 0000000..61bda2a --- /dev/null +++ b/opencode.json @@ -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" + } + } +} diff --git a/plan.docx b/plan.docx deleted file mode 100644 index 5a8ed69..0000000 Binary files a/plan.docx and /dev/null differ