feat: integrate OpenSpec for spec-driven development#16
Merged
Conversation
added 10 commits
April 23, 2026 02:36
- Add OpenSpec configuration and directory structure - Migrate existing specs to domain-based organization: - sorting/webgpu-sorting.md (core sorting requirements) - quality/project-enhancement.md (CI/CD, code quality) - _archived/core-architecture-v1.md (historical RFC) - Add custom templates for proposals, specs, and tasks - Configure Claude Code integration with /opsx: commands - Update AGENTS.md with OpenSpec workflow documentation - Remove legacy specs/ directory Breaking change: specs/ directory moved to openspec/specs/
Add .omc/ to gitignore for oh-my-claudecode local data.
- Reformat .eslintrc.cjs with consistent 2-space indentation - Add site/scripts to ESLint overrides for console statements - Use npx --no-install in pre-commit to avoid implicit installs
- Refine description to mention WGSL, TypeScript API, demo - Reorganize keywords for better discoverability - Update homepage to GitHub Pages URL
- Refactor AGENTS.md into concise project guide (~400 lines → ~120 lines) - Add CLAUDE.md for Claude/Codex-specific guidance - Add .github/copilot-instructions.md for Copilot integration - Remove generic boilerplate, focus on project-specific rules - Establish clear source-of-truth hierarchy and workflow
- Rewrite README with clearer project positioning - Update README.zh.md translation - Simplify CHANGELOG to essential entries - Streamline CONTRIBUTING guide - Clarify PROJECT_OVERVIEW purpose
- Simplify docs/README.md hub structure - Add WORKFLOW.md for AI-assisted development guide - Fix GitHub issues link in GETTING_STARTED.md - Update site pages with clearer messaging - Add docs link resolution in build-site.ts - Update meta descriptions for better SEO
- Update openspec/config.yaml with correct repo URL and version - Remove archived specs entry from config - Add closeout-foundation-reset change proposal for repo alignment
PR checks duplicate functionality already covered by ci.yml. Simplify CI by relying on the main ci.yml workflow.
- Add settings.local.json for project-specific permissions - Add verify skill for change verification workflow
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
| url.startsWith('http') || | ||
| url.startsWith('#') || | ||
| url.startsWith('mailto:') || | ||
| url.startsWith('javascript:') || |
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
Changes
8528836feat: integrate OpenSpec for spec-driven developmenta47da7cchore: update .gitignore to exclude .omc directoryb59de09style: format ESLint config and harden pre-commit hook964f335chore: update package metadata for project positioning811c683docs: consolidate and simplify AI instruction files410b1eadocs: streamline public documentation6c2a5dfdocs(site): align docs hub and site with project positioninga875af1chore(openspec): update config and add closeout-foundation-reset changee572814chore(ci): remove redundant pr-checks workflow58ab63fchore: add Claude Code local configurationTest plan
npm run lint通过npm run typecheck通过npm run test通过npm run build通过