Skip to main content

nut events

View activity events in your Coconut instance.

Overview

Events track all activity in your Coconut instance, providing a detailed audit log of what’s happening. This includes task creation and updates, skill actions, resource changes, knowledge updates, and more.

nut events list

List recent activity events.
Options:
  • --limit <n> - Number of events to display (default: 20)
  • --kind <type> - Filter by event kind
  • --json - Output as JSON
Event Kinds:
  • proposal / task - Task-related events
  • knowledge - Knowledge base changes
  • agent / skill - Skill activity
  • resource - Resource generation or updates
  • context - Context document changes
  • code - Code changes and commits
Examples:

Event Information

Each event typically includes:
  • Timestamp - When the event occurred
  • Kind - Type of event (task, skill, resource, etc.)
  • Action - What happened (created, updated, deleted, etc.)
  • Actor - Who or what triggered the event (user, skill, system)
  • Details - Specific information about the event

Use Cases

Auditing Activity

Debugging

Reporting

Monitoring


Event Examples

Task Events

Knowledge Events

Skill Events


Best Practices

Periodically check events to stay aware of activity in your Coconut instance, especially in team environments.
When tracking specific types of activity, use --kind filters to reduce noise and focus on relevant events.
Use --json output with tools like jq for detailed analysis and reporting of activity patterns.
Start with default limits for quick checks, increase for comprehensive reviews or debugging.

Combining with Other Commands

Events work well with other commands for comprehensive tracking:

JSON Output Format

When using --json, events are returned in a structured format suitable for programmatic processing:
This enables integration with monitoring tools, analytics platforms, or custom scripts.