chore: rename departments/information-technology to departments/it-plumbing#10
Closed
ashutosh091 wants to merge 1 commit into
Closed
chore: rename departments/information-technology to departments/it-plumbing#10ashutosh091 wants to merge 1 commit into
ashutosh091 wants to merge 1 commit into
Conversation
…umbing Single-spelling normalization across the three ERP•AI catalog repos. The sister PR in erphq/erpai-app-registry (formerly erphq/appskills, PR #10, merged) renamed the YAML key `it_plumbing:` to `it-plumbing:` in every app frontmatter. This PR matches in erphq/skills so the path that backs that key now exists at `departments/it-plumbing/`. What changed: - `git mv departments/information-technology departments/it-plumbing` - 30 files updated: slug token `information-technology` -> `it-plumbing` in all paths and YAML `name:` / `department:` fields - Top-level README directory tree + department table point at the new path; the display label "Information Technology" (the discipline) is preserved - `templates/` SKILL.md references to role-overviews repointed - `investment-research/sectors/platform-it/SKILL.md` cross-link repointed Why the rename: erphq/erpai-app-registry's README explicitly classified the IT-plumbing leaves as "the universal ground floor — not a department in the same sense" as finance, HR, etc. The directory name now matches that semantic instead of fighting it. Follow-up: a small PR in erphq/lab-sites drops the DEPT_URL_MAP rename in apps/web-lab/src/_data/skillSpecs.mjs, since all three repos now agree.
Author
|
Closing without merge — reversing direction. After review, the awkwardness of renaming this one peer-department directory while the other six keep their real department names outweighed the single-spelling benefit. Going to align on |
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
Single-spelling normalization across the ERP•AI catalog repos. The sister PR in
erphq/erpai-app-registry(merged) renamed the YAML keyit_plumbing:toit-plumbing:in every app frontmatter. This PR matches inerphq/skillsso the path that backs that key now actually exists atdepartments/it-plumbing/.Why
Prior to this rename three spellings coexisted across three repos:
it_plumbing(YAML key in app frontmatter — erpai-app-registry)information-technology(path in this repo)it-plumbing(URL slug in lab-sites)Consumers needed a rename map. erpai-app-registry's README also explicitly classified these leaves as "the universal ground floor — not a department in the same sense" as finance, HR, etc. The directory name now matches that semantic instead of fighting it.
What changed
git mv departments/information-technology departments/it-plumbinginformation-technology→it-plumbingin all paths and in YAMLname:/department:fieldsREADME.md: directory tree + department table point at the new pathtemplates/SKILL.md cross-references repointedinvestment-research/sectors/platform-it/SKILL.mdcross-link repointedThe display label "Information Technology" (the discipline) is intentionally preserved as the human-readable name in prose and link text — only the slug/path token changed. Example from the README:
Visible label: "Information Technology". URL slug:
it-plumbing. Clean separation.Follow-up
Small PR in
erphq/lab-sitesdrops theDEPT_URL_MAPrename inapps/web-lab/src/_data/skillSpecs.mjs— no longer needed now that all three repos agree.Test plan
information-technologyslug occurrences anywhere in the repodepartments/it-plumbing/with 19 size-tier-03 skills + OVERVIEW.md + role-overviews/departments/information-technology/...paths is updated (lab-sites follow-up PR; appskills already done)