Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
520 commits
Select commit Hold shift + click to select a range
6f21d4f
fix(audio-manager): enforce trusted user gestures for audio unlock an…
MAMware Aug 22, 2025
ef1f388
feat(debug-ui): enhance debug UI initialization with passive mode and…
MAMware Aug 22, 2025
75e90f7
feat(worker-charts): add charting helpers including RingBuffer and mu…
MAMware Aug 22, 2025
d322cb5
fix(available-synths): remove FM synthesis engine from available eng…
MAMware Aug 22, 2025
04382f0
fix
MAMware Aug 22, 2025
9565cb7
feat(synths): add synthMeta exports for FM, Sawtooth, Sine, and Strin…
MAMware Aug 22, 2025
e89d324
feat(grids): update circle-of-fifths import path and add template for…
MAMware Aug 22, 2025
a1afb52
this is an example of how -not to- commit, went too much on too many …
MAMware Sep 4, 2025
544ed96
Initial plan
Copilot Sep 5, 2025
cd14acd
Fix AcoustSee video processing pipeline issues
Copilot Sep 5, 2025
c58ba95
Merge pull request #44 from MAMware/copilot/fix-94b0cf24-2a69-486f-a9…
MAMware Sep 5, 2025
b743c63
.
MAMware Sep 5, 2025
63e9663
erased file 'future/web/audio/synths/fm-synthesis.js.broken_to-fix'
MAMware Sep 5, 2025
3793818
feat: Add command handlers for debugging, media processing, performan…
MAMware Sep 6, 2025
5b8f40a
feat: Implement asynchronous loading of video grids and enhance worke…
MAMware Sep 6, 2025
cd02962
feat: Asynchronously load and enhance configuration handling in init …
MAMware Sep 6, 2025
9d9dc4d
refactor: Standardize grid mapping function to use mapFunction instea…
MAMware Sep 11, 2025
6b16f2c
feat: Implement dynamic pitch mapping and enhance cue processing in a…
MAMware Sep 11, 2025
8a9a8f5
feat: Enhance initialization logic to show debug panel on power-on an…
MAMware Sep 12, 2025
44002b3
feat: Add inspectState command to debug commands and integrate state …
MAMware Sep 12, 2025
7b353cf
feat: Optimize cue processing in audio-processor for better synthesiz…
MAMware Sep 12, 2025
28addae
feat: Refactor debug UI styles and move to dedicated stylesheet for i…
MAMware Sep 12, 2025
a5899bc
feat: Add version constants to debug UI and display version informati…
MAMware Sep 13, 2025
3f0db86
feat: Add debug logs to confirm loaded versions and version badge in …
MAMware Sep 13, 2025
1c473c4
feat: Enhance debug UI with additional logging for better diagnostics…
MAMware Sep 13, 2025
1744ba7
feat: Enhance debug UI styles with scoped selectors for improved spec…
MAMware Sep 13, 2025
b973215
Refactor Debug UI: Modularize controls, styles, and logic
MAMware Sep 14, 2025
0423c6f
fix: Update stylesheet path for debug UI and clean up unused code
MAMware Sep 14, 2025
2263b64
fix: Update UI_VERSION to 0.5.5-debugUI and adjust import path for de…
MAMware Sep 14, 2025
ca79398
fix: Update UI_VERSION to 0.5.6-debugUIRace and refactor debug UI ini…
MAMware Sep 14, 2025
778e977
fix: Update UI_VERSION to 0.5.8-debugUIMonoExplorer and refactor debu…
MAMware Sep 15, 2025
d5dd832
fix: Refactor worker explorer toggle logic to use explicit button ref…
MAMware Sep 15, 2025
a4bf641
fix: Refactor debug UI initialization and action wiring for improved …
MAMware Sep 15, 2025
299ac8b
fix: Enhance media command error handling and restore audioPlayCues h…
MAMware Sep 15, 2025
0911d94
fix: Refactor debug UI initialization to use dynamic imports for impr…
MAMware Sep 15, 2025
5c57948
fix: Update debug UI control files with improved documentation and re…
MAMware Sep 16, 2025
4b0241f
fix: Add comprehensive architecture guide outlining modular design pr…
MAMware Sep 16, 2025
86889d3
fix: Expose debug UI initializer globally to prevent ReferenceError a…
MAMware Sep 16, 2025
d3b743c
Refactor debug UI into a new dev panel
MAMware Sep 16, 2025
229dd54
refactor: Migrate debug UI components to dev panel structure, update …
MAMware Sep 16, 2025
ad59d74
refactor: Update architecture documentation to reflect changes in UI …
MAMware Sep 16, 2025
510d266
refactor: Rename Debug UI to Developer Panel, update related componen…
MAMware Sep 16, 2025
e3536c9
refactor: Move worker instrumentation and monitoring to dev panel, up…
MAMware Sep 16, 2025
effc095
refactor: Update stylesheet loader to use module-relative paths and i…
MAMware Sep 16, 2025
45d07ec
refactor: Remove obsolete worker instrumentation shims and enhance de…
MAMware Sep 17, 2025
55f263a
versions at devPanel
MAMware Sep 17, 2025
ff0b766
refactor: Enhance media command processing, improve touch gesture han…
MAMware Sep 17, 2025
6cd9a73
refactor: Consolidate microphone logic into media-controller.js, upda…
MAMware Sep 17, 2025
6016f2d
refactor: Consolidate UI command handlers into settings-commands.js, …
MAMware Sep 17, 2025
62dff71
docs: add TASKS, ADR-0001, PR template and development process sectio…
MAMware Sep 17, 2025
918f774
docs: update CONTRIBUTING.md to include new documentation files and i…
MAMware Sep 17, 2025
d16cac1
Refactor architecture documentation and update README for AcoustSee
MAMware Sep 18, 2025
613bf11
docs: add detailed documentation for audio, UI, and video subsystems,…
MAMware Sep 18, 2025
1ef2bcc
docs: update TASKS.md and ARCHITECTURE.md to include dual-paradigm ar…
MAMware Sep 18, 2025
34950b4
feat: WIP: ARCH-3 implement dual-mode feature with simulated mode swi…
MAMware Sep 18, 2025
2e242de
feat: implement dual-mode WIP guard in frame and motion workers to pr…
MAMware Sep 18, 2025
295946d
feat: refactor dev panel initialization and behavior management; repl…
MAMware Sep 18, 2025
60b9b36
feat: updating documentation
MAMware Sep 18, 2025
c73aa7f
feat: refactor audio command handling; move audioPlayCues handler to …
MAMware Sep 19, 2025
6ae3a5d
feat: update version to 0.8.5 in package.json and add task for schedu…
MAMware Sep 19, 2025
c2614e6
feat: enhance audio and video initialization with config support; add…
MAMware Sep 19, 2025
dd02ef8
feat: implement audio API integration for dynamic cue playback; enhan…
MAMware Sep 19, 2025
1a16179
feat: add Jest tests for audio and video initialization; implement Fa…
MAMware Sep 19, 2025
822e880
feat: inject configuration and runtime helpers for improved modularit…
MAMware Sep 19, 2025
4c5d3e2
feat: implement lightweight event bus for lifecycle and cross-module …
MAMware Sep 20, 2025
596e948
feat: rename debug-ui.js to dev-panel.js for clarity; update comments…
MAMware Sep 20, 2025
30301fb
feat: enhance dev-panel initialization with registry support; update …
MAMware Sep 20, 2025
eb36eff
bugfix: expose event bus methods on engine instance; register touch g…
MAMware Sep 20, 2025
d95325b
feat: enhance stylesheet and worker initialization with candidate res…
MAMware Sep 20, 2025
8a780b5
feat: add smoke test script to validate asset availability and conten…
MAMware Sep 20, 2025
761357e
feat: implement runtime basePath detection for improved asset loading…
MAMware Sep 20, 2025
9d76395
feat: add Hexagonal Architecture documentation and update dev-panel i…
MAMware Sep 21, 2025
230d6ff
feat: streamline stylesheet loading in dev-panel with deterministic b…
MAMware Sep 21, 2025
1e98546
feat: overhaul dev-panel stylesheet for improved layout and controls
MAMware Sep 21, 2025
6b515be
feat: update dev-panel stylesheet for improved dark theme and layout …
MAMware Sep 21, 2025
f279c11
feat: enhance dev-panel layout with collapsible sections and improved…
MAMware Sep 21, 2025
d66f62a
feat: enhance dev-panel layout with full-screen styles, collapsible s…
MAMware Sep 22, 2025
552142a
feat: enhance worker chart rendering with requestAnimationFrame and i…
MAMware Sep 23, 2025
7a786fc
feat: improve state synchronization in dev-panel with dedicated worke…
MAMware Sep 23, 2025
1b551a3
feat: enhance video processing with frame provider worker and improve…
MAMware Sep 23, 2025
558c1e0
feat: add sonification command handler to bridge video and audio pipe…
MAMware Sep 24, 2025
9ed15bc
feat: refactor sonification command registration to accept engine par…
MAMware Sep 24, 2025
7c0147e
feat: isolate MediaStream handling to prevent state cloning errors an…
MAMware Sep 24, 2025
82a05c3
feat: remove deprecated processFrame handler and clean up state cloni…
MAMware Sep 24, 2025
f2f8aba
completing the decommissioning of the old video pipeline
MAMware Sep 24, 2025
dab3fcb
removed the faulty import
MAMware Sep 24, 2025
f17b3ca
feat: move video pipeline initialization to startProcessing command h…
MAMware Sep 24, 2025
bb3b686
feat: implement benchmarking and diagnostics commands for performance…
MAMware Sep 24, 2025
baf81cf
fix: correct import statement for media commands in engine.js
MAMware Sep 24, 2025
e460cb7
feat: update version constants for performance diagnostics and develo…
MAMware Sep 24, 2025
5bf95f0
feat: enhance dev panel layout with responsive design and dynamic dro…
MAMware Sep 25, 2025
59390cb
fix: update visibility change handler to use correct selector for wor…
MAMware Sep 25, 2025
d4f08c2
feat: add toggle processing command handler to manage media stream st…
MAMware Sep 26, 2025
435d588
feat: enhance media command handlers with improved logging and error …
MAMware Sep 26, 2025
ec643b7
fix: ensure state isProcessing is set before async operation in start…
MAMware Sep 26, 2025
8bf6832
refactor: improve command handler comments for clarity and structure.…
MAMware Sep 26, 2025
bdab7f8
feat: implement setState function for improved state management and d…
MAMware Sep 26, 2025
d7fc524
fix: update video initialization function and streamline processing s…
MAMware Sep 26, 2025
a1aaaa9
Refactor video processing commands and frame processor
MAMware Sep 26, 2025
39fda62
fix: rename video processing initialization function for clarity
MAMware Sep 26, 2025
7a30783
refactor: streamline runtime base path detection comments for clarity…
MAMware Sep 26, 2025
560ebee
refactor: improve comments for clarity and remove redundant import st…
MAMware Sep 26, 2025
4766438
refactor: enhance logging and error handling in video processing init…
MAMware Sep 26, 2025
aecea87
refactor: enhance command handler logging and improve processing stat…
MAMware Sep 26, 2025
3120a28
refactor: enhance error handling and logging in media command handler…
MAMware Sep 26, 2025
90415e7
refactor: improve logging by integrating core logger in media command…
MAMware Sep 26, 2025
f87ced5
refactor: unify logging approach by implementing dualLog helper in me…
MAMware Sep 27, 2025
12a7e04
refactor: enhance dual logging implementation for structured data and…
MAMware Sep 27, 2025
aeb14bb
refactor: add debug logging for command handler execution in createEn…
MAMware Sep 27, 2025
50da566
refactor: reorganize command handler initialization and enhance modul…
MAMware Sep 27, 2025
a7d7c06
refactor: add temporary debug logging for command handler dispatch in…
MAMware Sep 27, 2025
c7db8d9
refactor: expose onStateChange and getState methods in media command …
MAMware Sep 29, 2025
11bc0b3
refactor: clean up legacy scheduler code and enhance debug logging in…
MAMware Sep 29, 2025
7c27373
refactor: implement performance throttling controls in dev panel and …
MAMware Sep 29, 2025
d2f5af6
Refactors grid mappers and adds debug logging
MAMware Sep 30, 2025
02586ae
Enables focus mode with object, shape, and sonic cues
MAMware Sep 30, 2025
2953cc8
feat: add mode selection functionality to the dev panel and engine. b…
MAMware Sep 30, 2025
9a25cde
bugix: initialize engine early in the application lifecycle for impro…
MAMware Sep 30, 2025
b5d5df3
bugfix: update mode command registration to use registerCommandHandle…
MAMware Oct 1, 2025
c205faf
bugfix: enhance media command handling with improved grid retrieval a…
MAMware Oct 1, 2025
16a2751
bugfix: enhance playCues function with structured logging and context…
MAMware Oct 1, 2025
5744a75
bugfix: update Flow mode payload structure to include cues array for …
MAMware Oct 1, 2025
e9d63c6
bugfix: enhance audio cue processing with improved payload handling a…
MAMware Oct 1, 2025
dc9b2da
feat: adjust logs section layout for improved stability and user expe…
MAMware Oct 1, 2025
4296d36
bugfix: enhance audio context management with state change monitoring…
MAMware Oct 1, 2025
14fc4a8
feat reduce logging frequency in audio and video processing to preven…
MAMware Oct 1, 2025
c7776a0
feat: implement smart ingest system with performance tracking and err…
MAMware Oct 1, 2025
e9e2caf
feat: enhance logging system for performance optimization. Implement …
MAMware Oct 1, 2025
8088c4e
feat: implement aggressive logging sampling and improve performance i…
MAMware Oct 1, 2025
afbaf0d
feat: enhance ingest system with performance optimization settings an…
MAMware Oct 2, 2025
fcee4e1
feat: add State Inspector component for dynamic state visualization. …
MAMware Oct 2, 2025
d7a5b81
feat: enhance State Inspector initialization with error handling and …
MAMware Oct 2, 2025
8b282f3
Improves accessibility error handling and graceful fallback
MAMware Oct 2, 2025
9897ef8
feat: enhance developer panel UI with external state filtering and im…
MAMware Oct 4, 2025
1c3bf6e
feat: enhance developer panel layout and state inspector functionalit…
MAMware Oct 4, 2025
93cc27f
feat: update video information display in state inspector. Refactor v…
MAMware Oct 4, 2025
a084d93
feat: enhance audio and state inspector integration. Implement global…
MAMware Oct 4, 2025
69f77cf
feat: update video size handling in state inspector. Implement dynami…
MAMware Oct 4, 2025
89816b3
feat: enhance state filtering and video size display in state inspect…
MAMware Oct 4, 2025
c3aa59b
feat: replace video preview with low-overhead processing canvas in de…
MAMware Oct 4, 2025
aa75447
- Reworked the preview canvas logic to discover the processing canvas…
MAMware Oct 5, 2025
35070e8
feat: refactor preview canvas logic and enhance panel interactions. I…
MAMware Oct 5, 2025
6709312
feat: updated README and constants. By GitHub Copilot Grok Code Fast …
MAMware Oct 5, 2025
ab08a50
feat: enhance diagnostics command logic and add structured logging fo…
MAMware Oct 5, 2025
ba61adb
feat: enhanced metadata generation for improved debugging. By GitHub …
MAMware Oct 5, 2025
6301886
feat: add auto FPS setting command and export ingest logs functionali…
MAMware Oct 5, 2025
969af41
feat: enhance export functionality and add grid type and synthesis en…
MAMware Oct 5, 2025
d2a5169
feat: implement Lucas-Kanade optical flow for enhanced motion detecti…
MAMware Oct 5, 2025
f721d48
feat: integrate Lucas-Kanade optical flow for enhanced motion detecti…
MAMware Oct 5, 2025
427622c
feat: enhance logging in motion worker with structured logging and er…
MAMware Oct 6, 2025
d906dc1
feat: enhance motion worker and settings commands with improved loggi…
MAMware Oct 6, 2025
1c742a2
feat: standardize synthesis engine parameter name and remove legacy s…
MAMware Oct 6, 2025
6c0d3c9
feat: add diagnostic logging for grid type and synth engine controls …
MAMware Oct 6, 2025
3fb633f
feat: enhance logging in settings commands with detailed debug inform…
MAMware Oct 6, 2025
6aa5580
Refactor code structure for improved readability and maintainability.…
MAMware Oct 6, 2025
0b68cfe
feat: implement mobile-friendly logging improvements and comprehensiv…
MAMware Oct 6, 2025
a9c1185
feat: enhance dropdown diagnostics with detailed logging for grid and…
MAMware Oct 6, 2025
1f12301
feat: enable DEBUG logging in Dev Panel and enhance logging functiona…
MAMware Oct 6, 2025
12662b8
feat: enhance debug logging for settings commands and performance ana…
MAMware Oct 6, 2025
627729a
feat: fix dropdown command handlers to use correct function signature…
MAMware Oct 6, 2025
1b32dbd
feat: restructure oscillator pool to store structured objects for imp…
MAMware Oct 6, 2025
a497d2f
feat: update oscillator connection logic to defer connections and sta…
MAMware Oct 6, 2025
07512a0
Refactor exportLogs function to enhance mobile-friendly output
MAMware Oct 7, 2025
889ff8f
updated pipelines versions
MAMware Oct 7, 2025
2b15bf5
Add error logs for 'playSawtoothPad' synth function failures due to u…
MAMware Oct 7, 2025
fa077be
Implement structural updates and optimizations across multiple modules
MAMware Oct 7, 2025
2a4d4f1
Enhance documentation for UI, Video, and Utils subsystems
MAMware Oct 7, 2025
11ea60c
Enhance runtime shims with detailed documentation and usage guideline…
MAMware Oct 7, 2025
c13d580
Implement ingest settings management with command handlers for enabli…
MAMware Oct 7, 2025
81f17fd
Improves audio synth compatibility and removes video capture
MAMware Oct 7, 2025
b4a9300
Refactor command handlers: separate persistence-related commands into…
MAMware Oct 8, 2025
56d80e8
Refactor engine command handlers: remove legacy video processing refe…
MAMware Oct 8, 2025
7132c63
Refactors translation and TTS functions to use explicit state
MAMware Oct 8, 2025
1d1a30e
Update motion threshold range and add slider event listeners in dev p…
MAMware Oct 8, 2025
a06714f
Refactor media command imports: consolidate microphone imports into m…
MAMware Oct 8, 2025
7fff0c4
Enhance media commands: implement structured feedback with TTS suppor…
MAMware Oct 8, 2025
c4ab8bf
Logging Optimizations, Audio Playback Fixes, Oscillator Pool Optimiza…
MAMware Oct 8, 2025
a186d74
Oscillator Pool Buffer, Button Double-Click
MAMware Oct 8, 2025
2450780
Refactors oscillator pool to use explicit state tracking
MAMware Oct 8, 2025
f2cf262
Change oscillatorPool declaration from const to let for mutability
MAMware Oct 8, 2025
eab9567
Migrates state mutations to command handlers for traceability
MAMware Oct 9, 2025
0d7d338
Refactors TTS and version handling for modularity
MAMware Oct 9, 2025
a8fd83d
Adds unified disposal logic for UI resource cleanup
MAMware Oct 9, 2025
685f41b
Removes version constants logging and clarifies version info retrieva…
MAMware Oct 9, 2025
4c2f919
Refactors startProcessing and introduces initializeVideoPipeline for …
MAMware Oct 9, 2025
73d4732
Refactors Dev Panel initialization to fetch HTML template asynchronou…
MAMware Oct 9, 2025
d01d315
Removes legacy functions from grid modules to enforce standardized ex…
MAMware Oct 9, 2025
155a143
Refactors playCues function to accept a standardized cues array and e…
MAMware Oct 9, 2025
42a46f6
versioning updates
MAMware Oct 9, 2025
48c7b65
Refactors oscillator management in audio processor and sine wave synt…
MAMware Oct 9, 2025
dd68b4d
Enhances oscillator management in FM synthesis, sawtooth pad, and sin…
MAMware Oct 9, 2025
2126882
Refactors audio API initialization and integration. Removes unused au…
MAMware Oct 9, 2025
3013f82
Refactors audio API access in command handlers to utilize engine's au…
MAMware Oct 9, 2025
dbd67fc
Refactors audio command handlers to utilize engine.audioApi directly,…
MAMware Oct 9, 2025
085d354
Enhances media command handling by ensuring safe invocation of playCu…
MAMware Oct 9, 2025
a530b06
Updates AUDIO_VERSION constant
MAMware Oct 9, 2025
c6b5e9d
Adds debug logging to playCues function and audioCuesReady command ha…
MAMware Oct 9, 2025
e169dc8
Logs critical failure when oscillator pool is exhausted, indicating a…
MAMware Oct 10, 2025
024d083
Adds "Play Test Tone" button to the developer panel for audio testing…
MAMware Oct 10, 2025
a18dcaa
Enhances playCues function with structured logging for test-note cues…
MAMware Oct 10, 2025
ecf19c4
Adds Synth Sandbox section to the developer panel for manual audio cu…
MAMware Oct 10, 2025
d78ad8f
Refactors createAndWireActions to support multiple action grids and i…
MAMware Oct 10, 2025
b616b5b
Removes unused import comment from dev-panel.actions.js for cleaner c…
MAMware Oct 10, 2025
315b386
Enhances sonification command registration with structured logging fo…
MAMware Oct 10, 2025
45076d7
Adds robust fallback for audio cue dispatch in Synth Sandbox and fram…
MAMware Oct 10, 2025
b30832a
Updates version constants and adds Touch Pad section to the developer…
MAMware Oct 10, 2025
5c6a88a
Implements Touch Pad functionality in the developer panel for cue gen…
MAMware Oct 10, 2025
ef455f7
Refactors oscillator release logic in FM Synthesis and Sawtooth Pad, …
MAMware Oct 10, 2025
7f8b3e6
Adds structured logging for oscillator lifecycle events and temporari…
MAMware Oct 10, 2025
a59ac40
Extends oscillator stop time for testing in FM Synthesis and Sawtooth…
MAMware Oct 10, 2025
10faf29
Enhances duration handling in FM Synthesis, Sawtooth Pad, and Sine Wa…
MAMware Oct 10, 2025
41d2bf6
Temporarily disable oscillator release logic in FM Synthesis, Sawtoot…
MAMware Oct 10, 2025
52bc2dc
Refactor playCues function to remove async/await and simplify AudioCo…
MAMware Oct 10, 2025
72c35d1
Add touch duration tracking for pad interactions in dev panel. By MAM…
MAMware Oct 10, 2025
67a1e1f
Enhance project tasks and add new features for multi-paradigm archite…
MAMware Oct 14, 2025
8ade226
Enhance audio engine with mode-specific command handlers and debounce…
MAMware Oct 14, 2025
bf85a73
Limit cueBuffer to a maximum of 16 to prevent overflow; update versio…
MAMware Oct 15, 2025
f531f53
Enhance audio processing by clearing RAF when not in rhythmic mode; a…
MAMware Oct 15, 2025
fde4477
Add live cues display and mode switch functionality in dev panel; imp…
MAMware Oct 15, 2025
2f97f7c
Add depth cue handling and improve UI display for current mode in dev…
MAMware Oct 15, 2025
7c3b46a
feat: Add depth path selection and processing
MAMware Oct 17, 2025
a9c2112
feat: Implement paradigm-aware grid configuration and semantic featur…
MAMware Oct 17, 2025
e3146cf
feat: Add semantic detection toggle in dev panel for educational purp…
MAMware Oct 18, 2025
62ee46b
feat(logging): add warnOnce and throttleError functions for improved …
MAMware Oct 18, 2025
811e7ac
Refactor startMotionWorker to accept currentMode parameter
MAMware Oct 18, 2025
8b8628b
Refactor dev-panel actions and error tracking
MAMware Oct 18, 2025
66e2272
feat(logging): enhance metadata generation to include caller location…
MAMware Oct 18, 2025
4981130
feat(logging): enhance metadata generation to include caller location…
MAMware Oct 18, 2025
ce61646
feat(dev-panel): add 'Clear IDB Logs' button and implement log cleari…
MAMware Oct 18, 2025
2cc5b84
feat: Implement object detection and shape analysis simulation in fra…
MAMware Oct 18, 2025
97a150a
restructure(workers): Refactor video workers to use unified message c…
MAMware Oct 20, 2025
19fce02
Refactor code structure for improved readability and maintainability.…
MAMware Oct 20, 2025
53f5a29
Enhance logging in video processing workers
MAMware Oct 20, 2025
5326637
feat(video): Enhance grid configuration with frame dimensions
MAMware Oct 20, 2025
b6f1cb8
feat(logging): Enhance structured logging in audio and video processi…
MAMware Oct 21, 2025
299f788
feat(logging): Improve logging in grid aggregation and pan mapping wo…
MAMware Oct 21, 2025
5bedb43
feat(metrics-collector): implement real-time performance metrics coll…
MAMware Oct 22, 2025
333b739
refactor(orchestration-inspector): remove duplicated export statement…
MAMware Oct 22, 2025
3e0c671
feat(early-logs): implement early logs capture and export functionali…
MAMware Oct 22, 2025
da22a98
feat: add persistent floating export button for early logs
MAMware Oct 22, 2025
c3a697a
fix(error-handling): enhance structured logging for critical operatio…
MAMware Oct 22, 2025
622559c
fix(logging): validate data parameter in structuredLog to ensure it i…
MAMware Oct 22, 2025
45eb56b
fix(logging): update import path for structuredLog and validate data …
MAMware Oct 22, 2025
34bad95
feat(logging): Consolidate logging system into a single ring buffer
MAMware Oct 22, 2025
22d34b4
Disable per-frame structured logging in frame-processor.js to improve…
MAMware Oct 22, 2025
d49d895
feat(logging): Implement logging configuration in the dev panel with …
MAMware Oct 22, 2025
127dba5
refactor(logging): Update import paths to use worker-logger for struc…
MAMware Oct 22, 2025
17f2235
Add smoke test guide, application state schema, accessibility standar…
MAMware Oct 22, 2025
17a6c99
feat(orchestration): Integrate orchestration state into engine creati…
MAMware Oct 23, 2025
a065b82
feat(diagnostics): Add orchestration state update handler and capabil…
MAMware Oct 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

33 changes: 33 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Feature or Bugfix
about: Describe the change and its purpose.
---

## Description

_Please provide a clear and concise description of what this Pull Request does._

---

## Related Task

* Closes `TASK-ID` (e.g., `PERF-1`, `UI-6`) from `TASKS.md`.

---

## How to Test

_Please provide step-by-step instructions on how to manually verify this change._

1. Go to '...'
2. Click on '....'
3. See error '...'

---

## Checklist

- [ ] I have read the project's `ARCHITECTURE.md` guide.
- [ ] My code follows the style guidelines of this project.
- [ ] I have linked this PR to the relevant task in `TASKS.md`.
- [ ] I have added a `WIP` comment block if this is experimental or incomplete work.
15 changes: 0 additions & 15 deletions .github/workflows/garbage/deploy.yml

This file was deleted.

183 changes: 10 additions & 173 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,176 +1,13 @@
node_modules/
future/test
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# filepath: /workspaces/acoustsee/.gitignore
# Ignore everything by default
*

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
.pybuilder/
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# UV
# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
#uv.lock

# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock

# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
.pdm.toml
.pdm-python
.pdm-build/

# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

# Ruff stuff:
.ruff_cache/

# PyPI configuration file
.pypirc
# ! allows specific folders and their contents
!\.gitignore
!future/
!future/web/
!future/web/*
!future/web/**
future/web/no-deps-build-check.log
Loading