feat: TechNeHub Labs portfolio navigation (CR-TNH-README-01 through 07) - #8
Merged
Merged
Conversation
…ling CR-TNH-README-02 (portfolio taxonomy), CR-TNH-README-03 (portfolio registry), CR-TNH-README-07 (portfolio automation). - registry/repositories.yaml: 63 classified records; GitHub stays authoritative for existence, registry for classification - registry/taxonomy.md: family/lifecycle/canonical vocabularies, classification rules, 5 recorded anomalies - scripts/validate_registry.py: schema + live-org cross-check with degraded-visibility handling; supersedes scripts/check_repo_drift.py - scripts/generate_portfolio.py: regenerates GENERATED marker regions - .github/workflows/portfolio-check.yml: nightly CI; supersedes repo-drift-check.yml (README repo table retired by CR-06)
CR-TNH-README-04 (portfolio index), CR-TNH-README-05 (visual navigation). Family pages with generated tables; catalogs grouped by OpenDEAM architecture layer; three Mermaid views with .mmd sources.
CR-TNH-README-06. The 56-row repository table is retired as the primary navigation mechanism; the profile README now provides orientation, architecture, portfolio families, featured repositories and entry points. Previous README archived verbatim at archive/profile-README-v1-2026-08-31.md.
|
|
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
Transforms the TechNeHub Labs organization profile from a repository inventory into a portfolio-oriented navigation layer, implementing the CR-TNH-README-01 through CR-TNH-README-07 programme (source documents: review, plan and CR set delivered 2026-08-31).
Before:
profile/README.mdcarried a 56-row repository table as the primary navigation mechanism.After: three-level navigation: Organization README (orientation) → Portfolio Index (classification and navigation) → Repository READMEs (implementation).
Deliverables by CR
registry/taxonomy.mdmetamodel-pointer.yamlfilesregistry/repositories.yamlportfolio/.mmdsourcesportfolio/diagrams/profile/README.md,archive/scripts/,.github/workflows/portfolio-check.ymlSuperseded
scripts/check_repo_drift.pyand.github/workflows/repo-drift-check.ymlare removed: the README repository table they checked no longer exists.portfolio-check.ymlcarries forward the same contract (nightly validation,portfolio-drifttracking issue, auto-close on resolution) against the registry instead of the table.validate_registry.pypreserves the degraded-visibility behaviour: withoutORG_REPOS_TOKEN, private records are skipped with a warning rather than reported as broken links.Verification
validate_registry.py --check-onlywith full-visibility token:IN SYNC: 63 registry records == 63 org repos; schema valid; 1 warning(warning is the knownDIclass-alias collision, recorded as anomaly A1 inregistry/taxonomy.md).generate_portfolio.py --check: all 11 generated regions current.Flagged, not fixed (outside scope)
dea-architecture-framework,dea-metaframework,dea-concepts-model,dea-metamodel,dea-catalog-business-capabilities,dea-web-viewer. Current pins include archivedea-foundation.metamodel-pointer.yamlfiles pin an old root-model generation (v0.2.1 era); pointers are auto-generated, regeneration belongs to the root-model release process.registry/taxonomy.mdfor governance decision (not silently resolved).dea-clianddea-code-genare private, so public install instructions were not accurate. Revisit when tooling is public.Notes
GENERATED:START/ENDmarkers; authored narrative is outside them.descriptionfields mirror GitHub descriptions verbatim; generated pages normalize en/em dashes to colons per organization language conventions..githubfor now; splitting to a dedicated portfolio repository later remains possible without changing the model.