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 🙏

© 2025 – Pkg Stats / Ryan Hefner

awaitter-cli

v1.8.0

Published

Awaitter CLI - AI-powered development assistant with full sprint execution and auto-deploy

Readme

🚀 Awaitter CLI

Enterprise-grade command-line interface for AI-powered software development.

Overview

Awaitter CLI is a professional development tool that integrates artificial intelligence into your software development workflow. Built for enterprise teams and individual developers who require secure, scalable, and reliable code generation capabilities.

Installation

npm install -g awaitter-cli

System Requirements

  • Node.js 16.0 or higher
  • npm 8.0 or higher
  • Active internet connection for authentication and API access

Authentication

All CLI operations require secure authentication via JWT tokens. This ensures proper access control and usage tracking.

Initial Setup

  1. Visit awaitter.com/security to generate your CLI token
  2. Authenticate your CLI instance:
    awaitter auth login
  3. Verify authentication status:
    awaitter auth status

Authentication Commands

awaitter auth login          # Authenticate with JWT token
awaitter auth logout         # Remove stored credentials
awaitter auth status         # Display authentication information
awaitter usage              # View token consumption and limits

Core Features

Code Generation

Generate production-ready applications from architectural specifications with intelligent code synthesis and best practices enforcement.

AI-Assisted Development

Interactive development environment with context-aware assistance for code review, refactoring, and optimization.

Validated Refactoring Engine

Step-by-step refactoring with automatic validation (lint, test, build), AI-powered error recovery with up to 3 retry attempts, and automatic rollback on failures using git stash-based snapshots.

Autonomous Development (Autopilot)

Advanced autonomous development mode with AI-controlled code execution, file modifications, and project optimization. Features safety controls and approval workflows for enterprise environments.

Project Analysis

Comprehensive analysis of existing codebases with architectural insights, security recommendations, and performance optimization suggestions.

Enterprise Security

JWT-based authentication, role-based access control, and comprehensive audit logging for enterprise compliance requirements.

Command Reference

Development Commands

# Interactive AI development assistant
awaitter chat [message]

# Autonomous development mode
awaitter chat --autopilot [message]

# Generate project from architecture token
awaitter generate <token> [options]

# Analyze project structure and dependencies
awaitter scan [path]

# System and authentication status
awaitter status

Advanced Development Tools

Available with Pro and Enterprise plans

# Autonomous development sessions
awaitter autopilot start [task]

# Autopilot session management
awaitter autopilot status
awaitter autopilot config
awaitter autopilot stop [sessionId]

# Automated test generation and execution
awaitter test [options]

# Code refactoring and optimization
awaitter refactor <files> [options]

# Documentation generation
awaitter docs [options]

# Deployment preparation and execution
awaitter deploy [options]

# Architecture planning and design
awaitter architect [options]

Usage Examples

Basic Workflow

# Authenticate
awaitter auth login

# Check available tokens
awaitter usage

# Start AI-assisted development
awaitter chat "Review my React components for best practices"

# Generate project from web platform
awaitter generate arch_token_123 --output ./new-project

Enterprise Workflow

# Project analysis
awaitter scan ./enterprise-app

# Start autonomous development session
awaitter autopilot start "optimize performance and fix security issues"

# Monitor autopilot progress
awaitter autopilot status

# Architecture review
awaitter architect --type microservices --framework node

# Automated testing
awaitter test --coverage --framework jest

# Code refactoring
awaitter refactor src/ --pattern modern-typescript

# Documentation generation
awaitter docs --format enterprise --output ./docs

Autopilot Mode Examples

# Start autopilot session with specific task
awaitter autopilot start "implement user authentication system"

# Chat with autopilot mode enabled
awaitter chat --autopilot "fix all TypeScript errors and optimize imports"

# Configure autopilot settings
awaitter autopilot config

# Monitor active sessions
awaitter autopilot status

# Stop autopilot session
awaitter autopilot stop session_id_123

Plan Limitations

| Feature | Free | Professional | Enterprise | |---------|------|-------------|------------| | Monthly Token Limit | 1,000 | 50,000 | 200,000 | | Basic Commands | ✓ | ✓ | ✓ | | Autopilot Mode | - | ✓ | ✓ | | Advanced Tools | - | ✓ | ✓ | | Priority Support | - | ✓ | ✓ | | Team Management | - | - | ✓ |

Configuration

Default configuration is optimized for most development environments. Advanced configuration options are available for enterprise deployments.

# View current configuration
awaitter status

# Authentication management
awaitter auth status

Security

  • Token-based Authentication: Secure JWT tokens with configurable expiration
  • Permission Management: Role-based access control with plan-specific limitations
  • Audit Logging: Comprehensive usage tracking and command history
  • Data Privacy: No source code is stored or transmitted beyond necessary API calls

Support

Documentation

Comprehensive documentation is available at docs.awaitter.com

Technical Support

  • Community: GitHub Issues for open-source support
  • Professional: Email support for Pro plan subscribers
  • Enterprise: Dedicated support channels with SLA guarantees

Contact Information

Version Information

Current version: 1.7.3

Check installed version:

awaitter --version

License

Copyright (c) Awaitter Team. All rights reserved.

For licensing information, visit awaitter.com/license