Skip to content

Ecc tools/vscode 1784060458040 - #327971

Open
devops2626 wants to merge 34 commits into
microsoft:mainfrom
devops2626:ecc-tools/vscode-1784060458040
Open

Ecc tools/vscode 1784060458040#327971
devops2626 wants to merge 34 commits into
microsoft:mainfrom
devops2626:ecc-tools/vscode-1784060458040

Conversation

@devops2626

@devops2626 devops2626 commented Jul 29, 2026

Copy link
Copy Markdown

Summary of the PR:
Title: ⁠Ecc tools/vscode 1784060458040⁠
Changes: Adds VS Code "ECC bundle" configuration and skill files across ⁠.claude⁠, ⁠.agents⁠, and ⁠.codex⁠ directories (spanning 33 commits and 11 changed files).
Current Status: Open and Merging Blocked.
License Check: The Contributor License Agreement (license/cla) is currently unfulfilled, as the author needs to agree to the CLA via comment.
Approvals & Workflows: Awaiting required review approvals from maintainers and status checks across multiple CI workflows.

ecc-tools Bot and others added 30 commits July 14, 2026 20:20
Copilot AI review requested due to automatic review settings July 29, 2026 08:06

Copilot AI left a comment

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.

Pull request overview

Adds generated ECC tooling configuration, agent roles, skills, and repository-analysis metadata for Codex and Claude.

Changes:

  • Configures MCP servers and specialized Codex agents.
  • Adds generated VS Code development skills and instincts.
  • Records ECC profile and identity metadata.

Reviewed changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated 11 comments.

Show a summary per file
File Description
.codex/config.toml Defines Codex, MCP, and multi-agent settings.
.codex/agents/reviewer.toml Configures the reviewer agent.
.codex/agents/explorer.toml Configures the explorer agent.
.codex/agents/docs-researcher.toml Configures the documentation agent.
.codex/AGENTS.md Documents the Codex baseline.
.claude/skills/vscode/SKILL.md Adds Claude-facing repository guidance.
.claude/identity.json Records suggested Claude preferences.
.claude/homunculus/instincts/inherited/vscode-instincts.yaml Adds generated repository instincts.
.claude/ecc-tools.json Records ECC generation metadata.
.agents/skills/vscode/SKILL.md Adds the Codex-facing repository skill.
.agents/skills/vscode/agents/openai.yaml Defines skill interface metadata.
Comments suppressed due to low confidence (1)

.codex/AGENTS.md:26

  • This sentence instructs users to use workflow files immediately after stating that none were generated. There are no /add-feature, /fix-bug, or /write-test workflow files in this PR, so this guidance sends users to nonexistent scaffolds.
## Workflow Files

- No dedicated workflow command files were generated for this repo.

Use these workflow files as reusable task scaffolds when the detected repository workflows recur.

@@ -0,0 +1,90 @@
```markdown
@@ -0,0 +1,90 @@
```markdown
Comment on lines +18 to +20
## Action

Keep commit messages concise (~44 characters)
@@ -0,0 +1,6 @@
interface:
display_name: "Vscode"
Comment thread .codex/config.toml
Comment on lines +8 to +10
[mcp_servers.github]
command = "npx"
args = ["-y", "@modelcontextprotocol/server-github"]
Comment on lines +39 to +43
## Workflows

### Adding a New Feature
**Trigger:** When implementing a new feature or module
**Command:** `/add-feature`
Comment on lines +60 to +65
### Writing Tests
**Trigger:** When adding or updating tests
**Command:** `/write-test`

1. Create or update a test file matching the pattern `*.test.ts`.
2. Use the project's preferred (undetected) testing framework.
Comment on lines +60 to +65
### Writing Tests
**Trigger:** When adding or updating tests
**Command:** `/write-test`

1. Create or update a test file matching the pattern `*.test.ts`.
2. Use the project's preferred (undetected) testing framework.
Comment thread .codex/AGENTS.md
Comment on lines +1 to +3
# ECC for Codex CLI

This supplements the root `AGENTS.md` with a repo-local ECC baseline.
Comment thread .claude/ecc-tools.json
Comment on lines +4 to +6
"generatedBy": "ecc-tools",
"generatedAt": "2026-07-14T20:20:34.604Z",
"repo": "https://github.com/devops2626/vscode",
@devops2626

Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree (or agree company="...").

@devops2626

Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree

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.

3 participants