chore: decommission teamai-wiki skill and wiki/ resource type - #90
Merged
Conversation
teamai-wiki (WikiHandler + wiki/ resource type) is disconnected from the recall main chain — /teamai-wiki ingest output is never surfaced by `teamai recall`, and it has no README coverage. The push/pull code already carried a comment saying wiki routing is handled by an external plugin, and TEAMAI_WIKI_DISABLED only skipped skill deployment while push/pull kept syncing wiki/ unconditionally (half-wired kill switch). Remove the skill, handler, and all resource-lifecycle wiring instead of patching the switch. team-wiki-codebase / teamwiki/ (the code-graph wiki that recall does index) is untouched. Closes #89 Co-Authored-By: Claude <noreply@anthropic.com>
4 tasks
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
teamai-wikiskill,WikiHandler, and thewikiresource type end-to-end — it was write-only:/teamai-wiki ingestoutput is never surfaced byteamai recall(the index never coveredwiki/), and it has zero README coverage.src/resources/wiki.ts,skills/teamai-wiki/SKILL.md, and dropswikifromResourceType/RESOURCE_TYPES,BUILTIN_SKILL_NAMES,REMOVABLE_TYPES, push/pull resource lists, the pull-time wiki tombstone cleanup, the push "sweeper" dir list, and the orphaned per-tooltoolPaths.*.wikischema field/defaults (nothing read that field).isWikiEnabled()/TEAMAI_WIKI_DISABLED/TEAMAI_WIKI_ENABLEDentirely, which also resolves the half-wired kill-switch bug noted in the issue (the flag only skipped skill deployment; push/pull kept syncingwiki/regardless).team-wiki-codebase/teamwiki/(the code-graph wiki thatrecalldoes index) is untouched — this only removes system A per the issue's two-system comparison table.Test plan
npx tsc --noEmit— cleannpx vitest run— 125 files, 1642 passed / 4 skipped, 0 failednpm run build(tsup) — success; confirmed noWikiHandlerleaked intodist/(no dynamic-import tree-shaking gap)tclaude-tcodex.test.tsupdated to drop the removedwiki:path assertionwiki-bugfix.test.ts's wiki-specific regressions (BUG docs: fix README blockquote spacing #3/docs: split tagline and description into separate paragraphs #4, tied to the deletedWikiHandler) removed; its still-relevant generic case (BUG sync: v0.16.3 from internal #1,filterExistingTopLevelPaths, still used by push/remove) migrated tosrc/__tests__/push-path-filter.test.tswith wiki-free fixturesCloses #89
🤖 Generated with Claude Code