Skip to content

Commit 9f05568

Browse files
authored
refactor: rename app to agent-infra (#220)
1 parent c7ae5f6 commit 9f05568

File tree

175 files changed

+181
-169
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+181
-169
lines changed

.github/workflows/release-agent-tars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
KEYCHAIN_PATH: ${{ runner.temp }}/app-signing.keychain-db
7575
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7676
run: |
77-
cd apps/omega && pnpm run publish:mac
77+
cd apps/agent-infra && pnpm run publish:mac
7878
7979
# publish_on_win:
8080
# runs-on: windows-latest
@@ -95,4 +95,4 @@ jobs:
9595
# - name: publish
9696
# env:
9797
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
98-
# run: cd apps/omega && pnpm run publish:win32
98+
# run: cd apps/agent-infra && pnpm run publish:win32

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ pnpm-lock.yaml
44
LICENSE.md
55
tsconfig.json
66
tsconfig.*.json
7-
apps/omega/src/vendor/chat-ui/index.js
7+
apps/agent-infra/src/vendor/chat-ui/index.js

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

README.md

Lines changed: 1 addition & 1 deletion

apps/omega/CONTRIBUTIND.md renamed to apps/agent-infra/CONTRIBUTIND.md

Lines changed: 1 addition & 1 deletion
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

pnpm-lock.yaml

Lines changed: 172 additions & 160 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
packages:
22
- 'apps/*'
3-
- 'apps/omega/src/*'
3+
- 'apps/agent-infra/src/*'
44
- 'apps/ui-tars/src/*'
55
- 'packages/ui-tars/**'
66
- 'packages/agent-infra/**'

turbo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
},
3232
"agent-tars-app#build": {
3333
"outputs": [
34-
"apps/omega/dist/**",
35-
"apps/omega/out/**"
34+
"apps/agent-infra/dist/**",
35+
"apps/agent-infra/out/**"
3636
]
3737
},
3838
"//#format": {},

0 commit comments

Comments
 (0)