Skip to content

Add temporal-core: research-backed temporal awareness plugin#369

Open
Evanyuan-builder wants to merge 1 commit intorohitg00:mainfrom
Evanyuan-builder:add-temporal-core
Open

Add temporal-core: research-backed temporal awareness plugin#369
Evanyuan-builder wants to merge 1 commit intorohitg00:mainfrom
Evanyuan-builder:add-temporal-core

Conversation

@Evanyuan-builder
Copy link
Copy Markdown

@Evanyuan-builder Evanyuan-builder commented May 6, 2026

Summary

Adds temporal-core to the All Plugins table — a small Apache-2.0 plugin that gives Claude Code agents a sense of time passing within a session.

What it does

Three hooks inject elapsed-time signals into the agent's context:

  • SessionStart → records session start timestamp
  • UserPromptSubmit → injects [temporal-core] session elapsed: 12m 34s
  • PreToolUse → injects [temporal-core] since last action: 47s

A bundled temporal-awareness skill (SKILL.md) teaches the agent how to use the signals — pacing decisions, deadline-aware prioritization, recency reasoning, honest "how long did this take?" answers.

Why

Aher et al. (2026), Real-Time Deadlines Reveal Temporal Awareness Failures in LLM Strategic Dialogues, found that surfacing remaining time boosted LLM negotiation acceptance odds . temporal-core is the minimal implementation of that finding for Claude Code.

Verified

  • Plugin loads via claude --plugin-dir
  • UserPromptSubmit hook fires and additionalContext reaches the agent ✓ (verified in headless claude -p session: agent quoted the injected [temporal-core] session elapsed: 1s fragment unprompted)
  • Apache-2.0, zero runtime deps (just jq, gracefully no-ops if missing)

Repo

Summary by CodeRabbit

  • Documentation
    • Added "temporal-core" plugin entry to the plugins catalog, documenting its time-awareness features and available hooks.

temporal-core is a small Claude Code plugin that injects elapsed-time
signals into the agent's context via 3 hooks (SessionStart,
UserPromptSubmit, PreToolUse), letting the agent perceive 'session
elapsed' and 'since last action' fragments and reason about pacing,
deadlines, and recency.

Inserted alphabetically in the All Plugins table between
technical-sales and the-pragmatic-pm.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 6, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: c284259a-2c38-4ffb-af05-0b871f83c26a

📥 Commits

Reviewing files that changed from the base of the PR and between 659efb0 and 00761e6.

📒 Files selected for processing (1)
  • README.md

📝 Walkthrough

Walkthrough

A single entry for the temporal-core plugin is added to the README's "All Plugins" table. The entry documents the plugin's time-awareness features via specific hooks.

Changes

Plugin Registry Update

Layer / File(s) Summary
Plugin Documentation
README.md
temporal-core plugin entry added to All Plugins table describing time-awareness capabilities via specific hooks.

Estimated Code Review Effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly Related PRs

Poem

🐰 Tick-tock, the temporal's in place,
Time-awareness joins the plugin race,
With hooks that catch each fleeting tick,
The registry grows—oh so quick!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding a new plugin called 'temporal-core' that provides temporal awareness features to Claude Code agents.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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 and usage tips.

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