Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

feat: add stoictradingAI ECC bundle#43

Closed
ecc-tools[bot] wants to merge 15 commits into
ecc-tools/stoictradingAI-1773875091820from
ecc-tools/stoictradingAI-1773875142690
Closed

feat: add stoictradingAI ECC bundle#43
ecc-tools[bot] wants to merge 15 commits into
ecc-tools/stoictradingAI-1773875091820from
ecc-tools/stoictradingAI-1773875142690

Conversation

@ecc-tools

@ecc-tools ecc-tools Bot commented Mar 18, 2026

Copy link
Copy Markdown

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/stoictradingAI/SKILL.md Repository-specific Claude Code skill generated from git history.
.agents/skills/stoictradingAI/SKILL.md Codex-facing copy of the generated repository skill.
.agents/skills/stoictradingAI/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/stoictradingAI-instincts.yaml Continuous-learning instincts derived from repository patterns.
.claude/rules/stoictradingAI-guardrails.md Repository guardrails distilled from analysis for security and workflow review.
.claude/research/stoictradingAI-research-playbook.md Research workflow playbook for source attribution and long-context tasks.
.claude/team/stoictradingAI-team-config.json Team config scaffold that points collaborators at the shared ECC bundle.
.claude/enterprise/controls.md Enterprise governance scaffold for approvals, audit posture, and escalation.
.claude/commands/feature-development.md Workflow command scaffold for feature-development.
.claude/commands/ecc-bundle-addition.md Workflow command scaffold for ecc-bundle-addition.
.claude/commands/team-config-update.md Workflow command scaffold for team-config-update.

Note: The following files already exist and were preserved (not overwritten):

  • .codex/config.toml
  • .codex/AGENTS.md
  • .claude/homunculus/instincts/inherited/stoictradingAI-instincts.yaml
Optional: 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:

/instinct-import .claude/homunculus/instincts/inherited/stoictradingAI-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


Summary by cubic

Adds a repo-local ECC bundle for stoictradingAI to enable Claude Code and Codex workflows. Standardizes docs and guardrails around Conventional Commits and the ECC workflow.

  • New Features
    • Updates repo skills in .claude/skills/... and .agents/skills/... with Conventional Commits guidance and tighter best practices.
    • Rewrites ECC bundle and team-config command docs; reorders steps for clarity.
    • Refreshes guardrails and research playbook; detected workflows now 5.
    • Syncs team config and generation timestamps in .claude/identity.json and .claude/ecc-tools.json.
    • No runtime or build changes.

Written for commit 74a872a. Summary will update on new commits.

@ecc-tools ecc-tools Bot mentioned this pull request Mar 18, 2026
3 tasks
@ecc-tools

ecc-tools Bot commented Mar 18, 2026

Copy link
Copy Markdown
Author

Analyzing 5000 commits...

@ecc-tools

ecc-tools Bot commented Mar 18, 2026

Copy link
Copy Markdown
Author

Analysis Complete

Generated ECC bundle from 500 commits | Confidence: 95%

View Pull Request #44

Repository Profile
Attribute Value
Language TypeScript
Framework Not detected
Commit Convention conventional
Test Directory mixed
Detected Workflows (4)
Workflow Description
feature-development Standard feature implementation workflow
ecc-bundle-addition Adds or updates the stoictradingAI ECC bundle, which includes configuration, skills, commands, rules, and agent definitions.
team-config-update Updates the team configuration for stoictradingAI, ensuring team settings and permissions are current.
add-or-update-guardrails Adds or updates guardrails (rules) for stoictradingAI to enforce operational or compliance constraints.
Generated Instincts (14)
Domain Count
git 2
code-style 3
architecture 1
testing 4
workflow 4

After merging, import with:

/instinct-import .claude/homunculus/instincts/inherited/stoictradingAI-instincts.yaml

Files

  • .claude/ecc-tools.json
  • .claude/skills/stoictradingAI/SKILL.md
  • .agents/skills/stoictradingAI/SKILL.md
  • .agents/skills/stoictradingAI/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/stoictradingAI-instincts.yaml
  • .claude/rules/stoictradingAI-guardrails.md
  • .claude/research/stoictradingAI-research-playbook.md
  • .claude/team/stoictradingAI-team-config.json
  • .claude/enterprise/controls.md
  • .claude/commands/feature-development.md
  • .claude/commands/ecc-bundle-addition.md
  • .claude/commands/team-config-update.md

ECC Tools | Everything Claude Code

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

1 issue found across 9 files

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name=".agents/skills/stoictradingAI/SKILL.md">

<violation number="1" location=".agents/skills/stoictradingAI/SKILL.md:461">
P3: The commit-prefix guidance is internally inconsistent, so contributors get conflicting instructions on which conventional commit types to use.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.


### Do

- Use conventional commit format (feat:, fix:, etc.)

@cubic-dev-ai cubic-dev-ai Bot Mar 18, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P3: The commit-prefix guidance is internally inconsistent, so contributors get conflicting instructions on which conventional commit types to use.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .agents/skills/stoictradingAI/SKILL.md, line 461:

<comment>The commit-prefix guidance is internally inconsistent, so contributors get conflicting instructions on which conventional commit types to use.</comment>

<file context>
@@ -452,30 +451,14 @@ Edit .agents/skills/stoictradingAI/SKILL.md
 
 ### Do
 
+- Use conventional commit format (feat:, fix:, etc.)
 - Write tests using vitest
 - Follow *.test.ts naming pattern
</file context>
Fix with Cubic

@ecc-tools ecc-tools Bot closed this Mar 26, 2026
@ecc-tools
ecc-tools Bot deleted the ecc-tools/stoictradingAI-1773875142690 branch March 26, 2026 17:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants