Skip to content

fix: docs/OPENCODE_NOTES.md shows a different permission config than the actual opencode.json #4

Description

@timpara

Section 3 of docs/OPENCODE_NOTES.md (lines 86-109) documents the opencode.json permission block, but it does not match the real file at the repo root.

Differences:

Key docs/OPENCODE_NOTES.md Actual opencode.json
read, glob, grep, list, skill, webfetch, todowrite absent "allow"
cat * "allow" absent
python3 scripts/* absent "allow"
git show* absent "allow"
find *_agent.md* absent "allow"
bun * absent "allow"
pandoc *, tectonic * absent "ask"
write (top-level) "allow" absent (uses edit only)
compaction section absent present
agent.build sub-config absent present

Anyone reading the docs and copying the example config will end up with a weaker (and partly incorrect) permission set.

Fix: Replace the code block in section 3 with the actual opencode.json content, or at minimum note that the snippet is a simplified example and link to the real file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions