@redjay/threads-core
v1.4.0
Published
Core types and models for Threads platform
Downloads
443
Readme
@redjay/threads-core
Core types and models for the Threads platform.
Installation
npm install @redjay/threads-coreUsage
import { Thread, Container, Progress, ThreadStatus, Temperature } from '@redjay/threads-core';
import { createThread, createProgress } from '@redjay/threads-core/models';Types
Thread
Represents a stream of activity with:
status: active, paused, stopped, completed, archivedtemperature: frozen, freezing, cold, tepid, warm, hot (momentum indicator)size: tiny, small, medium, large, huge (scope)importance: 1-5 priority level
Container
Organizational node for grouping threads without momentum semantics.
Progress
Timestamped notes for tracking activity on a thread.
Dependencies
Links between threads with why/what/how/when context.
License
MIT
