From 35681020647c8a945662e640ae2b45ef23613b8e Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Sun, 5 Apr 2026 17:28:54 -0700 Subject: [PATCH] docs: add community projects section --- README.md | 12 ++++++++++++ WORKING-CONTEXT.md | 1 + 2 files changed, 13 insertions(+) diff --git a/README.md b/README.md index d558f292..747f2adc 100644 --- a/README.md +++ b/README.md @@ -1389,6 +1389,18 @@ These configs work for my workflow. You should: --- +## Community Projects + +Projects built on or inspired by Everything Claude Code: + +| Project | Description | +|---------|-------------| +| [EVC](https://github.com/SaigonXIII/evc) | Marketing agent workspace — 42 commands for content operators, brand governance, and multi-channel publishing. [Visual overview](https://saigonxiii.github.io/evc). | + +Built something with ECC? Open a PR to add it here. + +--- + ## Sponsors This project is free and open source. Sponsors help keep it maintained and growing. diff --git a/WORKING-CONTEXT.md b/WORKING-CONTEXT.md index 84c315ed..d0f466a2 100644 --- a/WORKING-CONTEXT.md +++ b/WORKING-CONTEXT.md @@ -158,3 +158,4 @@ Keep this file detailed for only the current sprint, blockers, and next actions. - 2026-04-05: Continued `#1213` cleanup by removing stale references to the deleted `project-guidelines-example` skill from exported inventory/docs and marking `continuous-learning` v1 as a supported legacy path with an explicit handoff to `continuous-learning-v2`. - 2026-04-05: Removed the last orphaned localized `project-guidelines-example` docs from `docs/ko-KR` and `docs/zh-CN`. The template now lives only in `docs/examples/project-guidelines-template.md`, which matches the current repo surface and avoids shipping translated docs for a deleted skill. - 2026-04-05: Added `docs/HERMES-OPENCLAW-MIGRATION.md` as the current public migration guide for issue `#1051`. It reframes Hermes/OpenClaw as source systems to distill from, not the final runtime, and maps scheduler, dispatch, memory, skill, and service layers onto the ECC-native surfaces and ECC 2.0 backlog that already exist. +- 2026-04-05: Direct-ported the safe README-only `#1285` slice into `main` instead of merging the branch: added a small `Community Projects` section so downstream teams can link public work built on ECC without changing install, security, or runtime surfaces. Rejected `#1286` at review because it adds an external third-party GitHub Action (`hashgraph-online/codex-plugin-scanner`) that does not meet the current supply-chain policy.