bug(uko): add missing layer 2 indexing scenario to uko_runtime.feature #9965

Merged
HAL9000 merged 2 commits from bugfix/uko-runtime-feature-missing-layer-2-indexing-scenario into master 2026-04-22 07:15:01 +00:00

2 Commits

Author SHA1 Message Date
HAL9000 0e8de95c60 bug(uko): add missing layer 2 indexing scenario to uko_runtime.feature
CI / push-validation (pull_request) Successful in 23s
CI / helm (pull_request) Successful in 34s
CI / build (pull_request) Successful in 4m1s
CI / lint (pull_request) Successful in 4m16s
CI / quality (pull_request) Successful in 4m40s
CI / typecheck (pull_request) Successful in 4m58s
CI / security (pull_request) Successful in 5m9s
CI / e2e_tests (pull_request) Successful in 7m29s
CI / unit_tests (pull_request) Successful in 7m53s
CI / integration_tests (pull_request) Successful in 7m58s
CI / docker (pull_request) Successful in 1m47s
CI / coverage (pull_request) Successful in 16m14s
CI / benchmark-regression (push) Waiting to run
CI / benchmark-publish (push) Waiting to run
CI / unit_tests (push) Failing after 0s
CI / status-check (pull_request) Successful in 3s
CI / helm (push) Failing after 0s
CI / push-validation (push) Successful in 21s
CI / build (push) Successful in 3m45s
CI / lint (push) Successful in 3m54s
CI / quality (push) Successful in 4m14s
CI / typecheck (push) Successful in 4m27s
CI / security (push) Successful in 4m43s
CI / docker (push) Has been skipped
CI / integration_tests (push) Successful in 6m35s
CI / e2e_tests (push) Successful in 7m0s
CI / coverage (push) Successful in 15m29s
CI / status-check (push) Failing after 3s
CI / benchmark-publish (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Successful in 1h11m32s
CHANGELOG.md: Added UKO Runtime Layer 2 (Paradigm) Indexing fix entry (#9351).

CONTRIBUTORS.md: Added attribution note for HAL 9000 related to the UKO layer 2 indexing fix.

This commit addresses reviewer feedback on PR #9965 by ensuring the changelog is updated and contributor attribution is included.
2026-04-22 06:48:43 +00:00
HAL9000 d194ee0d95 bug(uko): add missing layer 2 indexing scenario to uko_runtime.feature
Add layer 2 (paradigm/OO) triple emission to PythonAnalyzer and add the
missing Scenario for layer 2 indexing in uko_runtime.feature.

- PythonAnalyzer._extract_class() now emits a rdf:type uko-oo:Class
  triple (layer 2) in addition to rdf:type uko-py:Class (layer 3),
  ensuring UKOIndexer emits layer 2 triples when indexing Python OOP
  constructs (classes).
- Added Scenario: Indexing a Python file populates layer 2 (paradigm)
  to features/uko_runtime.feature, completing the four-layer guarantee
  verification (layers 0, 1, 2, 3) at the runtime/indexing level.

ISSUES CLOSED: #9351
2026-04-22 06:37:17 +00:00