Skip to content

Improve TraceDecay skill adoption steering#225

Open
ScriptedAlchemy wants to merge 3 commits into
masterfrom
codex/skill-adoption-implementation
Open

Improve TraceDecay skill adoption steering#225
ScriptedAlchemy wants to merge 3 commits into
masterfrom
codex/skill-adoption-implementation

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

Summary

  • consolidate the model-invoked TraceDecay skill catalog into workflow-stage skills for Cursor and Codex
  • add a using-tracedecay bootstrap skill and inject it into indexed session context with stronger mandatory steering
  • retarget slash dispatchers, embed manifests, analytics fixtures, and tests to the consolidated skill names

Validation

  • cargo fmt
  • TMPDIR=/tmp CARGO_TARGET_DIR=/tmp/tracedecay-target-skill-adoption-2 cargo test --test agent_suite plugin_skill_contract -- --nocapture
  • TMPDIR=/tmp CARGO_TARGET_DIR=/tmp/tracedecay-target-skill-adoption-2 cargo test --lib embedded -- --nocapture
  • TMPDIR=/tmp CARGO_TARGET_DIR=/tmp/tracedecay-target-skill-adoption-2 cargo test --lib skills -- --nocapture
  • TMPDIR=/tmp CARGO_TARGET_DIR=/tmp/tracedecay-target-skill-adoption-2 cargo test --test hooks_lsp_suite build_cursor_session_context -- --nocapture
  • TMPDIR=/tmp CARGO_TARGET_DIR=/tmp/tracedecay-target-skill-adoption-2 cargo test --test hooks_lsp_suite build_codex_session_context -- --nocapture
  • TMPDIR=/tmp CARGO_TARGET_DIR=/tmp/tracedecay-target-skill-adoption-2 cargo check
  • git diff --check

Note: the first cargo test attempt failed before repo tests because inherited TMPDIR=/scratch/tmp made libsql-ffi's assembler miss a temp file. Rerunning with TMPDIR=/tmp passed.

@changeset-bot

changeset-bot Bot commented Jul 2, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: d422749

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@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: 73147715ea

ℹ️ 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 src/agents/cursor.rs
Comment thread src/agents/codex.rs
@ScriptedAlchemy ScriptedAlchemy force-pushed the codex/skill-adoption-implementation branch 2 times, most recently from 135bbcc to 234dd41 Compare July 2, 2026 09:53
@ScriptedAlchemy ScriptedAlchemy force-pushed the codex/skill-adoption-implementation branch from f0c5c36 to d422749 Compare July 2, 2026 10:40
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