Skip to content

feat: add cc-clip ECC bundle#103

Closed
ecc-tools[bot] wants to merge 11 commits into
mainfrom
ecc-tools/cc-clip-1781363005064
Closed

feat: add cc-clip ECC bundle#103
ecc-tools[bot] wants to merge 11 commits into
mainfrom
ecc-tools/cc-clip-1781363005064

Conversation

@ecc-tools

@ecc-tools ecc-tools Bot commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

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

  • Commit history patterns and conventions
  • Code architecture and structure
  • Testing patterns and coverage
  • Recurring workflows

Files

Path Description
.claude/ecc-tools.json ECC install manifest used for upgrades, repair, and uninstall.
.claude/skills/cc-clip/SKILL.md Repository-specific Claude Code skill generated from git history.
.agents/skills/cc-clip/SKILL.md Codex-facing copy of the generated repository skill.
.agents/skills/cc-clip/agents/openai.yaml Codex skill metadata so the repo skill appears cleanly in the skill interface.
.claude/identity.json Suggested identity.json baseline derived from repository conventions.
.codex/config.toml Repo-local Codex MCP and multi-agent baseline aligned with ECC defaults.
.codex/AGENTS.md Codex usage guide that points at the generated repo skill and workflow bundle.
.codex/agents/explorer.toml Read-only explorer role config for Codex multi-agent work.
.codex/agents/reviewer.toml Read-only reviewer role config focused on correctness and security.
.codex/agents/docs-researcher.toml Read-only docs researcher role config for API verification.
.claude/homunculus/instincts/inherited/cc-clip-instincts.yaml Continuous-learning instincts derived from repository patterns.
Optional: Continuous Learning (18 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:

/instinct-import .claude/homunculus/instincts/inherited/cc-clip-instincts.yaml

Review Checklist

  • Verify detected patterns are accurate
  • Confirm generated config, commands, and skill metadata match the repo’s real workflow
  • Check best practices align with team standards before merging

ECC Tools | Everything Claude Code

@ShunmeiCho

Copy link
Copy Markdown
Owner

Closing this. It is a regeneration of #99, which was reverted in #102, and it reintroduces the same blockers: the whole SKILL.md body is wrapped in a markdown code fence (so it renders as a code block instead of active guidance); it teaches incorrect Go 'relative imports' such as import ("internal/daemon") when the module is github.com/shunmei/cc-clip and Go modules do not support relative imports; openai.yaml sets allow_implicit_invocation: true, so that wrong guidance is injected without an explicit request; and git diff --check fails (trailing whitespace / missing final newline). If repo/ECC guidance is still wanted, it should be a small, human-maintained PR written from scratch with implicit invocation off — not a re-merge of the generated bundle.

@ShunmeiCho ShunmeiCho closed this Jun 28, 2026
@ShunmeiCho ShunmeiCho mentioned this pull request Jun 28, 2026
3 tasks
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