fix(identity): map shipped operator surfaces#187
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f810fa7f46
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "jcc": "JobCommandCenter", | ||
| "jsm_export": "JSMTicketAnalyticsExport", | ||
| "bhv": "BrowserHistoryVisualizer", | ||
| "claude-harness-modernization": "supp:claude-code-harness", |
There was a problem hiding this comment.
Sync the seam-linter with the new harness alias
When bridge/session/notification identity events emit claude-harness-modernization, this new registry override resolves in project-registry, but operator-os-seam-linter --identity-resolution still won't see it: the inspected linter builds its resolver from IDENTITY_ALIAS_MAP and DEFAULT_SUPPLEMENTARY in src/operator_os_seam_linter.py, not from this config, and DEFAULT_SUPPLEMENTARY was not updated. Please either update the linter/default alias source or make the linter consume the same configured mapping so the regression gate covers this shipped harness alias.
Useful? React with 👍 / 👎.
Summary
Verification
.venv/bin/ruff check tests/test_project_registry.py.venv/bin/pytest tests/test_project_registry.py -qgit diff --checkScope
Identity/catalog mapping only. No product code, lifecycle expansion, deployment, or public operator-os branch history changes.