Releases: marcusrbrown/dev-like
Releases · marcusrbrown/dev-like
Release list
v0.4.1
Patch Changes
- 6601cc2: Rewrite generated skill Workflow sections as imperative, checkpointed steps so workflow discipline transfers (#23).
- 01d7a34: Generated workflows now name a concrete pre-code artifact when a profiled culture expects one. The Oxide skill's workflow step now requires a short RFD-style decision record (problem, options considered, chosen approach with tradeoffs, failure modes/validation) for a meaningful design choice, before implementation (#23).
- f25e596: Claude plugin and skill metadata now stay synchronized with package releases:
.claude-plugin/plugin.jsonand thedev-likeskill's frontmatter version are automatically kept in lockstep withpackage.json, andbun run validatecatches drift before it ships.
v0.4.0
Minor Changes
- 8f5e30a: Add 37signals and Linear registry entries; harness support matrix, oxide demo, Copilot verification addendum.
Patch Changes
- 1a2f5fc: Fix theo profile generation and validate that every registry entry generates cleanly
- f5d3c5f: Move generated skill persona to
personas/<slug>-developer.md(wasagents/) —agents/is reserved for harness metadata (e.g. OpenAI Codex'sagents/openai.yaml). SKILL.md now notes the persona is reference material and Claude Code users can copy it to.claude/agents/to run it as a first-class subagent.
v0.3.1
v0.3.0
Minor Changes
- 3f7aa98: Registry entry #3:
oxide(Oxide Computer Company) — RFD-driven decisions, Rust-heavy co-design, rigor with urgency. Profile, entry, and prebuiltdevelop-like-oxideskill, 17 first-party sources.
Patch Changes
- 90e5786: Quality gates: provenance link-rot checker (
scripts/check-links.mjs+ weekly Link Check CI with auto-filed issues), opt-out/profile-request issue forms, PR template with consent-tier checklist, description-trigger evals (60/60 stable), paired LLM eval harness (bun run eval:paired).
v0.2.0
Minor Changes
- 6a6fb7c: CLI install path:
npx dev-like <target>resolves against the packaged registry (remote fallback), installs the prebuilt skill into.agents/skills/with a.claude/skills/symlink (copy fallback), idempotent re-install,--dry-run/--force/--dir/--registryflags. Generated skill descriptions disambiguate org vs person ("Every (the company)"). - cae781f: Deterministic skill generation:
scripts/generate-skill.mjs(zero-dep CLI with--out/--check/--registry), generation templates inskills/dev-like/assets/, prebuiltregistry/every/skill/develop-like-every/artifact, and a 9-test suite covering determinism, provenance closure, and snapshot drift.
Patch Changes
- 270e77e: Harden
everyandtheoseed profiles: verify every source against live pages, correct the CEP loop (six-step plugin vs four-step core), reground unverifiable claims, add first-party sources and cited principles.