Sync management into the public knowledge tree#102
Open
Clarence-ZheWang wants to merge 1 commit intoScienceIntelligence:mainfrom
Open
Sync management into the public knowledge tree#102Clarence-ZheWang wants to merge 1 commit intoScienceIntelligence:mainfrom
Clarence-ZheWang wants to merge 1 commit intoScienceIntelligence:mainfrom
Conversation
The management subdomain scaffold was already merged into skills/, but the public docs and interactive knowledge tree still used the older hardcoded domain list. This updates the site data and README summaries so the published taxonomy matches the repository structure. Constraint: The public knowledge tree is maintained as hardcoded data in docs/index.html rather than being generated from skills/ Rejected: Wait for a separate site deploy fix | The merged taxonomy remained invisible to users until the static page was updated Confidence: high Scope-risk: narrow Reversibility: clean Directive: If future domains are added under skills/, update docs/index.html and README counts in the same PR unless the site becomes taxonomy-generated Tested: Verified management appears once in docs/index.html, totalDomains is 9, management leaf count is 26, and README counts are 181/9 in both languages Not-tested: Browser rendering of docs/index.html and GitHub Pages deployment
Contributor
Author
|
把已经 merged 的 management taxonomy 同步到官网知识树和 README 里。具体改动包括:在 docs/index.html 中加入 Management 及其 26 个子领域,并把公开展示的统计从 8 domains / 155 subcategories 更新为 9 domains / 181 subcategories,同时同步修改了中英文 README。 |
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.
This PR syncs the newly added
managementtaxonomy into the public-facing knowledge tree and README docs.Scope of this PR:
Managementand its 26 subdomains todocs/index.htmlreadme.mdandreadme_zh.mdto match the current taxonomyContext:
skills/management/...scaffold was already merged in PR Add 26 management subdomain placeholders #101