37 lines
669 B
JSON

{
"project_name": "AdvChkSys",
"output_dir": "docs/status",
"status_doc": "ChunkManager-Status.md",
"features_file": "docs/features.md",
"changelog_file": "CHANGELOG.md",
"git_log_limit": 100,
"untagged_commit_limit": 50,
"top_files_limit": 20,
"exclude_dirs": [
"node_modules",
"venv",
".git",
".vs",
"bin",
"obj",
"dist",
"build"
],
"source_extensions": [
".py",
".cs",
".js",
".ts",
".html",
".css",
".rs",
".go",
".java",
".md"
],
"templates": {
"status": "status_template.md",
"features": "feature_template.md",
"changelog": "changelog_template.md"
}
}