OPSX 1+2: Cleanup, Rename & Dev Tooling - #1
Merged
conroywhitney merged 12 commits intoFeb 4, 2026
Conversation
- Migrated from legacy openspec commands to OPSX skills - Added openspec/config.yaml with project context and rules - Removed legacy openspec/AGENTS.md and command files - Cleaned OpenSpec markers from AGENTS.md and CLAUDE.md
- Copied elixir-tdd schema (spec → tests → implementation → docs) - Set as default schema in config.yaml - TDD workflow: write specs, write failing tests, implement to green, document
- mix rename Reify ReifyStudio reify reify_studio - Remove demos: counter, todos (lib, web, assets, tests) - Remove generated events.ts - Add placeholder HomeLive page - Clean up router, app layout title - Keep reusable DSLs: EventRouter, Events, EventsDsl - Keep infrastructure: mailer, release, repo, utils, telemetry - All tests passing (4/4)
- Remove old openspec changes/archive/specs (demo-specific) - Update openspec/project.md for Reify Studio - Update README.md with actual project description - Clear seeds.exs (had broken ReifyStudioStudioStudio refs) - Remove fly.toml files (no deployments yet)
clawd-conroy
had a problem deploying
to
review-pr-1
February 4, 2026 16:39 — with
GitHub Actions
Failure
- Remove cd-production.yml, cd-review.yml, cd-staging.yml (no Fly.io deployment) - Add push/PR triggers to ci.yml (was workflow_call only) - Add credo --strict step to CI pipeline
Pulled from conroywhitney/truman pattern. Adds: - credo + credo_naming for linting - dialyxir for type checking - styler for auto-formatting - .credo.exs strict config - dialyzer PLT config
- Replace Enum.map |> Enum.join with Enum.map_join (5 instances) - Extract run_seeds/1 to reduce nesting in release.ex - Alias Ecto.Adapters.SQL in data_case.ex - Inline logger metadata in event_router.ex - Disable cyclomatic complexity for __before_compile__ macro - Add dialyzer step to CI workflow - Rename test DB: reify_test → reify_studio_test
Instead of MIX_ENV=dev workaround, add :ex_unit to plt_add_apps so dialyzer can resolve test support file references.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
mix renamefrom Reify → ReifyStudio / reify_studioVerification
mix compile— cleanmix test— 4/4 passing