Skip to content

Commit 5cfeb59

Browse files
author
catlog22
committed
feat: add configuration backup, sync, and version checker services
- Implemented ConfigBackupService for backing up local configuration files. - Added ConfigSyncService to download configuration files from GitHub with remote-first conflict resolution. - Created VersionChecker to check application version against the latest GitHub release with caching. - Introduced security validation utilities for input validation to prevent common vulnerabilities. - Developed utility functions to start and stop Docusaurus documentation server.
1 parent 834951a commit 5cfeb59

265 files changed

Lines changed: 8714 additions & 1408 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.codex/prompts/analyze-with-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: analyze-with-file
33
description: Interactive collaborative analysis with documented discussions, CLI-assisted exploration, and evolving understanding. Serial analysis for Codex.
4-
argument-hint: "TOPIC=\"<question or topic>\" [--focus=<area>] [--depth=quick|standard|deep] [--continue]"
4+
argument-hint: "TOPIC=\"<question or topic>\" [--depth=quick|standard|deep] [--continue]"
55
---
66

77
# Codex Analyze-With-File Workflow

.codex/prompts/brainstorm-with-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Interactive brainstorming with serial CLI collaboration, idea expansion, and documented thought evolution. Sequential multi-perspective analysis for Codex.
3-
argument-hint: "TOPIC=\"<idea or topic>\" [--perspectives=creative,pragmatic,systematic] [--max-ideas=<n>] [--focus=<area>] [--mode=creative|structured|balanced]"
3+
argument-hint: "TOPIC=\"<idea or topic>\" [--perspectives=creative,pragmatic,systematic] [--max-ideas=<n>]"
44
---
55

66
# Codex Brainstorm-With-File Workflow

.codex/prompts/debug-with-file.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: Interactive hypothesis-driven debugging with documented exploration, understanding evolution, and analysis-assisted correction. Supports scope and focus control.
3-
argument-hint: "BUG=\"<bug description or error message>\" [--scope=<path>] [--focus=<component>] [--depth=standard|deep] [--verbose]"
2+
description: Interactive hypothesis-driven debugging with documented exploration, understanding evolution, and analysis-assisted correction.
3+
argument-hint: "BUG=\"<bug description or error message>\""
44
---
55

66
# Codex Debug-With-File Prompt
@@ -21,10 +21,6 @@ Enhanced evidence-based debugging with **documented exploration process**. Recor
2121

2222
**$BUG**
2323

24-
- `--scope`: Debug scope limit (file path)
25-
- `--focus`: Focus component
26-
- `--depth`: Debug depth (standard|deep)
27-
2824
## Execution Process
2925

3026
```

0 commit comments

Comments
 (0)