chant-cli 0.21.0

Spec execution platform for AI-assisted development
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Chant spec files use a custom merge driver for intelligent conflict resolution
# This driver automatically resolves frontmatter conflicts while preserving implementation content
#
# Setup: Run `chant merge-driver-setup` for configuration instructions
.chant/specs/*.md merge=chant-spec

# Mark generated documentation as linguist-generated to exclude from language stats
docs/book/** linguist-generated=true
docs/book/**/*.html linguist-documentation=true

# Coverage reports are generated
coverage/** linguist-generated=true

# Theme files are vendored (highlight.js, fonts)
docs/theme/highlight.js linguist-vendored=true
docs/theme/fonts/** linguist-vendored=true