We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecaaf92 commit 98e776eCopy full SHA for 98e776e
.agents/codebase-insights.txt
@@ -0,0 +1 @@
1
+No insights yet. Please add content here and remove this line.
.agents/codex-setup
@@ -0,0 +1,7 @@
+#!/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