Skip to content

Commit 376958c

Browse files
authored
Merge branch 'main' into fix/exec-approvals-state-dir-symlink
2 parents 27e87ca + ec86d0f commit 376958c

845 files changed

Lines changed: 27282 additions & 11323 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.agents/skills/openclaw-secret-scanning-maintainer/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ The `fetch-content` output for `discussion_comment` includes `comment_node_id` a
127127
The recreated comment should follow this format:
128128

129129
```
130-
> **Note from maintainer (@<LOGIN>):** The original comment by @<AUTHOR> has been removed due to secret leakage. Below is the redacted version of the original content.
130+
> **Note:** The original comment by @<AUTHOR> has been removed due to secret leakage. Below is the redacted version of the original content.
131131
132132
---
133133

.github/instructions/copilot.instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
- Keep files under ~700 LOC - extract helpers when larger
5151
- Colocated tests: `*.test.ts` next to source files
5252
- Run `pnpm check` before commits (lint + format)
53-
- Run `pnpm tsgo` for type checking
53+
- Run `pnpm tsgo` for production type checking, or `pnpm tsgo:all` for production plus test types
5454

5555
## Stack & Commands
5656

5757
- **Package manager**: pnpm (`pnpm install`)
5858
- **Dev**: `pnpm openclaw ...` or `pnpm dev`
59-
- **Type-check**: `pnpm tsgo`
59+
- **Type-check**: `pnpm tsgo` (production), `pnpm tsgo:all` (production plus tests)
6060
- **Lint/format**: `pnpm check`
6161
- **Tests**: `pnpm test`
6262
- **Build**: `pnpm build`

0 commit comments

Comments
 (0)