fix: Remove hardcoded actors, let bd use default chain
bd defaults to $BD_ACTOR → git config user.name → $USER, which is more accurate for system tools like doctor and rig init. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -118,7 +118,6 @@ func (c *PatrolMoleculesExistCheck) Fix(ctx *CheckContext) error {
|
|||||||
"--title="+mol,
|
"--title="+mol,
|
||||||
"--description="+desc,
|
"--description="+desc,
|
||||||
"--priority=2",
|
"--priority=2",
|
||||||
"--actor=gt-doctor",
|
|
||||||
)
|
)
|
||||||
cmd.Dir = rigPath
|
cmd.Dir = rigPath
|
||||||
if err := cmd.Run(); err != nil {
|
if err := cmd.Run(); err != nil {
|
||||||
|
|||||||
@@ -534,7 +534,6 @@ func (m *Manager) seedPatrolMoleculesManually(rigPath string) error {
|
|||||||
"--title="+mol.title,
|
"--title="+mol.title,
|
||||||
"--description="+mol.desc,
|
"--description="+mol.desc,
|
||||||
"--priority=2",
|
"--priority=2",
|
||||||
"--actor=gt-rig-init",
|
|
||||||
)
|
)
|
||||||
cmd.Dir = rigPath
|
cmd.Dir = rigPath
|
||||||
if err := cmd.Run(); err != nil {
|
if err := cmd.Run(); err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user