feat: migrate shared team-knowledge from GitHub Project #7 to team-knowledge repo#38
Merged
Merged
Conversation
arzafran
added a commit
that referenced
this pull request
Jun 3, 2026
Versions work that had accumulated in [Unreleased] without a bump: team-knowledge repo migration (#38), nuclear-review maintainability pass, upstream-sync cron retirement + CC 2.1.161 sync (#40), dynamic-workflow guidance + dead-telemetry removal (#41), docs accuracy pass + USAGE.md removal (#42). VERSION 11.16.0 → 11.17.0; CHANGELOG [Unreleased] promoted to [11.17.0].
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Moves the shared team-knowledge tier off GitHub Project #7 (DraftIssues) onto a dedicated markdown repo, darkroomengineering/team-knowledge (one note per learning + generated INDEX.md). Decision + roadmap:
docs/plans/knowledge-repo-migration.md(oracle scored repo 795 vs board 515; agents are the primary consumers).Changes
src/schemas/knowledge.ts(zod),src/lib/lint-knowledge.ts+src/scripts/lint-knowledge.ts,src/scripts/new-note.ts,tests/lint-knowledge.test.ts,schemas/knowledge.schema.json;lint:knowledge+new-notescripts./share-learningrewritten togh api(dedup via INDEX.md, PUT note);docs/knowledge-system.md,AGENTS.mdrouting, and assorted docs retargeted;KNOWLEDGE_PROJECT_NUMBER→KNOWLEDGE_REPO.Test plan
bun test→ 467 pass / 0 failbun run typecheck,bun run lint,bun run lint:skillscleanCompanion changes