Jesús Pérez 77610db201 Replace Python SBOM generator with cargo-sbom
- Remove LICENSE.md and docs/DEPENDENCIES.md (redundant with SBOM JSON)
- Remove scripts/generate_sbom.py (replaced by cargo-sbom)
- Update distro::generate-sbom recipe to use cargo-sbom CLI
- Generates SPDX 2.3 and CycloneDX 1.4 formats natively
- Eliminates Python dependency for SBOM generation
2025-12-18 01:33:58 +00:00
..
2025-12-18 01:10:29 +00:00
2025-12-18 01:10:29 +00:00
2025-12-18 01:10:29 +00:00
2025-12-18 01:10:29 +00:00
2025-12-18 01:10:29 +00:00
2025-12-18 01:10:29 +00:00
2025-12-18 01:10:29 +00:00
2025-12-18 01:10:29 +00:00

TypeDialog Logo

TypeDialog Documentation

Complete documentation for using, building, and deploying TypeDialog.

Getting Started

  1. INSTALLATION.md - Prerequisites and setup

    • System requirements
    • Dependency installation
    • Verification
  2. DEVELOPMENT.md - Local development

    • Using just for tasks
    • Common workflows
    • Examples and testing

Building & Distribution

  1. BUILD.md - Building and packaging

    • Single-platform builds
    • Cross-compilation setup
    • Distribution package creation
    • Docker builds
  2. RELEASE.md - Release workflow

    • Preparing releases
    • GitHub releases
    • Installation verification
    • CI/CD integration

Configuration

  1. CONFIGURATION.md - Configuration guide
    • Backend-specific configs
    • Environment settings (dev, prod)
    • Custom configurations
    • Best practices

Installation & Setup

Development

Building

Release

Navigation

docs/
├── README.md                 ← You are here
├── INSTALLATION.md           ← Prerequisites & setup
├── DEVELOPMENT.md            ← Local development
├── BUILD.md                  ← Building & packaging
├── RELEASE.md                ← Release workflow
└── CONFIGURATION.md          ← Configuration guide

Examples

Complete working examples are in the examples/ directory:

Main Resources

Common Tasks

I want to...

...get started quickly → Read INSTALLATION.md, then DEVELOPMENT.md

...build from source → Read BUILD.md

...release a new version → Read RELEASE.md

...configure backends → Read CONFIGURATION.md

...set up development environment → Read DEVELOPMENT.md

...cross-compile for other platforms → Read BUILD.md

Documentation Structure

This documentation follows a layered approach:

  1. Session Layer (.coder/) - Interaction files (plans, summaries)
  2. Operational Layer (.claude/) - Claude Code configuration
  3. Product Layer (docs/) - User-facing documentation

See Architecture for project structure.


Latest Update: December 2024 Status: Complete