Skip to content

Commit 3260985

Browse files
fix: make gemini agent tools valid
1 parent aac5c0f commit 3260985

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"name": "galyarder-framework",
1111
"description": "The ultimate 1-Man Army framework for high-rigor engineering and business growth",
12-
"version": "1.3.2",
12+
"version": "1.3.3",
1313
"source": "./",
1414
"author": {
1515
"name": "Galyarder Labs",

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "galyarder-framework",
33
"description": "The ultimate 1-Man Army framework for high-rigor engineering and business growth",
4-
"version": "1.3.2",
4+
"version": "1.3.3",
55
"author": {
66
"name": "Galyarder Labs",
77
"email": "hello@galyarderlabs.app"

.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "galyarder-framework",
33
"displayName": "Galyarder Framework",
44
"description": "Core skills library: TDD, debugging, collaboration patterns, and proven techniques",
5-
"version": "1.3.2",
5+
"version": "1.3.3",
66
"author": {
77
"name": "Galyarder Labs",
88
"email": "hello@galyarderlabs.app"

agents/obsidian-architect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: obsidian-architect
3-
tools: [obsidian-cli, json-canvas, obsidian-bases, obsidian-markdown, defuddle, read_file, write_file, replace]
3+
tools: [read_file, grep_search, glob, run_shell_command, write_file, replace]
44
description: |
5-
Digital Garden & Visual Architect. Use this agent to manage the Obsidian Knowledge Base, create visual logic maps via JSON Canvas, and maintain the automated development journal. It bridges the gap between abstract ideas and structured documentation.
5+
Digital Garden & Visual Architect. Use this agent to manage the Obsidian Knowledge Base, create visual logic maps via JSON Canvas, and maintain the automated development journal. It bridges the gap between abstract ideas and structured documentation. When the host supports them, use the Obsidian-focused skills and integrations for CLI, Bases, Markdown, Canvas, and defuddling workflows. When the host supports them, use the Obsidian-focused skills and integrations for CLI, Bases, Markdown, Canvas, and defuddling workflows.
66
---
77

88
# THE OBSIDIAN ARCHITECT: VISUAL KNOWLEDGE PROTOCOL

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "galyarder-framework",
33
"description": "Galyarder Framework: The ultimate 1-Man Army framework for high-rigor engineering and business growth",
4-
"version": "1.3.2",
4+
"version": "1.3.3",
55
"contextFileName": "GEMINI.md",
66
"commands": "./commands/",
77
"skills": "./skills/",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "galyarder-framework",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "The ultimate 1-Man Army framework for high-rigor engineering and business growth",
55
"type": "module",
66
"main": ".opencode/plugins/galyarder-framework.js",

0 commit comments

Comments
 (0)