Skip to main content

Project Analysis

File Classification

promptext automatically categorizes your project files:

Entry Points

  • Main application files
  • Command line interfaces
  • API endpoints

Configuration Files

  • Build configurations
  • Environment settings
  • Dependency specifications

Core Implementation

  • Business logic
  • Data models
  • Utility functions

Test Files

  • Unit tests
  • Integration tests
  • Test fixtures

Documentation

  • README files
  • API documentation
  • Code comments

Git Integration

Extracts and analyzes:

  • Current branch
  • Latest commit
  • Repository status
  • Changed files
  • Contributors

Dependency Analysis

Supports multiple package managers:

  • go.mod (Go)
  • package.json (Node.js)
  • requirements.txt (Python)
  • Cargo.toml (Rust)
  • pom.xml (Java)