docs: tighten pr backlog classification

This commit is contained in:
Affaan Mustafa
2026-03-31 18:21:05 -07:00
parent 51a87d86d9
commit d4b5ca7483

View File

@@ -1,6 +1,6 @@
# Working Context # Working Context
Last updated: 2026-03-31 Last updated: 2026-04-01
## Purpose ## Purpose
@@ -36,24 +36,23 @@ Public ECC plugin repo for agents, skills, commands, hooks, rules, install surfa
## Open PR Classification ## Open PR Classification
- Merge candidate after full diff audit: - Closed on 2026-04-01 under backlog hygiene / merge policy:
- `#1064` `chore(deps-dev): bump @eslint/js from 9.39.2 to 10.0.1`
- Close or supersede:
- `#1063` `chore(deps-dev): bump eslint from 9.39.2 to 10.1.0`
- Park pending audit / bundle-policy review:
- `#1069` `feat: add everything-claude-code ECC bundle` - `#1069` `feat: add everything-claude-code ECC bundle`
- `#1068` `feat: add everything-claude-code-conventions ECC bundle` - `#1068` `feat: add everything-claude-code-conventions ECC bundle`
- Port or rebuild inside ECC after full audit: - `#1064` `chore(deps-dev): bump @eslint/js from 9.39.2 to 10.0.1`
- `#1055` Dart / Flutter support - `#1063` `chore(deps-dev): bump eslint from 9.39.2 to 10.1.0`
- `#1043` C# reviewer and .NET skills - Closed on 2026-04-01 because the content is sourced from external ecosystems and should only land via manual ECC-native re-port:
- `#894` Jira integration
- `#852` openclaw-user-profiler - `#852` openclaw-user-profiler
- `#851` openclaw-soul-forge - `#851` openclaw-soul-forge
- `#844` ui-demo skill
- `#834` localized catalog sync and antigravity target filtering
- `#814` session completion summary notifications
- `#808` desktop notifications
- `#640` harper skills - `#640` harper skills
- Native-support candidates to fully diff-audit next:
- `#1055` Dart / Flutter support
- `#1043` C# reviewer and .NET skills
- `#834` localized catalog sync and antigravity target filtering
- Port or rebuild inside ECC after full audit:
- `#894` Jira integration
- `#844` ui-demo skill
- `#814` + `#808` rebuild as a single consolidated notifications lane for Opencode and cross-harness surfaces
## Interfaces ## Interfaces
@@ -67,3 +66,11 @@ Public ECC plugin repo for agents, skills, commands, hooks, rules, install surfa
## Update Rule ## Update Rule
Keep this file detailed for only the current sprint, blockers, and next actions. Summarize completed work into archive or repo docs once it is no longer actively shaping execution. Keep this file detailed for only the current sprint, blockers, and next actions. Summarize completed work into archive or repo docs once it is no longer actively shaping execution.
## Latest Execution Notes
- 2026-04-01: `main` CI was restored locally with `1723/1723` tests passing after lockfile and hook validation fixes.
- 2026-04-01: Auto-generated ECC bundle PRs `#1068` and `#1069` were closed instead of merged; useful ideas must be ported manually after explicit diff audit.
- 2026-04-01: Major-version ESLint bump PRs `#1063` and `#1064` were closed; revisit only inside a planned ESLint 10 migration lane.
- 2026-04-01: Notification PRs `#808` and `#814` were identified as overlapping and should be rebuilt as one unified feature instead of landing as parallel branches.
- 2026-04-01: External-source skill PRs `#640`, `#851`, and `#852` were closed under the new ingestion policy; copy ideas from audited source later rather than merging branded/source-import PRs directly.