Releases: kitproj/coding-context-cli
Releases · kitproj/coding-context-cli
v0.0.16
What's Changed
- Update README.md installation instructions to v0.0.15 by @Copilot in #95
- Rename paramMap to Params and add ParseParams function by @Copilot in #97
- Rename
selectorMaptype toselectorsby @Copilot in #99 - Switch to slog for logging by @alexec in #101
- Extend parameter templating to rule files by @Copilot in #107
- Add ParseSlashCommand for parsing AI assistant slash commands with bash-like arguments by @Copilot in #102
- Convert to library: extract core functionality to pkg/codingcontext by @Copilot in #105
Full Changelog: v0.0.15...v0.0.16
v0.0.15
v0.0.13
What's Changed
- Add remote directories documentation by @Copilot in #85
- Migrate from deprecated go.yaml.in/yaml/v2 to gopkg.in/yaml.v3 by @Copilot in #86
- Add -t flag to print task frontmatter by @Copilot in #87
- feat: Support Tool / Rule Filters in Task Frontmatter, Emit Task Frontmatter by @swedishborgie in #88
- Document task frontmatter selectors and -t flag by @Copilot in #90
- Add .cursor/commands to task search paths by @Copilot in #91
New Contributors
- @swedishborgie made their first contribution in #88
Full Changelog: v0.0.12...v0.0.13
V0.0.14
v0.0.12
What's Changed
- Document relationship to GitHub Next's Agentic Workflows by @Copilot in #69
- Add resume mode (-r flag) using standard frontmatter filtering by @Copilot in #70
- Add Makefile with lint target and GitHub Actions integration by @Copilot in #71
- Document that include selectors only match top-level YAML fields by @Copilot in #72
- Add language selector examples and Linguist language reference to README by @Copilot in #74
- Add GitHub Pages documentation website using Diataxis framework by @Copilot in #76
- Add GitHub Copilot instructions by @Copilot in #82
- Add remote directory support via go-getter for rules and tasks by @Copilot in #80
- Remove /etc/agents and "agents" fallback paths by @Copilot in #83
- Update documentation theme to just-the-docs and verify completeness by @Copilot in #84
Full Changelog: v0.0.11...v0.0.12
v0.0.11
What's Changed
- chmod +x bootstrap files before execution by @Copilot in #59
- Rename module and references from coding-agent-context to coding-context by @Copilot in #62
- Remove unused -S exclude flag by @Copilot in #63
- Add OpenCode.ai rules support by @Copilot in #64
- Add supported coding agents list to README by @Copilot in #65
- Select tasks by task_name frontmatter field instead of filename by @Copilot in #66
Full Changelog: v0.0.10...v0.0.11
v0.0.10
What's Changed
- Fix README documentation discrepancies with implementation by @Copilot in #42
- Skip duplicate memory files by name by @alexec in #44
- Output three separate files: persona.md, memories.md, task.md by @Copilot in #46
- Rename "memories" to "rules" and remove basename deduplication by @Copilot in #48
- Add support for .mdc files used by Cursor by @Copilot in #50
- feat: simplify by @alexec in #56
Full Changelog: v0.0.9...v0.0.10
v0.0.9
v0.0.8
v0.0.7
What's Changed
- Add task_name as built-in filter for memory selection by @Copilot in #33
- fix: correct whitespace by @alexec in #37
- Add optional persona support with first-position output by @Copilot in #36
- Add example of using gh CLI to detect language via GitHub Linguist by @Copilot in #35
- Simplify README: assume linux/amd64, remove go install, fix nested code blocks by @Copilot in #39
- docs: tidy up by @alexec in #40
Full Changelog: v0.0.6...v0.0.7