Skip to content

Releases: udx/dev.kit

Release v0.8.0

17 Apr 18:33
Immutable release. Only release title and notes can be modified.
4b84821

Choose a tag to compare

  • Keep .rabbit/context.yaml focused on repo facts, tracing, commands, and gaps instead of inlining engineering practices and canonical workflow text
  • Generate workflow and practice guidance for AGENTS.md directly from the config catalogs and learning sources, simplifying the boundary between repo context and agent behavior
  • Rework the docs surface around that model: simplify the README, add focused installation, context, agents, and integration docs, and remove older overlapping overview/workflow/architecture pages
  • Tighten GitHub-first workflow guidance across configs, generated agent instructions, and learned templates, including repo-pattern reuse, history-aware debugging, and bot-feedback loops
  • Simplify lesson/template generation by consolidating workflow-tracing signals, deduping reusable templates by template name, and filtering unresolved placeholder template IDs from generated output
  • Clean up install and packaging flow with global npm postinstall cleanup and explicit npm-versus-curl ownership rules

Release v0.6.0

15 Apr 21:37
Immutable release. Only release title and notes can be modified.
3c0c8a9

Choose a tag to compare

  • Switch default branch from main to latest so npm create tags align with the branch name
  • Update all workflow triggers, release config, install script, and raw GitHub URLs to reference latest
  • Add latest to recognized base branch names in development-workflows config
  • Bump fallback default branch from main to latest in dev_sync

Release v0.5.1

15 Apr 21:18
Immutable release. Only release title and notes can be modified.
404bb13

Choose a tag to compare

  • Fix absolute local paths leaking into context.yaml and AGENTS.md refs
  • Use GitHub tree URLs for directory refs, raw URLs for file refs
  • Add cross-repo-issue-context practice from learned agent sessions
  • Filter placeholder URLs (test/repo, org/repo) from learned references
  • Add regression test for absolute path prevention

Release v0.5.0

14 Apr 21:58
Immutable release. Only release title and notes can be modified.
d237ce2

Choose a tag to compare

  • Slim factors from 7 to 4: documentation, dependencies, config, pipeline
  • Drop architecture, runtime, build_release_run — dev.kit detects repo/CI/CD signals, not app structure
  • Merge test commands and deploy config into single pipeline factor
  • Widen workflow tracing: catch direct actions (uses: org/repo@ref), docker actions, workflow images
  • Resolve Docker images to same-org source repos (Docker Hub org ≠ GitHub org matching)
  • Simplify documentation factor to binary present/missing
  • Simplify README as pitch + quick start, move deep details to docs/
  • Add bot feedback loop practice for PR reviews

Release v0.4.0

14 Apr 20:52
Immutable release. Only release title and notes can be modified.
a1df982

Choose a tag to compare

  • Add structured dependency resolution with cross-repo tracing
  • Resolve same-org dependencies via gh api and sibling directory lookup
  • Track file-level relationships (used_by) mapping current repo files to their dependencies
  • Trace 6 dependency sources: workflow reuse, Docker images, Compose images, versioned YAML configs, GitHub URLs, npm packages
  • Add --force flag to dev.kit repo for full dependency re-resolution
  • Include structured dependencies in JSON output (repo.json, agent.json)
  • Render dependency relationships in AGENTS.md with resolved metadata and source file mappings
  • Add dependency_trace_compose_files and dependency_trace_url_globs to detection-signals.yaml

Release v0.2.1

14 Apr 17:05
Immutable release. Only release title and notes can be modified.
cc483a5

Choose a tag to compare

  • Fix release workflow trigger to match reusable-workflows pattern
  • Add workflow_dispatch for manual re-triggers
  • Enable OIDC provenance for npm publishing

Release v0.2.0

14 Apr 16:37
Immutable release. Only release title and notes can be modified.
ef6c2d1

Choose a tag to compare

  • npm release workflow with OIDC provenance via udx/reusable-workflows
  • GitHub releases created automatically on merge to main
  • dev.kit --version flag
  • Copilot review feedback fixes (JSON escaping, cache multi-line values, fixture portability)