From 4b24d5777d021090a258cf1c88afee98c3351527 Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Sun, 5 Apr 2026 17:05:53 -0700 Subject: [PATCH] docs: clean stale template references --- CONTRIBUTING.md | 4 ++-- WORKING-CONTEXT.md | 1 + agent.yaml | 1 - skills/continuous-learning/SKILL.md | 4 ++++ 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c0b1dc45..d1a5b284 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -142,7 +142,7 @@ Link to complementary skills (e.g., `related-skill-1`, `related-skill-2`). | **Workflow** | Step-by-step processes | `tdd-workflow`, `refactoring-workflow` | | **Domain Knowledge** | Specialized domains | `security-review`, `api-design` | | **Tool Integration** | Tool/library usage | `docker-patterns`, `supabase-patterns` | -| **Template** | Project-specific skill templates | `project-guidelines-example` | +| **Template** | Project-specific skill templates | `docs/examples/project-guidelines-template.md` | ### Skill Checklist @@ -165,7 +165,7 @@ Link to complementary skills (e.g., `related-skill-1`, `related-skill-2`). | `backend-patterns/` | Framework Patterns | API and database patterns | | `security-review/` | Domain Knowledge | Security checklist | | `tdd-workflow/` | Workflow | Test-driven development process | -| `project-guidelines-example/` | Template | Project-specific skill template | +| `docs/examples/project-guidelines-template.md` | Template | Project-specific skill template | --- diff --git a/WORKING-CONTEXT.md b/WORKING-CONTEXT.md index b87f39d4..50bc46b9 100644 --- a/WORKING-CONTEXT.md +++ b/WORKING-CONTEXT.md @@ -155,3 +155,4 @@ Keep this file detailed for only the current sprint, blockers, and next actions. - 2026-04-05: Salvaged the reusable Hermes-generated operator workflow lane without replaying the whole branch. Added six ECC-native top-level skills instead of the old nested `skills/hermes-generated/*` tree: `automation-audit-ops`, `email-ops`, `finance-billing-ops`, `messages-ops`, `research-ops`, and `terminal-ops`. `research-ops` now wraps the existing research stack, while the other five extend `operator-workflows` without introducing any external runtime assumptions. - 2026-04-05: Added `skills/product-capability` plus `docs/examples/product-capability-template.md` as the canonical PRD-to-SRS lane for issue `#1185`. This is the ECC-native capability-contract step between vague product intent and implementation, and it lives in `business-content` rather than spawning a parallel planning subsystem. - 2026-04-05: Tightened `product-lens` so it no longer overlaps the new capability-contract lane. `product-lens` now explicitly owns product diagnosis / brief validation, while `product-capability` owns implementation-ready capability plans and SRS-style constraints. +- 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`. diff --git a/agent.yaml b/agent.yaml index 7ab75750..cdf22d1f 100644 --- a/agent.yaml +++ b/agent.yaml @@ -107,7 +107,6 @@ skills: - postgres-patterns - product-lens - production-scheduling - - project-guidelines-example - prompt-optimizer - python-patterns - python-testing diff --git a/skills/continuous-learning/SKILL.md b/skills/continuous-learning/SKILL.md index 1e9b5dd9..f56f549c 100644 --- a/skills/continuous-learning/SKILL.md +++ b/skills/continuous-learning/SKILL.md @@ -16,6 +16,10 @@ Automatically evaluates Claude Code sessions on end to extract reusable patterns - Adjusting extraction thresholds or pattern categories - Comparing v1 (this) vs v2 (instinct-based) approaches +## Status + +This v1 skill is still supported, but `continuous-learning-v2` is the preferred path for new installs. Keep v1 when you explicitly want the simpler Stop-hook extraction flow or need compatibility with older learned-skill workflows. + ## How It Works This skill runs as a **Stop hook** at the end of each session: