Changelog
High-level, user-facing changes by release.
- Unreleased
- Initial docs with Just‑the‑Docs.
- Resource update command and template/run path fixes.
- Descriptor discovery now prefers
template_config.yaml/workflow_config.yamland returns clearer missing-descriptor errors (legacytemplate.config.yamlremains supported). - Templates can be rendered with an
--alias; project entries storeid=<alias>andsource_template=<descriptor id>to allow multiple instances of the same template. - Added
bpm agentcommand group docs (config,doctor,start,history) including provider-backed chat mode and transcript history. - Added
bpm agent methodscommand docs for generating publication-oriented methods drafts fromproject.yaml+ BRS metadata (METHODS.md,citations.yaml,run_info.yaml). - Updated CLI overview/index to include
bpm agent. - Updated installation docs for pixi dev tasks and version sync/check workflow.
- Agent chat context now includes a per-template dossier from active BRS files (
template_config.yaml,run.sh(.j2),README.md,METHODS.md,citations.yaml,references.bib) for top recommendations. - OpenAI
gpt-5*compatibility improved for chat payloads (max_completion_tokens, omit unsupported non-defaulttemperature).