chore: sync dependency/CI/TS/wiki layout with Modern.TiddlyDev#11
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Syncs this repo’s baseline with Modern.TiddlyDev by updating TypeScript/Node configuration and aligning the wiki’s system + test layout (including bundled plugins and plugin-library sources).
Changes:
- Add wiki system configuration for filesystem path mapping and include new system/plugin tiddlers (CodeMirror + CPL repo).
- Restructure/seed wiki test directories (example + playwright).
- Update TypeScript config (NodeNext module settings, types/includes) and raise Node engine requirement to >=20.
Reviewed changes
Copilot reviewed 4 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| wiki/tiddlers/tests/playwright/.gitkeep | Adds placeholder for playwright test tiddlers directory. |
| wiki/tiddlers/tests/example/.gitkeep | Adds placeholder for example test tiddlers directory. |
| wiki/tiddlers/system/FileSystemPaths.tid | Adds filesystem path filter configuration for system tiddlers. |
| wiki/tiddlers/system/$__plugins_tiddlywiki_codemirror.json.meta | Adds CodeMirror plugin metadata to the wiki. |
| wiki/tiddlers/system/$__plugins_tiddlywiki_codemirror.json | Adds bundled CodeMirror plugin payload/config to the wiki. |
| wiki/tiddlers/system/$__plugins_Gk0Wk_CPL-Repo.json.meta | Adds CPL repo plugin metadata to the wiki. |
| wiki/tiddlers/system/$__plugins_Gk0Wk_CPL-Repo.json | Adds CPL repo plugin payload (plugin library entries/content). |
| tsconfig.json | Switches to NodeNext module settings and updates included paths/types. |
| package.json | Raises required Node version to >=20. |
Comments suppressed due to low confidence (2)
wiki/tiddlers/tests/playwright/.gitkeep:2
- These
.gitkeepplaceholder files currently contain blank lines. Consider making them truly empty (0 bytes) to avoid unnecessary diffs/whitespace noise and keep the intent of.gitkeepclear.
wiki/tiddlers/tests/example/.gitkeep:2 - This
.gitkeepplaceholder file currently contains blank lines. Consider making it truly empty (0 bytes) to avoid unnecessary diffs/whitespace noise and keep the intent of.gitkeepclear.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Sync baseline with Modern.TiddlyDev: dependency versions, GitHub Action versions, TS config, and wiki system/tests layout.