Skip to content

Releases: hugocarreira/agentrc

v0.0.34

Choose a tag to compare

@github-actions github-actions released this 30 May 21:09
4066fd2

Changelog

  • 4066fd2 Merge pull request #6 from hugocarreira/feat/stateful-project-pack
  • 194d0f4 feat: add stateful project pack scaffolding

v0.0.32

Choose a tag to compare

@github-actions github-actions released this 30 May 20:20
280b261

Changelog

  • 280b261 Merge pull request #5 from hugocarreira/refactor/focused-skill-catalog
  • 587aad6 refactor(changelog): remove SKILL.md as it is no longer needed
  • 6ccf7ad refactor(changelog): remove outdated CHANGELOG.md file
  • a93b070 refactor(docs): remove shipping checklist as it is no longer needed
  • 24e729e refactor(skills): reduce core catalog and merge overlaps
  • b734149 refactor(skills): remove find-skills documentation as it is no longer needed

v0.0.26

Choose a tag to compare

@github-actions github-actions released this 22 May 19:39

Changelog

  • 2357fa6 Fix formatting in README structure section
  • bc61697 Merge pull request #2 from juniozguedes/improve/symlink-scripts
  • 182b164 Merge pull request #3 from hugocarreira/feat/go-cli-rename-agentrc
  • 8eb4a8b Merge pull request #4 from hugocarreira/feat/agentrc-setup-init-link-improvements
  • 66a2680 chore: add skills/.system/ to gitignore
  • 6f6905c ci: add GoReleaser config and release workflow
  • d73cc1c ci: add go test workflow
  • e89aa11 ci: add test workflow, run tests before release
  • 7e742dd ci: auto-release on merge to main (no tags)
  • afd4653 ci: create git tag instead of GORELEASER_CURRENT_TAG
  • f39f6d7 ci: only run test standalone on PRs
  • 774988e ci: run tests before goreleaser in release workflow
  • 778c174 ci: use test workflow as gate for release
  • ec79373 feat(cmd): init/link no-arg defaults to CWD, setup prompts for AGENT_ROOT
  • a01ec4b feat(config): add ShellConfigFile and SaveAgentRootToShell functions
  • 6cebd40 feat(project): add AI self-customization instruction to AGENTS.md, update prompt
  • 8a50d37 feat: add Karpathy coding principles and simplify setup scripts
  • 0786df6 feat: improve symlink scripts with dynamic paths and RTK support
  • cac4740 feat: initial commit - complete AI agent setup v1.0.0
  • bb69b6c feat: replace bash scripts with Go CLI (agentrc)
  • 010afac fix(install): add source build fallback, fix tab indentation
  • cee3511 fix(log): replace slog text handler with plain handler to remove msg= prefix
  • 0c1f9a6 fix: add missing description field to ship and changelog skills
  • 3f9ab51 refactor(template): simplify AGENTS.template.md to minimal scaffold
  • 1356a07 refactor: remove stacks dir, move research to docs, drop QUICK-REFERENCE