npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@redaksjon/kronologi

v0.0.12

Published

Intelligent monthly summary generation from activity and context

Readme

Kronologi

Kronologi is a powerful tool for generating intelligent monthly summaries from activity and context. It uses AI to analyze and synthesize information, making it easier to create comprehensive and meaningful documentation for your work.

Features

  • Generate intelligent release notes and change logs
  • Analyze Git history with customizable time periods
  • AI-powered summarization of code changes
  • Flexible configuration options
  • Support for multiple output formats
  • Context-aware analysis

Installation

npm install -g @redaksjon/kronologi

Command Line Usage

Kronologi provides a rich set of command line options to customize its behavior:

Required Arguments

  • <summaryType>: Type of summary to generate
  • <year>: Year for the summary (must be between 1900 and 2100)
  • <month>: Month for the summary (1-12)

Optional Arguments

  • [historyMonths]: Number of months of history to include (default: 1)
  • [summaryMonths]: Number of months to summarize (default: 1)

Options

  • --dry-run: Perform a dry run without saving files (default: false)
  • --verbose: Enable verbose logging (default: false)
  • --debug: Enable debug logging (default: false)
  • --timezone <timezone>: Timezone for date calculations (default: system timezone)
  • --openai-api-key <openaiApiKey>: OpenAI API key (can also be set via OPENAI_API_KEY environment variable)
  • --model <model>: OpenAI model to use (default: gpt-4)
  • --config-dir <configDir>: Config directory (default: ./config)
  • --context-directory <contextDirectory>: Directory containing context files to be included in prompts (default: ./context)
  • --activity-directory <activityDirectory>: Directory containing activity files to be included in prompts (default: ./activity)
  • --summary-directory <summaryDirectory>: Directory containing summary files to be included in prompts (default: ./summary)
  • --replace: Replace existing summary files if they exist (default: false)
  • --version: Display version information

Examples

  1. Generate a summary for January 2024:
kronologi release-notes 2024 1
  1. Generate a summary with 3 months of history:
kronologi release-notes 2024 1 3
  1. Generate a summary with custom directories:
kronologi release-notes 2024 1 --config-dir ./my-config --context-directory ./my-context
  1. Generate a summary with a specific timezone:
kronologi release-notes 2024 1 --timezone America/New_York

How It Works

Kronologi analyzes your Git history and related content using a sophisticated analysis engine that:

  1. Reads and processes configuration files from the specified config directory
  2. Gathers context from various sources including:
    • Static context files
    • Historical context from previous summaries
    • Activity files from the specified period
  3. Processes and combines this information using AI to generate meaningful summaries
  4. Outputs the results in the specified format

The analysis engine is highly configurable, allowing you to:

  • Define custom parameters and their types
  • Specify which context sources to include
  • Control the temperature and token limits for AI processing
  • Customize the output format and structure

Name Origin

The name "Kronologi" comes from the Norwegian word for "chronology" or "timeline", reflecting its purpose of creating temporal summaries and documentation of your work over time.