Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opencode-plugin-openspec",
"version": "0.1.2",
"version": "0.1.4",
"description": "An OpenCode plugin that integrates OpenSpec, providing a dedicated agent for planning and specifying software architecture.",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ export function createConfigHook(ctx: { directory: string }): Hooks["config"] {
// --- Bash: deny all by default, allow read-only filesystem + git read ---
bash: {
"*": "deny",
"openspec": "allow",
"openspec *": "allow",
"grep *": "allow",
"ls": "allow",
"ls *": "allow",
Expand Down