Skip to content

Commit 98e776e

Browse files
committed
feat(codex): migrate to the latest agents-worfklow setup
1 parent ecaaf92 commit 98e776e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.agents/codebase-insights.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
No insights yet. Please add content here and remove this line.

.agents/codex-setup

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env bash
2+
3+
AGENTS_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
4+
cd $AGENTS_DIR
5+
6+
apt-get update
7+
apt-get install -y --no-install-recommends just

0 commit comments

Comments
 (0)