Skip to content

feat(learning): add lesson effectiveness telemetry - #3803

Merged
djm204 merged 8 commits into
mainfrom
resolve/issue-1760-feat-learning-add-lesson-effectiveness-telemetry
Aug 9, 2026
Merged

feat(learning): add lesson effectiveness telemetry#3803
djm204 merged 8 commits into
mainfrom
resolve/issue-1760-feat-learning-add-lesson-effectiveness-telemetry

Conversation

@djm204

@djm204 djm204 commented Jul 26, 2026

Copy link
Copy Markdown
Owner

Summary

  • add transcript-free lesson effectiveness events for lesson id, scope, injection context, and bounded task outcome signals
  • attribute positive, neutral, and negative outcomes and aggregate lifecycle recommendations
  • document how effectiveness evidence informs reviewed promotion, monitoring, and retirement

Reproduction

Before implementation, the focused test failed because src/memory/lesson-effectiveness.js did not exist.

Verification

  • npm run test --workspace @franken/critique (799 passed)
  • npm run typecheck --workspace @franken/critique
  • npm run lint --workspace @franken/critique
  • npm run build --workspace @franken/critique
  • npx prettier --check packages/franken-critique/src/memory/lesson-effectiveness.ts packages/franken-critique/tests/unit/memory/lesson-effectiveness.test.ts packages/franken-critique/src/types/contracts.ts packages/franken-critique/src/index.ts

Closes #1760

@djm204

djm204 commented Jul 26, 2026

Copy link
Copy Markdown
Owner Author

@codex review

@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: 00c83a3253

ℹ️ 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/franken-critique/src/memory/lesson-effectiveness.ts Outdated
Comment thread packages/franken-critique/src/memory/lesson-effectiveness.ts Outdated
Comment thread packages/franken-critique/src/memory/lesson-effectiveness.ts Outdated
@djm204

djm204 commented Jul 26, 2026

Copy link
Copy Markdown
Owner Author

@codex review

@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: d7e55e26a7

ℹ️ 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/franken-critique/src/memory/lesson-effectiveness.ts
Comment thread packages/franken-critique/src/memory/lesson-effectiveness.ts Outdated
@djm204

djm204 commented Jul 26, 2026

Copy link
Copy Markdown
Owner Author

@codex review

@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: 01048412d1

ℹ️ 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/franken-critique/src/memory/lesson-effectiveness.ts
Comment thread packages/franken-critique/src/memory/lesson-effectiveness.ts
@djm204

djm204 commented Jul 26, 2026

Copy link
Copy Markdown
Owner Author

@codex review

@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: 01ddb4b505

ℹ️ 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/franken-critique/src/memory/lesson-effectiveness.ts
@djm204

djm204 commented Aug 2, 2026

Copy link
Copy Markdown
Owner Author

@codex review

…at-learning-add-lesson-effectiveness-telemetry

@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: 2ef7b99efd

ℹ️ 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/franken-critique/src/memory/lesson-effectiveness.ts Outdated
Comment thread packages/franken-critique/src/memory/lesson-effectiveness.ts Outdated
Comment thread packages/franken-critique/src/memory/lesson-recorder.ts
@djm204
djm204 merged commit 33ab5c1 into main Aug 9, 2026
4 checks passed
@djm204
djm204 deleted the resolve/issue-1760-feat-learning-add-lesson-effectiveness-telemetry branch August 9, 2026 12:46
This was referenced Aug 2, 2026
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.

feat(learning): add lesson effectiveness telemetry

1 participant