Skip to content

Releases: kitproj/coding-context-cli

v0.0.12

09 Nov 22:20
f5336b4

Choose a tag to compare

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

05 Nov 17:21
c7165df

Choose a tag to compare

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

03 Nov 01:32
bac6a92

Choose a tag to compare

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

01 Nov 15:41
f664140

Choose a tag to compare

What's Changed

  • Add LLM token estimation for file selection output by @Copilot in #41

Full Changelog: v0.0.8...v0.0.9

v0.0.8

01 Nov 05:05
989d8c6

Choose a tag to compare

What's Changed

  • Add -C option to change working directory by @alexec in #31

Full Changelog: v0.0.7...v0.0.8

v0.0.7

01 Nov 03:47
8bcaa27

Choose a tag to compare

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

v0.0.6

01 Nov 00:44
238a071

Choose a tag to compare

What's Changed

  • Add memories and tasks flags and handling by @alexec in #27

Full Changelog: v0.0.5...v0.0.6

v0.0.5

31 Oct 23:51
056510b

Choose a tag to compare

What's Changed

  • Replace slog with stdout for CLI output by @Copilot in #22
  • Fix markdown title removal in parseMarkdownFile by @Copilot in #21
  • Use original filename as prefix for bootstrap files with 8-char hash suffix by @Copilot in #24
  • Print bootstrap file names during execution by @Copilot in #23
  • Add -b flag to auto-run bootstrap script by @Copilot in #26

Full Changelog: v0.0.4...v0.0.5

v0.0.4

31 Oct 22:22
712728a

Choose a tag to compare

What's Changed

  • Replace text/template with os.Expand() for variable substitution by @Copilot in #15
  • Rename jira-setup and slack-setup to jira and slack in documentation by @Copilot in #16

Full Changelog: v0.0.3...v0.0.4

v0.0.3

31 Oct 18:25
b392363

Choose a tag to compare

What's Changed

  • Rename directories: coding-context → prompts, prompts/ → tasks/ by @Copilot in #12
  • Add jira-cli and slack-cli integration examples with bootstrap scripts by @Copilot in #13

Full Changelog: v0.0.2...v0.0.3