ed5d19158f
feat: add more tests for generator, patterns, recorder, and search
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-31 10:30:01 +00:00
ac4654aabf
feat: add test suite for core modules
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
2026-01-31 10:29:09 +00:00
1530177c32
feat: add test suite for core modules
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-31 10:29:09 +00:00
dcf6e5055d
feat: add test suite for core modules
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
2026-01-31 10:29:08 +00:00
f30c91a850
feat: add test suite for core modules
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-31 10:29:08 +00:00
faedaa2370
feat: add CLI commands for export and suggestions
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
2026-01-31 10:28:09 +00:00
e95a9593be
feat: add CLI commands for export and suggestions
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-31 10:28:09 +00:00
4f10d6ea9b
feat: add CLI commands for recording and workflow management
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
2026-01-31 10:27:33 +00:00
c022c6011c
feat: add CLI commands for recording and workflow management
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-31 10:27:32 +00:00
5a980854c1
feat: add CLI commands for recording and workflow management
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-31 10:27:32 +00:00
ff23e91ce6
feat: add CLI commands for recording and workflow management
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-31 10:27:32 +00:00
9bbfcdfcd2
feat: add suggestion engine for smart autocomplete
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-31 10:26:43 +00:00
621be55c89
feat: add database layer for SQLite storage
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
2026-01-31 10:26:24 +00:00
7b14c30952
feat: add script generator, history manager, and workflow playback
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
2026-01-31 10:25:30 +00:00
4f12b73f45
feat: add script generator, history manager, and workflow playback
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-31 10:25:29 +00:00
68f8401027
feat: add script generator, history manager, and workflow playback
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-31 10:25:29 +00:00
e89bf6f8c8
feat: add recorder, project detector, and pattern detection
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
2026-01-31 10:24:45 +00:00
535a00e5b6
feat: add recorder, project detector, and pattern detection
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-31 10:24:45 +00:00
e39b832b91
feat: add recorder, project detector, and pattern detection
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-31 10:24:44 +00:00
6c010b4921
feat: add models, context, and search modules
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
2026-01-31 10:23:33 +00:00
86160392f3
feat: add models, context, and search modules
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-31 10:23:33 +00:00
da27f0655b
feat: add models, context, and search modules
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-31 10:23:33 +00:00
6f10a75fb8
feat: add cli_memory core modules
...
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
- __init__.py: Version and package info
- cli.py: Main CLI entry point with commands
- config.py: Configuration management
2026-01-31 10:22:29 +00:00
51dba1ccd8
feat: add cli_memory core modules
...
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
- __init__.py: Version and package info
- cli.py: Main CLI entry point with commands
- config.py: Configuration management
2026-01-31 10:22:28 +00:00
bb796dd6bb
feat: add cli_memory core modules
...
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
- __init__.py: Version and package info
- cli.py: Main CLI entry point with commands
- config.py: Configuration management
2026-01-31 10:22:28 +00:00
1a1b1e6e66
fix: rename directories to match CI expectations
...
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
- Renamed .cli_memory/ to cli_memory/ for proper module imports
- Renamed .tests/ to tests/ for CI test discovery
- CI was failing because pytest couldn't import modules from dot-directories
2026-01-31 10:20:12 +00:00
3a4d2af9c6
fix: resolve CI linting issues - remove unused imports in test files
CI / test (push) Failing after 4m47s
CI / build (push) Has been skipped
CI / lint (push) Successful in 9m28s
2026-01-31 09:57:18 +00:00
17bf3224b7
fix: resolve CI linting issues - remove unused imports in test files
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-31 09:57:18 +00:00
f54f23991e
fix: resolve CI linting issues - remove unused imports in test files
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-31 09:57:18 +00:00
ca2eda44b0
fix: resolve CI linting issues - remove unused imports in test files
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-31 09:57:17 +00:00
f8194d20ba
fix: resolve CI linting issues - remove unused imports in test files
CI / test (push) Has started running
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-31 09:57:17 +00:00
e1e6561ba5
fix: resolve CI linting issues - remove unused imports and f-strings
CI / test (push) Failing after 4m50s
CI / build (push) Has been skipped
CI / lint (push) Successful in 9m24s
2026-01-31 09:34:50 +00:00
7607e93a71
fix: resolve CI linting issues - remove unused imports and f-strings
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
2026-01-31 09:34:50 +00:00
c6cde50262
fix: resolve CI linting issues - remove unused imports and f-strings
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-31 09:34:50 +00:00
539a19b599
fix: resolve CI linting issues - remove unused imports and f-strings
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-31 09:34:49 +00:00
5d5dcfe2fc
fix: resolve CI linting issues - remove unused imports and f-strings
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-31 09:34:49 +00:00
f7bb706ede
fix: resolve CI linting issues - remove unused imports and f-strings
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
2026-01-31 09:33:03 +00:00
bc7f68f327
fix: resolve CI linting issues - remove unused imports and f-strings
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-31 09:33:02 +00:00
8b4182e9fc
fix: resolve CI linting issues - remove unused imports and f-strings
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-31 09:33:00 +00:00
d1c62790f1
fix: resolve CI linting issues - remove unused imports and f-strings
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-31 09:33:00 +00:00
6753592e52
fix: resolve CI linting issues - remove unused imports and f-strings
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-31 09:32:59 +00:00
96e2a902cf
fix: resolve CI linting issues - remove unused imports and f-strings
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
2026-01-31 09:32:58 +00:00
0deed28c5d
fix: resolve CI linting issues - remove unused imports and f-strings
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
2026-01-31 09:32:58 +00:00
a8f28e0459
fix: resolve CI test failures by adding missing pytest fixtures
CI / test (push) Failing after 4m49s
CI / build (push) Has been skipped
CI / lint (push) Successful in 9m26s
2026-01-31 08:58:16 +00:00
622a87aa8d
fix: Update pyproject.toml for cli-command-memory project
CI / test (push) Failing after 4m50s
CI / build (push) Has been skipped
CI / lint (push) Successful in 9m26s
2026-01-31 08:38:40 +00:00
52edeb95f2
fix: Update pyproject.toml for cli-command-memory project
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-31 08:38:39 +00:00
e61dfe6455
fix: Remove conflicting pyproject.toml that overrides setup.py
CI / test (push) Failing after 4s
CI / build (push) Has been skipped
CI / lint (push) Failing after 4s
2026-01-31 08:38:26 +00:00
58d277110f
fix: Resolve package conflict and update CI paths
...
CI / test (push) Failing after 4s
CI / build (push) Has been skipped
CI / lint (push) Failing after 4s
- Removed pyproject.toml conflict by renaming to .confdoc.bak
- Fixed setup.py to explicitly list packages instead of using find_packages()
- Updated CI workflow to use correct paths (cli_memory/ instead of src/confdoc/)
2026-01-31 08:37:14 +00:00
ca3d8036bd
fix: Resolve package conflict and update CI paths
...
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
- Removed pyproject.toml conflict by renaming to .confdoc.bak
- Fixed setup.py to explicitly list packages instead of using find_packages()
- Updated CI workflow to use correct paths (cli_memory/ instead of src/confdoc/)
2026-01-31 08:37:14 +00:00
709decb656
fix: Update CI workflow for cli-command-memory project paths
CI / test (push) Failing after 4s
CI / build (push) Has been skipped
CI / lint (push) Failing after 4s
2026-01-31 08:35:01 +00:00