All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
ulkan uninstallcommand to easily remove Ulkan from the system (detects pip, pipx, uv).
0.1.1 - 2026-02-09
- CI now uses Black for formatting instead of Ruff.
- Renamed
release.yml→publish.ymlworkflow. - PyPI publishing uses Trusted Publishers (OIDC) for secure, tokenless releases.
- Replaced
astral-sh/setup-uvwithpip install uvin CI/Release workflows for reliability.
ulkan upgradecommand to update Ulkan to the latest version.- Update notification in banner/header when a new release is available.
--gitignoreflag toulkan initto automatically add.agent/andAGENTS.mdto.gitignore.ulkan search <query>command now queries the Skyll API for agent skills (supports--sort installs).ulkan add skill <name>prioritizes Skyll API and generates YAML frontmatter (name,description,trigger, etc.) instead ofmetadata.json.ulkan list <type>command to view registry assets (supportsallto see everything).ulkan add <type> <name>command to add individual assets to the project.- File-based Registry system replacing hardcoded templates.
- New Workflows:
git-flow: Standard Gitflow (main/dev) with Conventional Commits.add-to-workflow: AI-powered workflow optimizer/injector.
- CLI Enhancements:
ulkan addnow provides "Recommended Next Steps" and workflow ProTips.
- Renamed
/refactorworkflow to/refactfor brevity.
0.1.0 - 2026-02-08
- Initial release of Ulkan CLI
ulkan initcommand to scaffold agentic project structureulkan adaptcommand to create symlinks for AI agentsulkan synccommand to keep AGENTS.md up to dateulkan migratecommand to adopt existing agent configs- Support for Claude, Gemini, Codex, and Copilot
- 8 built-in skills:
skill-creatorrules-creatortools-creatorspecs-creatoradr-creatorproduct-docs-creatorguidelines-creatorworkflows-creator
- 6 standard workflows:
/build/feat/fix/refactor/docs/migrate
- Maintenance scripts:
sync_agents_docs.pylint_agent_setup.py
- Single source of truth architecture via symlinks