Skip to content

v0.0.26

Choose a tag to compare

@github-actions github-actions released this 22 May 19:39
· 8 commits to main since this release

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