Mods need allow permissions to iterate on them, could be added to docs

未關閉 適合新手
#608 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

評估

難度
2/5
預估耗時
1-3 小時
新手友好度
68/100
Issue 類型
文件
描述清晰度
基本清楚
活躍度
冷清
技術堆疊
typescript
領域
cli, documentation

研究方向

該 issue 未指定文件。先找出有關 mod-builder 輸出和權限設定的文件,然後加入允許編輯 .commandcode/mods/** 的指引。當文件中的設定說明如何在反覆處理產生的 mod 時避免重複出現核准提示,即表示完成。

由索引模型根據 Issue 內容生成。

描述

Summary

After building a mod with mod builder, I want to iterate on it.

But, the mods dir requires allow permissions.

That's fine but would be nice to add that to the docs so know for to do.


⚠ Sensitive file — path is inside .commandcode/ (Command Code settings). Never touched without approval.

Do you want to create .commandcode/mods/erd/commands.ts?

❯ 1. Yes
  2. No, tell Command Code what to do differently
Expected Behavior

Add to docs something like:

{
  "permissions": {
    "allow": [
      "Edit(.commandcode/mods/**)",
    ]
  }
}

so editing mods can flow smoothly.

Actual Behavior
  1. asked to approve edits to any mod
Steps to reproduce the issue
  1. use mod-builder to build a mod
  2. then iterate on it to make changes
Command Code Version

1.5.0

Operating System

macOS

Terminal/IDE

ghostty

Shell

zsh

Additional context

No response

主要語言
沒有語言資料
星號
4k
分支
350
PR 合併指標
30 天內沒有已合併 PR

貢獻指南

這個儲存庫沒有索引到貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

CommandCodeAI/command-code 的其他 Issue

查看 CommandCodeAI/command-code 的全部 Issue

相似的 Issue

更多 CLI Issue

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。