Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
b59db45
feat: PropIQ complete implementation [fix/sync-worker-bugs]
jaayslaughter-cpu Mar 20, 2026
15e3f51
feat: add mework ECC bundle (.claude/ecc-tools.json)
ecc-tools[bot] Mar 20, 2026
6d730af
feat: add mework ECC bundle (.claude/skills/mework/SKILL.md)
ecc-tools[bot] Mar 20, 2026
f3383e6
feat: add mework ECC bundle (.agents/skills/mework/SKILL.md)
ecc-tools[bot] Mar 20, 2026
4585dac
feat: add mework ECC bundle (.agents/skills/mework/agents/openai.yaml)
ecc-tools[bot] Mar 20, 2026
c4e84a9
feat: add mework ECC bundle (.claude/identity.json)
ecc-tools[bot] Mar 20, 2026
4820c2e
feat: add mework ECC bundle (.codex/config.toml)
ecc-tools[bot] Mar 20, 2026
38a6a05
feat: add mework ECC bundle (.codex/AGENTS.md)
ecc-tools[bot] Mar 20, 2026
414ae51
feat: add mework ECC bundle (.codex/agents/explorer.toml)
ecc-tools[bot] Mar 20, 2026
5d82d59
feat: add mework ECC bundle (.codex/agents/reviewer.toml)
ecc-tools[bot] Mar 20, 2026
4d36c8e
feat: add mework ECC bundle (.codex/agents/docs-researcher.toml)
ecc-tools[bot] Mar 20, 2026
00cd32d
feat: add mework ECC bundle (.claude/homunculus/instincts/inherited/m…
ecc-tools[bot] Mar 20, 2026
ef067d8
feat: add mework ECC bundle (.claude/commands/database-migration.md)
ecc-tools[bot] Mar 20, 2026
279760c
feat: add mework ECC bundle (.claude/commands/feature-development.md)
ecc-tools[bot] Mar 20, 2026
99511c6
feat: add mework ECC bundle (.claude/commands/refactoring.md)
ecc-tools[bot] Mar 20, 2026
7ff7a68
Merge branch 'main' into fix/sync-worker-bugs
jaayslaughter-cpu Mar 20, 2026
60f7dd7
Merge pull request #36 from jaayslaughter-cpu/ecc-tools/mework-177397…
jaayslaughter-cpu Mar 20, 2026
b9a56bb
refactor: streamline sync worker and reduce complexity
deepsource-autofix[bot] Mar 20, 2026
e378b93
Merge branch 'main' into fix/sync-worker-bugs
jaayslaughter-cpu Mar 23, 2026
e3ba867
Merge branch 'main' into fix/sync-worker-bugs
jaayslaughter-cpu Mar 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
417 changes: 417 additions & 0 deletions .agents/skills/mework/SKILL.md

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions .agents/skills/mework/agents/openai.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
interface:
display_name: "Mework"
short_description: "Repo-specific patterns and workflows for mework"
default_prompt: "Use the mework repo skill to follow existing architecture, testing, and workflow conventions."
policy:
allow_implicit_invocation: true
35 changes: 35 additions & 0 deletions .claude/commands/database-migration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: database-migration
description: Workflow command scaffold for database-migration in mework.
allowed_tools: ["Bash", "Read", "Write", "Grep", "Glob"]
---

# /database-migration

Use this workflow when working on **database-migration** in `mework`.

## Goal

Database schema changes with migration files

## Common Files

- Inspect the files touched by the related commits before editing.

## Suggested Sequence

1. Understand the current state and failure mode before editing.
2. Make the smallest coherent change that satisfies the workflow goal.
3. Run the most relevant verification for touched files.
4. Summarize what changed and what still needs review.

## Typical Commit Signals

- Create migration file
- Update schema definitions
- Generate/update types

## Notes

- Treat this as a scaffold, not a hard-coded script.
- Update the command if the workflow evolves materially.
35 changes: 35 additions & 0 deletions .claude/commands/feature-development.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: feature-development
description: Workflow command scaffold for feature-development in mework.
allowed_tools: ["Bash", "Read", "Write", "Grep", "Glob"]
---

# /feature-development

Use this workflow when working on **feature-development** in `mework`.

## Goal

Standard feature implementation workflow

## Common Files

- `**/api/**`

## Suggested Sequence

1. Understand the current state and failure mode before editing.
2. Make the smallest coherent change that satisfies the workflow goal.
3. Run the most relevant verification for touched files.
4. Summarize what changed and what still needs review.

## Typical Commit Signals

- Add feature implementation
- Add tests for feature
- Update documentation

## Notes

- Treat this as a scaffold, not a hard-coded script.
- Update the command if the workflow evolves materially.
35 changes: 35 additions & 0 deletions .claude/commands/refactoring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: refactoring
description: Workflow command scaffold for refactoring in mework.
allowed_tools: ["Bash", "Read", "Write", "Grep", "Glob"]
---

# /refactoring

Use this workflow when working on **refactoring** in `mework`.

## Goal

Code refactoring and cleanup workflow

## Common Files

- `src/**/*`

## Suggested Sequence

1. Understand the current state and failure mode before editing.
2. Make the smallest coherent change that satisfies the workflow goal.
3. Run the most relevant verification for touched files.
4. Summarize what changed and what still needs review.

## Typical Commit Signals

- Ensure tests pass before refactor
- Refactor code structure
- Verify tests still pass

## Notes

- Treat this as a scaffold, not a hard-coded script.
- Update the command if the workflow evolves materially.
261 changes: 261 additions & 0 deletions .claude/ecc-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,261 @@
{
"version": "1.3",
"schemaVersion": "1.0",
"generatedBy": "ecc-tools",
"generatedAt": "2026-03-20T03:03:49.551Z",
"repo": "https://github.com/jaayslaughter-cpu/mework",
"profiles": {
"requested": "full",
"recommended": "full",
"effective": "developer",
"requestedAlias": "full",
"recommendedAlias": "full",
"effectiveAlias": "developer"
},
"requestedProfile": "full",
"profile": "developer",
"recommendedProfile": "full",
"effectiveProfile": "developer",
"tier": "free",
"requestedComponents": [
"repo-baseline",
"workflow-automation",
"security-audits",
"research-tooling",
"team-rollout",
"governance-controls"
],
"selectedComponents": [
"repo-baseline",
"workflow-automation"
],
"requestedAddComponents": [],
"requestedRemoveComponents": [],
"blockedRemovalComponents": [],
"tierFilteredComponents": [
"security-audits",
"research-tooling",
"team-rollout",
"governance-controls"
],
"requestedRootPackages": [
"runtime-core",
"workflow-pack",
"agentshield-pack",
"research-pack",
"team-config-sync",
"enterprise-controls"
],
"selectedRootPackages": [
"runtime-core",
"workflow-pack"
],
"requestedPackages": [
"runtime-core",
"workflow-pack",
"agentshield-pack",
"research-pack",
"team-config-sync",
"enterprise-controls"
],
"requestedAddPackages": [],
"requestedRemovePackages": [],
"selectedPackages": [
"runtime-core",
"workflow-pack"
],
"packages": [
"runtime-core",
"workflow-pack"
],
"blockedRemovalPackages": [],
"tierFilteredRootPackages": [
"agentshield-pack",
"research-pack",
"team-config-sync",
"enterprise-controls"
],
"tierFilteredPackages": [
"agentshield-pack",
"research-pack",
"team-config-sync",
"enterprise-controls"
],
"conflictingPackages": [],
"dependencyGraph": {
"runtime-core": [],
"workflow-pack": [
"runtime-core"
]
},
"resolutionOrder": [
"runtime-core",
"workflow-pack"
],
"requestedModules": [
"runtime-core",
"workflow-pack",
"agentshield-pack",
"research-pack",
"team-config-sync",
"enterprise-controls"
],
"selectedModules": [
"runtime-core",
"workflow-pack"
],
"modules": [
"runtime-core",
"workflow-pack"
],
"managedFiles": [
".claude/skills/mework/SKILL.md",
".agents/skills/mework/SKILL.md",
".agents/skills/mework/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/mework-instincts.yaml",
".claude/commands/database-migration.md",
".claude/commands/feature-development.md",
".claude/commands/refactoring.md"
],
"packageFiles": {
"runtime-core": [
".claude/skills/mework/SKILL.md",
".agents/skills/mework/SKILL.md",
".agents/skills/mework/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/mework-instincts.yaml"
],
"workflow-pack": [
".claude/commands/database-migration.md",
".claude/commands/feature-development.md",
".claude/commands/refactoring.md"
]
},
"moduleFiles": {
"runtime-core": [
".claude/skills/mework/SKILL.md",
".agents/skills/mework/SKILL.md",
".agents/skills/mework/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/mework-instincts.yaml"
],
"workflow-pack": [
".claude/commands/database-migration.md",
".claude/commands/feature-development.md",
".claude/commands/refactoring.md"
]
},
"files": [
{
"moduleId": "runtime-core",
"path": ".claude/skills/mework/SKILL.md",
"description": "Repository-specific Claude Code skill generated from git history."
},
{
"moduleId": "runtime-core",
"path": ".agents/skills/mework/SKILL.md",
"description": "Codex-facing copy of the generated repository skill."
},
{
"moduleId": "runtime-core",
"path": ".agents/skills/mework/agents/openai.yaml",
"description": "Codex skill metadata so the repo skill appears cleanly in the skill interface."
},
{
"moduleId": "runtime-core",
"path": ".claude/identity.json",
"description": "Suggested identity.json baseline derived from repository conventions."
},
{
"moduleId": "runtime-core",
"path": ".codex/config.toml",
"description": "Repo-local Codex MCP and multi-agent baseline aligned with ECC defaults."
},
{
"moduleId": "runtime-core",
"path": ".codex/AGENTS.md",
"description": "Codex usage guide that points at the generated repo skill and workflow bundle."
},
{
"moduleId": "runtime-core",
"path": ".codex/agents/explorer.toml",
"description": "Read-only explorer role config for Codex multi-agent work."
},
{
"moduleId": "runtime-core",
"path": ".codex/agents/reviewer.toml",
"description": "Read-only reviewer role config focused on correctness and security."
},
{
"moduleId": "runtime-core",
"path": ".codex/agents/docs-researcher.toml",
"description": "Read-only docs researcher role config for API verification."
},
{
"moduleId": "runtime-core",
"path": ".claude/homunculus/instincts/inherited/mework-instincts.yaml",
"description": "Continuous-learning instincts derived from repository patterns."
},
{
"moduleId": "workflow-pack",
"path": ".claude/commands/database-migration.md",
"description": "Workflow command scaffold for database-migration."
},
{
"moduleId": "workflow-pack",
"path": ".claude/commands/feature-development.md",
"description": "Workflow command scaffold for feature-development."
},
{
"moduleId": "workflow-pack",
"path": ".claude/commands/refactoring.md",
"description": "Workflow command scaffold for refactoring."
}
],
"workflows": [
{
"command": "database-migration",
"path": ".claude/commands/database-migration.md"
},
{
"command": "feature-development",
"path": ".claude/commands/feature-development.md"
},
{
"command": "refactoring",
"path": ".claude/commands/refactoring.md"
}
],
"adapters": {
"claudeCode": {
"skillPath": ".claude/skills/mework/SKILL.md",
"identityPath": ".claude/identity.json",
"commandPaths": [
".claude/commands/database-migration.md",
".claude/commands/feature-development.md",
".claude/commands/refactoring.md"
]
},
"codex": {
"configPath": ".codex/config.toml",
"agentsGuidePath": ".codex/AGENTS.md",
"skillPath": ".agents/skills/mework/SKILL.md"
}
}
}
Loading