Skip to content

Remove Claude and agent files#65

Merged
RawToast merged 3 commits intomasterfrom
declawd
Feb 1, 2026
Merged

Remove Claude and agent files#65
RawToast merged 3 commits intomasterfrom
declawd

Conversation

@RawToast
Copy link
Copy Markdown
Owner

@RawToast RawToast commented Feb 1, 2026

Skills files aren't needed now opencode & cursor support them properly

Summary by CodeRabbit

  • Documentation

    • Removed numerous skill and guidance documents (skill workflows, testing guides, debugging and review procedures).
    • Added an expanded developer handbook with comprehensive guidelines, commands, and best practices.
  • Chores

    • Removed a local settings/configuration file.
    • Cleaned up assorted obsolete documentation artifacts.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Feb 1, 2026

📝 Walkthrough

Walkthrough

This PR removes a large set of skill documentation, supporting guides, utilities, and a local Claude settings file from .agent/skills/, and replaces/rewrites AGENTS.md into an expanded developer handbook.

Changes

Cohort / File(s) Summary
Skill Documentation Removals
.agent/skills/brainstorming/SKILL.md, .agent/skills/condition-based-waiting/SKILL.md, .agent/skills/defense-in-depth/SKILL.md, .agent/skills/dispatching-parallel-agents/SKILL.md, .agent/skills/executing-plans/SKILL.md, .agent/skills/finishing-a-development-branch/SKILL.md, .agent/skills/receiving-code-review/SKILL.md, .agent/skills/requesting-code-review/SKILL.md, .agent/skills/root-cause-tracing/SKILL.md, .agent/skills/sharing-skills/SKILL.md, .agent/skills/subagent-driven-development/SKILL.md, .agent/skills/systematic-debugging/SKILL.md, .agent/skills/test-driven-development/SKILL.md, .agent/skills/testing-anti-patterns/SKILL.md, .agent/skills/testing-skills-with-subagents/SKILL.md, .agent/skills/using-git-worktrees/SKILL.md, .agent/skills/using-superpowers/SKILL.md, .agent/skills/verification-before-completion/SKILL.md, .agent/skills/writing-plans/SKILL.md
Complete deletion of 19 skill SKILL.md documentation files (procedures, patterns, examples, and workflows).
Supporting Skill Docs & Examples
.agent/skills/systematic-debugging/CREATION-LOG.md, .agent/skills/systematic-debugging/test-academic.md, .agent/skills/systematic-debugging/test-pressure-1.md, .agent/skills/systematic-debugging/test-pressure-2.md, .agent/skills/systematic-debugging/test-pressure-3.md, .agent/skills/requesting-code-review/code-reviewer.md, .agent/skills/testing-skills-with-subagents/examples/CLAUDE_MD_TESTING.md
Removal of creation logs, test scenarios, pressure-test narratives, agent reviewer guide, and example testing documents supporting skills.
Utilities & Config
.agent/skills/condition-based-waiting/example.ts, .agent/skills/root-cause-tracing/find-polluter.sh, .claude/settings.local.json
Deleted TypeScript event-wait utilities, a bash test-pollution bisection script, and a local Claude permissions/settings file.
Main Documentation Revision
AGENTS.md
Major rewrite: expanded from a short description into a comprehensive developer handbook (project overview, directory map, commands, code style, testing guidance, CI notes, debugging tips).
File Removal (other)
CLAUDE.md
Deleted (noted in summary).

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~22 minutes

Possibly related PRs

Poem

🥕🐇 I nibble docs in moonlit light,
Skills and scripts swept out of sight,
A handbook grows where clutter lay,
Quiet burrows, tidy day—
Hoppity hop, the repo's bright!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the primary change: removal of Claude and agent-related files, which is the main focus of this PR.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch declawd

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

🤖 Fix all issues with AI agents
In `@AGENTS.md`:
- Line 20: Update the capitalization of the platform name in AGENTS.md by
changing the text segment that reads "workspace root
(`/Users/jim/Github/zenko`)" to use "GitHub" (e.g., "workspace root
(`/Users/jim/GitHub/zenko`)") so the product name is correctly capitalized;
locate the literal string "/Users/jim/Github/zenko" in AGENTS.md and replace
"Github" with "GitHub".
- Around line 20-21: Replace the hard-coded, user-specific path
'/Users/jim/Github/zenko' in AGENTS.md with a repo-relative instruction; update
the line "Run all commands from the **workspace root**
(`/Users/jim/Github/zenko`)" to simply instruct contributors to run commands
from the workspace/repo root (e.g., "Run all commands from the workspace root")
so the documentation is portable and does not reference a specific user's
filesystem.
- Around line 178-194: The fenced tree block in AGENTS.md (the block starting
with "zenko/") is missing a language tag which triggers markdownlint rule MD040;
update that fenced code block to include a language tag like "text" (e.g.,
change the opening ``` to ```text) so the repo-structure diagram is treated as
plain text and the linter warning is resolved.

AGENTS.md Outdated
- **Snapshots:** `bun zenko test -u` refreshes stored results.
- **Coverage:** `bun zenko coverage`.
- **Type check:** `bun zenko check-types` or `turbo check-types`.
Run all commands from the **workspace root** (`/Users/jim/Github/zenko`).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Minor doc polish: “GitHub” capitalization.
The path uses Github; the platform name is “GitHub.”

🔧 Suggested edit
-Run all commands from the **workspace root** (`/Users/jim/Github/zenko`).
+Run all commands from the **workspace root** (`/Users/jim/GitHub/zenko`).
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
Run all commands from the **workspace root** (`/Users/jim/Github/zenko`).
Run all commands from the **workspace root** (`/Users/jim/GitHub/zenko`).
🧰 Tools
🪛 LanguageTool

[uncategorized] ~20-~20: The official name of this software platform is spelled with a capital “H”.
Context: ...l commands from the workspace root (/Users/jim/Github/zenko). ### Essential Commands | Com...

(GITHUB)

🤖 Prompt for AI Agents
In `@AGENTS.md` at line 20, Update the capitalization of the platform name in
AGENTS.md by changing the text segment that reads "workspace root
(`/Users/jim/Github/zenko`)" to use "GitHub" (e.g., "workspace root
(`/Users/jim/GitHub/zenko`)") so the product name is correctly capitalized;
locate the literal string "/Users/jim/Github/zenko" in AGENTS.md and replace
"Github" with "GitHub".

Comment on lines +178 to +194
```
zenko/
├── packages/
│ ├── zenko/ # Main library
│ │ ├── src/
│ │ │ ├── core/ # Schema & operation parsing
│ │ │ ├── utils/ # Helper functions
│ │ │ ├── types/ # TypeScript type definitions
│ │ │ └── __tests__/
│ │ ├── private/ # Private test examples (not published)
│ │ └── dist/ # Build output (generated)
│ ├── examples/ # Example API clients
│ └── specs/ # OpenAPI test specifications
├── turbo.json # Turborepo configuration
├── .oxfmtrc.json # Formatter configuration
└── .oxlintrc.json # Linter configuration
```
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Add a language tag to the fenced tree block.
The repo-structure code fence lacks a language spec, which trips markdownlint (MD040).

🔧 Suggested edit
-```
+```text
 zenko/
 ├── packages/
 │   ├── zenko/           # Main library
 │   │   ├── src/
 │   │   │   ├── core/    # Schema & operation parsing
 │   │   │   ├── utils/   # Helper functions
 │   │   │   ├── types/   # TypeScript type definitions
 │   │   │   └── __tests__/
 │   │   ├── private/     # Private test examples (not published)
 │   │   └── dist/        # Build output (generated)
 │   ├── examples/        # Example API clients
 │   └── specs/           # OpenAPI test specifications
 ├── turbo.json           # Turborepo configuration
 ├── .oxfmtrc.json        # Formatter configuration
 └── .oxlintrc.json       # Linter configuration
</details>

<details>
<summary>🧰 Tools</summary>

<details>
<summary>🪛 markdownlint-cli2 (0.20.0)</summary>

[warning] 178-178: Fenced code blocks should have a language specified

(MD040, fenced-code-language)

</details>

</details>

<details>
<summary>🤖 Prompt for AI Agents</summary>

In @AGENTS.md around lines 178 - 194, The fenced tree block in AGENTS.md (the
block starting with "zenko/") is missing a language tag which triggers
markdownlint rule MD040; update that fenced code block to include a language tag
like "text" (e.g., change the opening totext) so the repo-structure
diagram is treated as plain text and the linter warning is resolved.


</details>

<!-- fingerprinting:phantom:triton:eagle -->

<!-- This is an auto-generated comment by CodeRabbit -->

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.32%. Comparing base (ffad33f) to head (f827a59).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #65   +/-   ##
=======================================
  Coverage   97.32%   97.32%           
=======================================
  Files          16       16           
  Lines        2171     2171           
=======================================
  Hits         2113     2113           
  Misses         58       58           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@RawToast RawToast merged commit 35d3b51 into master Feb 1, 2026
6 checks passed
@RawToast RawToast deleted the declawd branch February 1, 2026 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant