Skip to content

feat(asset-registry): complete golden POC#59

Merged
kl3inIT merged 1 commit into
mainfrom
kl3inIT/asset-registry-pr5-golden-poc
Jul 25, 2026
Merged

feat(asset-registry): complete golden POC#59
kl3inIT merged 1 commit into
mainfrom
kl3inIT/asset-registry-pr5-golden-poc

Conversation

@kl3inIT

@kl3inIT kl3inIT commented Jul 25, 2026

Copy link
Copy Markdown
Owner

What changed

  • add a deterministic support-operations Asset fixture: Prompt, Work Instruction, Capability Pack, checklist, tickets, and measurable success criteria
  • expose owner/backup-owner continuity health in the Asset API and detail UI
  • prove the governed lifecycle end to end: authoring, independent review, release, second-user discovery/use, immutable Pack pins, withdrawal, and audit retention
  • add a real two-user browser POC and move the completed Asset Registry increment from active to completed

Why

This closes the five-PR Asset Registry POC with a repeatable golden journey that demonstrates immediate use, governance, permission-aware discovery, ownership continuity, and safe release lifecycle behavior without expanding into marketplace, public publishing, Screenpipe, or MCP mutation.

Validation

  • ./gradlew.bat check --no-daemon
  • pnpm -C web check:api
  • pnpm -C web typecheck
  • pnpm -C web lint
  • pnpm -C web test:e2e (7/7)
  • OpenFGA model validation and tests (8/8 tests, 66/66 checks, 27/27 ListObjects)
  • terminating API and MCP context-load tests
  • git diff --check

Scope

27 changed files, below the agreed 100-file limit. This is technical POC acceptance; external support-operations/customer adoption remains a later pilot gate and is not claimed here.

@coderabbitai

coderabbitai Bot commented Jul 25, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@kl3inIT, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 4 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 14543658-dfbe-420a-99b2-5269290085e3

📥 Commits

Reviewing files that changed from the base of the PR and between 078898c and 6b11cd8.

⛔ Files ignored due to path filters (12)
  • contracts/openapi.json is excluded by !contracts/openapi.json
  • docs/increments/active/README.md is excluded by !docs/**
  • docs/increments/completed/2026-07-25-unified-asset-registry-definition/design.md is excluded by !docs/**
  • docs/increments/completed/2026-07-25-unified-asset-registry-definition/gate-decisions.md is excluded by !docs/**
  • docs/increments/completed/2026-07-25-unified-asset-registry-definition/plan.md is excluded by !docs/**
  • docs/increments/completed/2026-07-25-unified-asset-registry-definition/ui-reference-audit.md is excluded by !docs/**
  • docs/increments/completed/2026-07-25-unified-asset-registry-definition/verification.md is excluded by !docs/**
  • docs/increments/completed/README.md is excluded by !docs/**
  • docs/roadmap.md is excluded by !docs/**
  • docs/specs/domains/asset-registry.md is excluded by !docs/**
  • docs/tests/domains/asset-registry.md is excluded by !docs/**
  • docs/vision.md is excluded by !docs/**
📒 Files selected for processing (15)
  • ARCHITECTURE.md
  • apps/api/src/test/java/com/orgmemory/api/assetregistry/AssetRegistryIntegrationTests.java
  • apps/api/src/test/resources/db/test-foundation.sql
  • core/src/main/java/com/orgmemory/core/assetregistry/AssetRegistryCoordinator.java
  • core/src/main/java/com/orgmemory/core/assetregistry/AssetView.java
  • demo/fixtures/asset-registry/README.md
  • demo/fixtures/asset-registry/capability-pack-template.json
  • demo/fixtures/asset-registry/mock-tickets.json
  • demo/fixtures/asset-registry/prompt-template.json
  • demo/fixtures/asset-registry/quality-checklist.json
  • demo/fixtures/asset-registry/success-metrics.json
  • demo/fixtures/asset-registry/support-sla-and-escalation.md
  • demo/fixtures/asset-registry/work-instruction.json
  • web/src/features/assets/components/asset-detail-page.tsx
  • web/test/e2e/asset-registry-golden-poc.spec.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch kl3inIT/asset-registry-pr5-golden-poc

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@kl3inIT
kl3inIT merged commit 5bb8334 into main Jul 25, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant