mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-06 01:03:32 +08:00
Merge pull request #2 from pangerlkr/copilot/fix-markdownlint-errors
Fix markdownlint CI failures (MD038, MD058, MD025, MD034)
This commit is contained in:
@@ -78,7 +78,7 @@ EOF",
|
|||||||
```
|
```
|
||||||
|
|
||||||
**Model Parameter Notes**:
|
**Model Parameter Notes**:
|
||||||
- `{{GEMINI_MODEL_FLAG}}`: When using `--backend gemini`, replace with `--gemini-model gemini-3-pro-preview ` (note trailing space); use empty string for codex
|
- `{{GEMINI_MODEL_FLAG}}`: When using `--backend gemini`, replace with `--gemini-model gemini-3-pro-preview`; use empty string for codex
|
||||||
|
|
||||||
**Role Prompts**:
|
**Role Prompts**:
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ EOF",
|
|||||||
```
|
```
|
||||||
|
|
||||||
**Model Parameter Notes**:
|
**Model Parameter Notes**:
|
||||||
- `{{GEMINI_MODEL_FLAG}}`: When using `--backend gemini`, replace with `--gemini-model gemini-3-pro-preview ` (note trailing space); use empty string for codex
|
- `{{GEMINI_MODEL_FLAG}}`: When using `--backend gemini`, replace with `--gemini-model gemini-3-pro-preview`; use empty string for codex
|
||||||
|
|
||||||
**Role Prompts**:
|
**Role Prompts**:
|
||||||
|
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ EOF",
|
|||||||
```
|
```
|
||||||
|
|
||||||
**Model Parameter Notes**:
|
**Model Parameter Notes**:
|
||||||
- `{{GEMINI_MODEL_FLAG}}`: When using `--backend gemini`, replace with `--gemini-model gemini-3-pro-preview ` (note trailing space); use empty string for codex
|
- `{{GEMINI_MODEL_FLAG}}`: When using `--backend gemini`, replace with `--gemini-model gemini-3-pro-preview`; use empty string for codex
|
||||||
|
|
||||||
**Role Prompts**:
|
**Role Prompts**:
|
||||||
|
|
||||||
|
|||||||
@@ -247,6 +247,7 @@ After all files generated, output:
|
|||||||
## PM2 Init Complete
|
## PM2 Init Complete
|
||||||
|
|
||||||
**Services:**
|
**Services:**
|
||||||
|
|
||||||
| Port | Name | Type |
|
| Port | Name | Type |
|
||||||
|------|------|------|
|
|------|------|------|
|
||||||
| {port} | {name} | {type} |
|
| {port} | {name} | {type} |
|
||||||
@@ -254,10 +255,12 @@ After all files generated, output:
|
|||||||
**Claude Commands:** /pm2-all, /pm2-all-stop, /pm2-{port}, /pm2-{port}-stop, /pm2-logs, /pm2-status
|
**Claude Commands:** /pm2-all, /pm2-all-stop, /pm2-{port}, /pm2-{port}-stop, /pm2-logs, /pm2-status
|
||||||
|
|
||||||
**Terminal Commands:**
|
**Terminal Commands:**
|
||||||
# First time (with config file)
|
|
||||||
|
## First time (with config file)
|
||||||
|
|
||||||
pm2 start ecosystem.config.cjs && pm2 save
|
pm2 start ecosystem.config.cjs && pm2 save
|
||||||
|
|
||||||
# After first time (simplified)
|
## After first time (simplified)
|
||||||
pm2 start all # Start all
|
pm2 start all # Start all
|
||||||
pm2 stop all # Stop all
|
pm2 stop all # Stop all
|
||||||
pm2 restart all # Restart all
|
pm2 restart all # Restart all
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ Process documents with the [Nutrient DWS Processor API](https://www.nutrient.io/
|
|||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
Get a free API key at **https://dashboard.nutrient.io/sign_up/?product=processor**
|
Get a free API key at **<https://dashboard.nutrient.io/sign_up/?product=processor>**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export NUTRIENT_API_KEY="pdf_live_..."
|
export NUTRIENT_API_KEY="pdf_live_..."
|
||||||
|
|||||||
Reference in New Issue
Block a user