Skip to content

mthds-4 Add hierarchical domains and pipe namespacing (Phase 1)#671

Closed
lchoquel wants to merge 3 commits intofeature/Epic-mthds-2from
feature/Epic-mthds-4
Closed

mthds-4 Add hierarchical domains and pipe namespacing (Phase 1)#671
lchoquel wants to merge 3 commits intofeature/Epic-mthds-2from
feature/Epic-mthds-4

Conversation

@lchoquel
Copy link
Member

@lchoquel lchoquel commented Feb 12, 2026

Summary

  • Add QualifiedRef model for hierarchical domain-qualified references (e.g., domain.subdomain::PipeName)
  • Implement domain hierarchy validation (dot-separated segments, no leading/trailing dots, no double dots)
  • Update bundle blueprint to validate concept and pipe references across domain boundaries, including cross-domain reference resolution
  • Add comprehensive unit tests for qualified refs, domain validation, concept/pipe validation, and hierarchical domain fixtures

Test plan

  • Verify QualifiedRef parsing and formatting with valid/invalid inputs
  • Verify domain validation rejects malformed domains (double dots, leading dots, etc.)
  • Verify cross-domain concept and pipe reference resolution in bundle blueprints
  • Verify hierarchical domain nesting (single, nested, deep)
  • Run full test suite with make agent-test

🤖 Generated with Claude Code


Note

Medium Risk
Touches core parsing/validation for domains, concept refs, and pipe lookup; could reject previously-accepted edge-case strings or change reference resolution behavior across bundles.

Overview
Enables hierarchical domain codes (e.g. legal.contracts) and domain-qualified references for concepts/pipes throughout bundle parsing and validation.

Introduces QualifiedRef as a central parser/validator for dotted refs, updates concept/domain/multiplicity validation to accept multi-segment domains, and tightens bundle validation by checking same-domain qualified pipe references in controller blueprints while continuing to ignore external refs and special outcomes.

Updates builder .mthds pipelines to use fully-qualified pipe codes (e.g. builder.*, pipe_design.detail_pipe_spec), and adds extensive unit + integration fixtures/tests covering valid/invalid hierarchical domains and cross-domain concept/pipe references.

Written by Cursor Bugbot for commit afe1585. This will update automatically on new commits. Configure here.

lchoquel and others added 3 commits February 11, 2026 22:52
Introduce QualifiedRef as the centralized model for domain-qualified
reference parsing, replacing scattered .split(".")/rsplit(".") calls
across 8+ files. This enables hierarchical domains (e.g. "legal.contracts")
and domain-qualified pipe references (e.g. "scoring.compute_score"),
making pipes symmetric with the existing concept reference system.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: afe1585ad5

ℹ️ 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".

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

@lchoquel lchoquel changed the title Add hierarchical domains and pipe namespacing (Phase 1) mthds-4 Add hierarchical domains and pipe namespacing (Phase 1) Feb 16, 2026
@lchoquel lchoquel closed this Feb 18, 2026
@github-actions github-actions bot locked and limited conversation to collaborators Feb 18, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant