feat: add Daemoniorum methodology infrastructure for Sigil migration#2
Draft
paraphilic-ecchymosis wants to merge 3 commits intodevelopfrom
Draft
feat: add Daemoniorum methodology infrastructure for Sigil migration#2paraphilic-ecchymosis wants to merge 3 commits intodevelopfrom
paraphilic-ecchymosis wants to merge 3 commits intodevelopfrom
Conversation
- Move CLAUDE.md to .claude/ directory - Add CONCLAVE.sigil agent session registry - Add LESSONS-LEARNED.md for organizational memory - Add SIGIL-MIGRATION-SPEC.md v0.3.0 with full migration scope - Copy methodology docs (SDD, Agent-TDD, Compliance Audits, etc.) Migration scope documented: - 267k lines across 5 variants → 1 unified Sigil codebase - Qliphoth for UI (GTK4 + WASM) - Amdusias for audio (replacing JUCE) - Native polycultural sound support (shruti, maqam, chakra frequencies) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
…WASM ## Summary Complete implementation of tablature/notation editor following SDD + Agent-TDD: ### Phase 0: Specification - Created tab-editor-wasm-spec.md with full data model, invariants, and technique specs ### Phase 1: Data Types + Tests - Extended TabNote with velocity, techniques Vec, flags - Added Duration (DurationBase + DurationModifier) with to_quarters/to_ticks - All 18 GP8 techniques: hammer-on, pull-off, slide, bend, vibrato, palm mute, harmonics (natural/artificial/pinch/tap), tap, let ring, ghost note, staccato, accent, tremolo picking, trill, whammy bar, slap, pop - Beat, Voice, TabTrack, MasterBar structures - EditCommand enum with inverse() for undo/redo - Property tests for spec invariants (P1-P5) ### Phase 2: WASM Fretboard - FretboardEditorState with cursor, input buffer, callbacks - WASM exports: on_fret_key, on_fret_arrow, on_fret_technique, on_fret_delete - Keyboard event handlers for digit entry, navigation, technique hotkeys - Click handlers for fret positions ### Phase 3: Tab Staff Display - technique_symbol() for rendering all 18 techniques - Note rendering with ghost/dead/accent styling - Data attributes for JS event targeting ### Phase 4: AlphaTab Integration - AlphaTab JS bridge with stub mode when library not loaded - TEX conversion functions (convert_to_tex, note_to_tex, midi_to_note_name) - WASM exports for playback control (play, pause, stop, seek, speed) - Position/state change callbacks 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add Sigil.toml manifests for all crates
- Add src-sg/ directories with Sigil source files
- Ports: orpheus-ai, orpheus-audio, orpheus-core, orpheus-export,
orpheus-file, orpheus-midi, orpheus-plugins, orpheus-synth,
orpheus-timeline, orpheus-ui
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <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.
Migration scope documented:
🤖 Generated with Claude Code