## YYYY-MM-DD - Block NNN: Short Title
Branch:
- `branch-name`
Current state:
- ...
Decisions:
- ...
Risks:
- ...
Next suggested step:
- ...
Branch:
main
Current state:
- The template includes optional Context7, Repomix, Tokscale, Tokless, usage reporting, optimization reporting, and multi-client tracking.
- Tokscale submit defaults to
dry-run; users can opt intoonor chooseoff. scripts/ai-tools.shsupports guided machine setup and local dashboard commands.- Template version has been updated to
0.10.0.
Decisions:
- Keep raw usage data ignored and commit only aggregate reports.
- Do not claim token savings until matched baseline and optimized runs exist.
Risks:
- Client-specific Tokscale integrations may need user login before coverage is complete.
Next suggested step:
- Define the project scope and first documentation workflow.
Branch:
main
Current state:
- The template includes Pragmatik CLI documentation and optional project tooling.
package.jsonincludes Pragmatik scripts where useful.- The safe dashboard wrapper is available without replacing normal project scripts.
- Template version has been updated to
0.11.0.
Decisions:
- Use
pragmatikas the public setup and dashboard command. - Keep all external tools optional and user-confirmed.
Risks:
@mvuljevas/pragmatikmust be published or linked before package install works from a clean external project.
Next suggested step:
- Run
npm run pragmatikafter creating a project from this template.
Branch:
main
Current state:
- CLI documentation lists only supported
pragmatikcommands. - Unsupported flag variants are no longer documented as a user-facing concept.
- Template version has been updated to
0.11.1.
Decisions:
- Keep generated project documentation focused on valid commands and setup paths.
Risks:
@mvuljevas/pragmatikmust be published or linked before package install works from a clean external project.
Next suggested step:
- Run
npm run pragmatikafter creating a project from this template.
Branch:
main
Current state:
- Pragmatik CLI documentation now describes command actions, common flows, safe setup behavior, non-Node usage, and error handling.
- Template dev dependency guidance now targets
@mvuljevas/pragmatik^0.21.0. - Template version has been updated to
0.12.0.
Decisions:
- Keep
pragmatikas the single guided entrypoint for doctor, setup, dashboard, recommendation, and MCP scaffold flows.
Risks:
- Clean external install validation is still pending.
Next suggested step:
- Run
npm run pragmatikafter creating a project from this template.
Branch:
main
Current state:
- Pragmatik CLI docs now explain GitHub-minimal repository completion and npm script flag forwarding.
- Template npm scripts expose
pragmatikandpragmatik:help. - Template version has been updated to
0.13.0.
Decisions:
- GitHub-created minimal files are treated as new-project placeholders that can be completed after preview.
Risks:
- Clean external install validation is still pending.
Next suggested step:
- Run
npm run pragmatikafter creating a project from this template.
Branch:
main
Current state:
- The template is now a lightweight Pragmatik shell.
- Removed package manifests, generated app files, tool scripts, and heavy optional AI-tool docs from the template copy.
- Template version has been updated to
0.14.0.
Decisions:
- Populate real project files only after the user describes the project goal.
Risks:
- External install validation is still pending.
Next suggested step:
- Run
pragmatik doctorafter creating a project from this template.