Migrate from DevSpark to Bold#12
Merged
Merged
Conversation
Installs the Bold framework (.bold/, generated .agents/skills, .claude/skills, .github/prompts adapters, AGENTS.md) and migrates all DevSpark artifacts to their Bold equivalents: - .documentation/memory/constitution.md -> bold-docs/backbone.md (5 principles; Analytical Transparency migrated as enforced, the rest as adopting) - Technology Stack / Development Workflow / Quality Gates sections -> bold-docs/system/tech-stack.md - .documentation/adr/README.md -> bold-docs/system/adr.md - .documentation/memory/constitution-history.md -> bold-docs/system/constitution-history.md - .documentation/scripts/powershell/ -> bold-docs/overrides/powershell/ - Discovered stack facts -> bold-docs/project.json Archived (historical, no longer live) to .archive/, indexed in .archive/index.md: - .documentation/copilot/harvest-2026-04-19.md - .documentation/devspark/runs/run_20260419T133325Z_44d25f/ - .documentation/repo-story/ - git-spark-lifecycle.harness.yaml (single-feature harness, already shipped) Deleted as superseded or orphaned: - .devspark/ (137 files) and .documentation/ (framework + tooling directories) - Legacy per-host adapters: .claude/commands/devspark.*.md, .github/agents/devspark.*.agent.md (+ its auto-generated copilot-instructions.md), .github/prompts/devspark.*.prompt.md -- superseded by Bold's own generated bold-* adapters - CLAUDE.md -- superseded by AGENTS.md - .documentation/performance-tuning.md -- orphaned duplicate of docs/performance-tuning.md (diffed identical apart from version/date footer) - .documentation/templates/ -- DevSpark tooling scaffolding, no unique content Updated .vscode/settings.json and .gitignore to reference Bold paths instead of DevSpark paths (including removing a stale gitignore rule for a path that no longer exists). Verified against the acceptance bar: re-ran the DevSpark text-reference sweep across all tracked files outside .archive/ -- one remaining hit (CHANGELOG.md's historical Speckit-to-DevSpark migration entries), which is legitimate changelog history and intentionally left in place.
Bumps 10 packages to latest minor/patch and resolves 4 transitive audit advisories (babel/js-yaml/linkify-it/markdown-it). commander (v15) and typescript (v7) are deliberately deferred as major bumps that could touch the CLI contract. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…cies chore(deps): update devDependencies and fix npm audit findings
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.
Summary
Adopts the Bold planning/build/ship framework (
.bold/,bold-docs/), replacing the prior DevSpark-based structure. This mirrors the migration already applied on theMakeBoldSolutions/git-sparkfork, kept in sync with this repo now that the two have diverged.Changes
.bold/(commands, scripts, starters) andbold-docs/(backbone, system docs, project metadata)bold-docs/system/tech-stack.mdbold-docs/system/constitution-history.mdNote
This repo's
mainalready had 2 independent CI tweaks (ci.yml,codeql.ymlretention-day reductions) that aren't touched by this change — those are unaffected and remain intact.🤖 Generated with Claude Code