Skip to content

feat(core): route observer output by capability - #1646

Merged
kunickiaj merged 1 commit into
mainfrom
09-07-feat_core_route_observer_output_by_capability
Sep 8, 2026
Merged

feat(core): route observer output by capability#1646
kunickiaj merged 1 commit into
mainfrom
09-07-feat_core_route_observer_output_by_capability

Conversation

@kunickiaj

@kunickiaj kunickiaj commented Sep 7, 2026

Copy link
Copy Markdown
Owner

Description

Routes observer output by proven provider capability, integrates JSON Schema and legacy XML paths into ingest and replay, classifies structured refusals and transport failures, and records safe diagnostics and retry telemetry. Constrained output retries once for truncation or transient transport errors and never falls back to XML after selection.

Operator documentation is included in the next PR in this stack.

Type of Change

  • 🚀 Feature (new functionality)
  • 🐛 Bug fix (fixes an issue)
  • 📚 Documentation (docs-only change)
  • 🔧 Maintenance (refactor, chore, CI, etc.)
  • 🧪 Testing (test-only changes)

Testing

  • Relevant checks pass locally (pnpm run tsc, pnpm run lint, pnpm run test)
  • Added/updated tests for changes
  • Manually verified changes work as expected

Checklist

  • Code follows project style (pnpm run lint passes for touched files)
  • Self-review completed
  • Documentation updated (if needed)
  • No new warnings introduced

kunickiaj commented Sep 7, 2026

Copy link
Copy Markdown
Owner Author

@kunickiaj
kunickiaj marked this pull request as ready for review September 7, 2026 22:07
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 7, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-08T02:28:42.534695Z c595ce1 New commits
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

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

Copy link
Copy Markdown

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: 56f9ad954d

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

Comment thread packages/core/src/observer-output.ts Outdated
Comment thread packages/core/src/extraction-replay.ts Outdated
@kunickiaj
kunickiaj force-pushed the 09-07-feat_core_define_observer_output_envelope branch from 8ff9491 to 5275187 Compare September 7, 2026 23:47
@kunickiaj
kunickiaj force-pushed the 09-07-feat_core_route_observer_output_by_capability branch from 56f9ad9 to 6a456c4 Compare September 7, 2026 23:47

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

Copy link
Copy Markdown

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: 6a456c4714

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

Comment thread packages/core/src/extraction-replay.ts
Comment thread packages/core/src/extraction-replay.ts Outdated
Comment thread packages/core/src/observer-output.ts Outdated
@kunickiaj
kunickiaj force-pushed the 09-07-feat_core_route_observer_output_by_capability branch from 6a456c4 to 35ad867 Compare September 8, 2026 00:09

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

Copy link
Copy Markdown

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: 35ad867859

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

Comment thread packages/core/src/observer-output-schema.ts
Comment thread packages/core/src/extraction-replay.ts
@kunickiaj
kunickiaj changed the base branch from 09-07-feat_core_define_observer_output_envelope to graphite-base/1646 September 8, 2026 00:40
@kunickiaj
kunickiaj force-pushed the 09-07-feat_core_route_observer_output_by_capability branch from 35ad867 to b99f0ee Compare September 8, 2026 00:46
@graphite-app
graphite-app Bot changed the base branch from graphite-base/1646 to main September 8, 2026 00:47
@kunickiaj
kunickiaj force-pushed the 09-07-feat_core_route_observer_output_by_capability branch from b99f0ee to 3c9c56c Compare September 8, 2026 00:47

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

Copy link
Copy Markdown

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: 3c9c56c931

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

Comment thread packages/core/src/observer-output.ts
@kunickiaj
kunickiaj force-pushed the 09-07-feat_core_route_observer_output_by_capability branch from 3c9c56c to df638da Compare September 8, 2026 02:14
@kunickiaj
kunickiaj force-pushed the 09-07-feat_core_route_observer_output_by_capability branch from df638da to c595ce1 Compare September 8, 2026 02:21

kunickiaj commented Sep 8, 2026

Copy link
Copy Markdown
Owner Author

Merge activity

  • Sep 8, 2:32 AM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Sep 8, 2:32 AM UTC: @kunickiaj merged this pull request with Graphite.

@kunickiaj
kunickiaj merged commit 6e01b0b into main Sep 8, 2026
15 checks passed
@kunickiaj
kunickiaj deleted the 09-07-feat_core_route_observer_output_by_capability branch September 8, 2026 02:32
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