Skip to content

Commit 414c4b3

Browse files
spriceclaude
andauthored
🔧(conductor): Add Conductor workspace configuration (#7)
* 🔧(conductor): Add workspace configuration for Conductor Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * 📝(agents): Add GPG and git convention rules to AGENTS.md Replace CLAUDE.md with a symlink to AGENTS.md so both Claude Code and Conductor agents share a single source of truth. Add rules for GPG commit signing and references to commit/PR command files. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 52e63ef commit 414c4b3

File tree

3 files changed

+17
-107
lines changed

3 files changed

+17
-107
lines changed

AGENTS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,14 @@ After completing feature code always run `pnpm check` to lint and type check.
101101
- Do not run database generation or migration (`pnpm db:generate`, or
102102
`pnpm db:migrate`)
103103
- Do not create SQL migration files
104+
- Do not bypass GPG commit signing (e.g., `-c commit.gpgsign=false`,
105+
`--no-gpg-sign`). If a commit fails due to GPG, provide the commit message
106+
for the user to run manually.
107+
108+
## Git Conventions
109+
110+
- When committing, follow the rules in `.claude/commands/commit.md`
111+
- When creating PRs, follow the rules in `.claude/commands/create-pull-request.md`
104112

105113
## Security & Configuration Tips
106114

CLAUDE.md

Lines changed: 0 additions & 107 deletions
This file was deleted.

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
AGENTS.md

conductor.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"scripts": {
3+
"setup": "ln -sf \"$CONDUCTOR_ROOT_PATH/.env.local\" .env.local && pnpm install",
4+
"run": "pnpm dev --port $CONDUCTOR_PORT",
5+
"archive": ""
6+
},
7+
"runScriptMode": "nonconcurrent"
8+
}

0 commit comments

Comments
 (0)