Chore/developement instructions#19
Merged
Merged
Conversation
AGENTS.md is now the single source of truth for all coding agents
(Claude, Codex, Copilot). CLAUDE.md and .github/copilot-instructions.md
become thin redirects.
- Drop AI-DOCs/ flow entirely; move the in-flight technical-drawing PDF
spec and the projectTo2D format reference into knowledge/.
- Delete unmaintained external-LLM entrypoints (llm.txt, llms.txt,
llms-full.txt).
- Add .claude/settings.json with a Stop hook running cargo fmt --check,
cargo check, and npm run lint:check after edits under
main/opengeometry{,-three}/.
- Add three trigger-based skills under .claude/skills/: wasm-build-flow,
brep-invariants, scene-snapshot-rules.
- Fix eslint config so npm run lint:check exits cleanly (disable the
base no-unused-vars rule; typescript-eslint already covers it).
- Remove continue-on-error: true from release.yml's test step so a
failing test blocks publish.
- Add scaffold READMEs to the five empty packages under main/.
- Qualify the README's PDF feature entry (native-only today).
- Trim duplication between developer.md and the README.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Add `npm run lint:check` step to release.yml ahead of build/test so lint failures block publish (previously, only build and test ran in CI; lint regressions could ship). - Auto-fix 8 redundant `eslint-disable no-unused-vars` directives. They were workarounds for the base `no-unused-vars` rule that double-fired on TypeScript files; that rule is now disabled in eslint.config.js (the typescript-eslint version covers the same ground). - Replace `data as any` cast in event.ts with a handler-side cast so no-explicit-any has nothing to flag. Lint is now 0/0. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
No description provided.