Skip to content

chore(rules): add operational safety rules to core.md#853

Merged
JeremyDev87 merged 1 commit intomasterfrom
chore/operational-safety-rules-841
Mar 22, 2026
Merged

chore(rules): add operational safety rules to core.md#853
JeremyDev87 merged 1 commit intomasterfrom
chore/operational-safety-rules-841

Conversation

@JeremyDev87
Copy link
Owner

Summary

  • Add 3 operational safety rules to packages/rules/.ai-rules/rules/core.md
  • Working Directory Safety: Verify cwd after directory-changing operations, use absolute paths
  • Skill Invocation Safety: Check frontmatter for disable-model-invocation: true before tool invocation
  • Issue Deduplication: Search for existing issues before creating, track per session

Test plan

  • Markdown lint passes (0 errors across 85 files)
  • Agent JSON schema validation passes (36/36 valid)
  • Existing content unchanged (+27 lines, -0 lines)
  • Rules are tool-agnostic (no Claude Code specific terms)

Closes #841

- Add Working Directory Safety rule (verify cwd after directory-changing ops)
- Add Skill Invocation Safety rule (check frontmatter before tool invocation)
- Add Issue Deduplication rule (search before creating, track per session)

Closes #841
@JeremyDev87 JeremyDev87 added chore priority:should Should Have - 중요하지만 필수는 아님 labels Mar 22, 2026
@vercel
Copy link

vercel bot commented Mar 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Mar 22, 2026 1:45am

@JeremyDev87 JeremyDev87 self-assigned this Mar 22, 2026
@JeremyDev87 JeremyDev87 merged commit ea812ba into master Mar 22, 2026
47 of 48 checks passed
@JeremyDev87 JeremyDev87 deleted the chore/operational-safety-rules-841 branch March 22, 2026 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore priority:should Should Have - 중요하지만 필수는 아님

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(rules): add operational safety rules to core.md (cwd, skill invocation, dedup)

1 participant