fix: rebranding, see [docs/name-change.md](docs/name-change.md) for details
This commit is contained in:
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -12,7 +12,7 @@ body:
|
||||
attributes:
|
||||
label: Project Version
|
||||
description: "Which version are you using? (To see version: ./run-server.sh -v)"
|
||||
placeholder: "e.g., 5.1.0"
|
||||
placeholder: "e.g., 9.4.1"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
@@ -29,7 +29,7 @@ body:
|
||||
id: logs
|
||||
attributes:
|
||||
label: Relevant Log Output
|
||||
description: "Please copy and paste any relevant log output. Logs are stored under the `logs` folder in the zen folder. You an also use `./run-server.sh -f` to see logs"
|
||||
description: "Please copy and paste any relevant log output. Logs are stored under the `logs` folder in the pal folder. You an also use `./run-server.sh -f` to see logs"
|
||||
render: shell
|
||||
|
||||
- type: dropdown
|
||||
|
||||
6
.github/ISSUE_TEMPLATE/config.yml
vendored
6
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1,12 +1,12 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: 💬 General Discussion
|
||||
url: https://github.com/BeehiveInnovations/zen-mcp-server/discussions
|
||||
url: https://github.com/BeehiveInnovations/pal-mcp-server/discussions
|
||||
about: Ask questions, share ideas, or discuss usage patterns with the community
|
||||
- name: 📚 Documentation
|
||||
url: https://github.com/BeehiveInnovations/zen-mcp-server/blob/main/README.md
|
||||
url: https://github.com/BeehiveInnovations/pal-mcp-server/blob/main/README.md
|
||||
about: Check the README for setup instructions and usage examples
|
||||
- name: 🤝 Contributing Guide
|
||||
url: https://github.com/BeehiveInnovations/zen-mcp-server/blob/main/CONTRIBUTING.md
|
||||
url: https://github.com/BeehiveInnovations/pal-mcp-server/blob/main/CONTRIBUTING.md
|
||||
about: Learn how to contribute to the project
|
||||
|
||||
|
||||
8
.github/ISSUE_TEMPLATE/tool_addition.yml
vendored
8
.github/ISSUE_TEMPLATE/tool_addition.yml
vendored
@@ -1,5 +1,5 @@
|
||||
name: 🛠️ New Gemini Tool Proposal
|
||||
description: Propose a new Zen MCP tool (e.g., `summarize`, `fixer`, `refactor`)
|
||||
description: Propose a new PAL MCP tool (e.g., `summarize`, `fixer`, `refactor`)
|
||||
labels: ["enhancement", "new-tool"]
|
||||
body:
|
||||
- type: input
|
||||
@@ -15,7 +15,7 @@ body:
|
||||
id: purpose
|
||||
attributes:
|
||||
label: What is the primary purpose of this tool?
|
||||
description: "Explain the tool's core function and the value it provides to developers using Claude + Zen."
|
||||
description: "Explain the tool's core function and the value it provides to developers using Claude + PAL."
|
||||
placeholder: "This tool will automatically generate comprehensive documentation from code, extracting class and function signatures, docstrings, and creating usage examples."
|
||||
validations:
|
||||
required: true
|
||||
@@ -27,7 +27,7 @@ body:
|
||||
description: "Show how a user would invoke this tool through Claude and what the expected output would look like."
|
||||
placeholder: |
|
||||
**User prompt to Claude:**
|
||||
"Use zen to generate documentation for my entire src/ directory"
|
||||
"Use pal to generate documentation for my entire src/ directory"
|
||||
|
||||
**Expected behavior:**
|
||||
- Analyze all Python files in src/
|
||||
@@ -61,7 +61,7 @@ body:
|
||||
id: system-prompt
|
||||
attributes:
|
||||
label: Proposed System Prompt (Optional)
|
||||
description: "If you have ideas for how zen should be prompted for this tool, share them here."
|
||||
description: "If you have ideas for how pal should be prompted for this tool, share them here."
|
||||
placeholder: |
|
||||
You are an expert technical documentation generator. Your task is to create comprehensive, user-friendly documentation from source code...
|
||||
|
||||
|
||||
2
.github/workflows/docker-pr.yml
vendored
2
.github/workflows/docker-pr.yml
vendored
@@ -95,7 +95,7 @@ jobs:
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"zen": {
|
||||
"pal": {
|
||||
"command": "docker",
|
||||
"args": ["run", "--rm", "-i", "-e", "GEMINI_API_KEY", "ghcr.io/${{ github.repository }}:pr-${{ github.event.number }}"],
|
||||
"env": { "GEMINI_API_KEY": "your-key" }
|
||||
|
||||
2
.github/workflows/docker-release.yml
vendored
2
.github/workflows/docker-release.yml
vendored
@@ -87,7 +87,7 @@ jobs:
|
||||
\`\`\`json
|
||||
{
|
||||
"mcpServers": {
|
||||
"zen-mcp-server": {
|
||||
"pal-mcp-server": {
|
||||
"command": "docker",
|
||||
"args": [
|
||||
"run", "--rm", "-i",
|
||||
|
||||
Reference in New Issue
Block a user