feat: add soldexter ECC bundle#2
Open
ecc-tools[bot] wants to merge 11 commits into
Open
Conversation
…d/soldexter-instincts.yaml)
Reviewer's GuideAdds an auto-generated ECC bundle for the soldexter repo, including Claude and Codex skills describing repo conventions, Codex multi-agent and MCP config, and optional continuous-learning instincts that encode detected commit, naming, import/export, and testing patterns. Sequence diagram for importing soldexter continuous-learning instinctssequenceDiagram
actor Developer
participant ClaudeCode
participant Homunculus
Developer->>ClaudeCode: /instinct-import .claude/homunculus/instincts/inherited/soldexter-instincts.yaml
ClaudeCode->>Homunculus: /instinct-import .claude/homunculus/instincts/inherited/soldexter-instincts.yaml
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- The SKILL.md files under
.agents/skills/soldexter/and.claude/skills/soldexter/are entirely wrapped in a ```markdown code fence, which will render the whole document as a code block rather than normal markdown; consider removing the outer fence so the content formats correctly. - Several instincts in
.claude/homunculus/instincts/inherited/soldexter-instincts.yamlappear to be duplicated or highly overlapping (e.g., separate entries for file naming, import/export style, and commit length/format), so it may be worth consolidating or de-duplicating these to avoid redundant guidance. - Some of the commit- and naming-related instincts explicitly note they are based on a single commit or limited evidence but still use relatively high confidence values; you might want to lower those confidences or soften the actions to reflect that the patterns are not yet well established.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The SKILL.md files under `.agents/skills/soldexter/` and `.claude/skills/soldexter/` are entirely wrapped in a ```markdown code fence, which will render the whole document as a code block rather than normal markdown; consider removing the outer fence so the content formats correctly.
- Several instincts in `.claude/homunculus/instincts/inherited/soldexter-instincts.yaml` appear to be duplicated or highly overlapping (e.g., separate entries for file naming, import/export style, and commit length/format), so it may be worth consolidating or de-duplicating these to avoid redundant guidance.
- Some of the commit- and naming-related instincts explicitly note they are based on a single commit or limited evidence but still use relatively high confidence values; you might want to lower those confidences or soften the actions to reflect that the patterns are not yet well established.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Auto-generated ECC bundle from repository analysis.
What This Does
Merging this PR adds repo-local ECC artifacts for both Claude Code and Codex. The generated bundle captures repository patterns, Codex baseline config, and reusable workflow scaffolds derived from git history analysis.
Analysis Scope
Files
.claude/ecc-tools.json.claude/skills/soldexter/SKILL.md.agents/skills/soldexter/SKILL.md.agents/skills/soldexter/agents/openai.yaml.claude/identity.json.codex/config.toml.codex/AGENTS.md.codex/agents/explorer.toml.codex/agents/reviewer.toml.codex/agents/docs-researcher.toml.claude/homunculus/instincts/inherited/soldexter-instincts.yamlOptional: Continuous Learning (15 instincts)
This PR also includes instincts for the continuous-learning-v2 skill. These are optional and only useful if you use that skill.
Import after merging:
Review Checklist
ECC Tools | Everything Claude Code
Summary by Sourcery
Add repository-local ECC configuration, skills, and continuous-learning instincts for the soldexter project to support Claude Code and Codex workflows.
New Features:
Documentation:
Chores: