← ClaudeAtlas

lark-bridge-agent-configlisted

Configure the Claude Code or Codex profile used by lark-channel-bridge, including agent kind, workspace, model default, permissions, concurrency, idle timeout, Lark access, lark-cli identity, and managed repository instructions. Use when the user asks about Bridge agent settings, Developer instructions, CLAUDE.md, AGENTS.md, permission presets, model choice, workspace access, or switching between Claude and Codex.
momiji-project/lark-agent-bridge-plugin · ★ 0 · AI & Automation · score 68
Install: claude install-skill momiji-project/lark-agent-bridge-plugin
# Configure the Bridge agent Explain the configuration boundary first: - Product system/developer messages are controlled by the agent product and cannot be replaced by this plugin. - Durable project behavior belongs in `CLAUDE.md` for Claude Code and `AGENTS.md` for Codex. - Bridge runtime choices belong in the selected Bridge profile. - Secrets and authentication remain outside instruction files. ## Apply a profile preset 1. Resolve the plugin root as two directories above this skill directory. 2. Run `node <plugin-root>/scripts/bridge-manager.mjs doctor --profile <name> --json`. 3. Choose one preset: `read-only`, `safe-edit` (default), or `full` (explicit confirmation required). 4. Keep the model at `default` unless the user names a model. Do not copy model IDs between Claude and Codex. 5. Preview the exact change: ```bash node <plugin-root>/scripts/bridge-manager.mjs preset \ --profile <name> --preset <preset> --workspace <absolute-path> --dry-run ``` 6. Apply only after the preview is accepted. Preserve credentials, allowlists, unrelated preferences, and other profiles. 7. Restart only if the changed field requires it, and only if that profile was running before the change. ## Install managed Developer-style instructions Use the plugin's `rules` command to install `assets/rules/bridge-session.md` into the target repository's native instruction file. ```bash node <plugin-root>/scripts/bridge-manager.mjs rules \ --agent <claude|codex> --target <rep