diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..5ff9f79 --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,9 @@ +{ + "permissions": { + "allow": [ + "Bash(bun install:*)", + "Bash(bun run:*)" + ], + "deny": [] + } +} \ No newline at end of file diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 682bc03..5cba3cc 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,10 +14,10 @@ jobs: - name: Setup Bun uses: oven-sh/setup-bun@v1 with: - bun-version: latest # or "latest", "canary", + bun-version: latest - name: Install Dependencies - run: bun install + run: bun install --frozen-lockfile - name: Build Project run: bun run build diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..2edeafb --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +20 \ No newline at end of file diff --git a/bun.lockb b/bun.lockb index 91d03be..ae58183 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/public/COPYRIGHT.txt b/public/COPYRIGHT.txt new file mode 100644 index 0000000..546a821 --- /dev/null +++ b/public/COPYRIGHT.txt @@ -0,0 +1 @@ +Exodar © (Rometheme). 2018. All Rights Reserved \ No newline at end of file diff --git a/src/components/PromptExecutionLogo.vue b/src/components/PromptExecutionLogo.vue index 87c766b..ac571ad 100644 --- a/src/components/PromptExecutionLogo.vue +++ b/src/components/PromptExecutionLogo.vue @@ -9,8 +9,8 @@
Cybernetic Head
- Prompt Execution - Cognitive Robotic Process Automation +
PROMPT EXECUTION
+
COGNITIVE ROBOTIC PROCESS AUTOMATION
@@ -18,9 +18,19 @@