Hibryda
73ca780b54
docs: update meta files for ctx dead code cleanup session
2026-03-08 19:37:17 +01:00
Hibryda
85952346f8
docs: update meta files for sidebar simplification session
2026-03-08 03:44:33 +01:00
Hibryda
d2fd9fb6e3
docs: update meta files for agent preview terminal session
2026-03-08 03:24:31 +01:00
Hibryda
be4df01302
feat(v3): VSCode-style prompt redesign + theme-aware CSS migration
2026-03-08 02:54:31 +01:00
Hibryda
319c92fc68
docs: update meta files for project tabs + clean AgentPane session
2026-03-08 02:32:00 +01:00
Hibryda
3ecc4f02d1
docs: update meta files for relative-units rule session
...
Add session entries to progress logs, update CLAUDE.md files with
rule 18 reference and rem units, archive multi-machine progress
entries, update CHANGELOG/TODO/v3-task_plan with CSS units decision.
2026-03-08 00:27:28 +01:00
Hibryda
906e967aa0
style(v3): add relative-units rule and convert sidebar CSS from px to rem
...
Add .claude/rules/18-relative-units.md enforcing rem/em for layout CSS
(px only for icons/borders). Convert GlobalTabBar.svelte and App.svelte
sidebar styles from px to rem. Change rail-btn color to --ctp-subtext0.
2026-03-08 00:27:20 +01:00
Hibryda
820467c029
docs: update meta files for VSCode-style sidebar redesign session
2026-03-08 00:10:25 +01:00
Hibryda
4424a90f89
docs: update meta files for settings drawer conversion session
2026-03-07 23:48:12 +01:00
Hibryda
b1b34f8195
docs: update meta files for SettingsTab global settings redesign session
2026-03-07 23:23:53 +01:00
Hibryda
fa7d0bd915
docs: update meta files for SettingsTab global font controls session
2026-03-07 23:03:05 +01:00
Hibryda
d38adc017a
docs: update meta files for custom theme dropdown session
2026-03-07 22:33:37 +01:00
Hibryda
edaf5fcdb6
docs: update meta files for deep dark themes session
2026-03-07 22:19:12 +01:00
Hibryda
54edb43e8b
docs: update meta files for multi-theme system session
2026-03-07 22:07:25 +01:00
Hibryda
1ba818e7a5
docs: update meta files for SettingsTab global settings session
2026-03-07 21:31:48 +01:00
Hibryda
67c416dc10
docs: update meta files for v3 Phases 6-10 completion
2026-03-07 16:34:00 +01:00
Hibryda
9766a480ed
docs: update meta files for v3 Mission Control MVP
...
- CLAUDE.md: add v3 key paths, update overview and test counts
- .claude/CLAUDE.md: add v3 constraints and Svelte 5 event syntax note
- README.md: update description for v3 MVP status
- TODO.md: move v3 planning to completed, add Phases 6-10 active items
- CHANGELOG.md: add v3 MVP entries under Unreleased
2026-03-07 16:06:39 +01:00
Hibryda
293bed6dc5
docs: update meta files for v3 Mission Control planning
...
Add v3 doc references to CLAUDE.md, .claude/CLAUDE.md, README.md, and
docs index. Add v3 planning TODOs. Update progress log with v3 session.
Update CHANGELOG with v3 planning entry. Trim oldest completed TODOs.
2026-03-07 15:23:03 +01:00
Hibryda
17c5f9b88a
docs: update meta files for Claude profiles, skill discovery, and extended agent options
2026-03-07 01:58:37 +01:00
Hibryda
768db420d3
docs: update meta files for Claude CLI path detection and split progress log
...
- Added pathToClaudeCodeExecutable and findClaudeCli() docs to CLAUDE.md,
.claude/CLAUDE.md, task_plan.md decisions log, and CHANGELOG.md
- Split docs/progress.md (425 lines) into progress.md (153 lines) +
progress-archive.md (180 lines) to stay under 300-line threshold
- Updated docs/README.md, README.md with archive file reference
- Updated TODO.md with completed items from this session
2026-03-07 01:28:13 +01:00
Hibryda
14b62da729
docs: update meta files for Rust-side CLAUDE* env var stripping
...
- .claude/CLAUDE.md: document dual-layer env var stripping (Rust + JS)
- docs/progress.md: add session entry for Rust-side stripping
- docs/task_plan.md: add CLAUDE* env var leak to errors table
- CHANGELOG.md: add fix entry under Unreleased
- .gitignore: exclude debug/, plugins/, projects/ (Claude Code working dirs)
2026-03-07 01:15:10 +01:00
Hibryda
f97e7391a9
docs: update meta files for unified sidecar bundle
...
Updated all docs, CLAUDE.md files, README, and CHANGELOG to reflect
the consolidated sidecar approach (single agent-runner.mjs for both
Deno and Node.js). Removed references to agent-runner-deno.ts as
active runner. Added progress log entry for 2026-03-07 session.
2026-03-07 01:07:13 +01:00
Hibryda
658dc4715e
docs: update meta files for permission mode, agent stop-on-close fix, SDK bundling
2026-03-06 23:34:09 +01:00
Hibryda
af0eb362e6
docs: update meta files for SDK migration and AgentPane onDestroy bug
2026-03-06 22:57:55 +01:00
Hibryda
fdd1884015
docs: update meta files for CLAUDE* env var fix and sidecar constraint
2026-03-06 22:12:23 +01:00
Hibryda
4c06b5f121
docs: update docs for TCP probe refactor and frontend reconnection listeners
...
Replace stale attempt_ws_connect() references with attempt_tcp_probe()
across all docs. Add progress entry for reconnection hardening session.
Update CHANGELOG with new entries and probe refactor change.
2026-03-06 21:50:54 +01:00
Hibryda
218570ac35
docs: update docs for relay hardening, reconnection, and session wrap
...
Update multi-machine docs with reconnection implementation details,
command response propagation, and pty_created confirmation flow.
Mark reconnection as complete in phases.md, progress.md, TODO.md.
Update CLAUDE.md files with reconnection and relay response info.
Add CHANGELOG entries for new features.
2026-03-06 19:49:28 +01:00
Hibryda
0a17c09a46
docs: update docs for multi-machine implementation (Phases A-D)
...
Update phases.md with completed multi-machine phases A-D. Add session
entry to progress.md. Update task_plan.md decisions log and open
questions. Update multi-machine.md status to implemented. Update
CLAUDE.md files with new paths and deps. Add multi-machine section to
README.md. Mark multi-machine as done in TODO.md with new follow-up
items. Add changelog entries for all multi-machine components.
2026-03-06 19:06:00 +01:00
Hibryda
86fbe3e762
chore: update meta files for subagent cost and dispatcher tests session
2026-03-06 17:12:58 +01:00
Hibryda
b7f77d8f60
chore: update meta files for agent teams session work
2026-03-06 16:54:46 +01:00
Hibryda
d021061b8a
docs: update all docs for session groups, Deno sidecar, signing key, and tests
...
Update progress log, phases, task_plan decisions, CLAUDE.md files,
README, TODO, and CHANGELOG to reflect session groups, Deno-first
sidecar integration, auto-update signing key, and 104-test suite.
2026-03-06 15:42:44 +01:00
Hibryda
f349f3bb14
docs: update all docs for polish session — copy/paste, theme hot-swap, tests, drag-resize
...
- progress.md: add session log for copy/paste, theme hot-swap, tree enhancements,
session resume, drag-resize, testing, CI, Deno PoC
- phases.md: mark completed items (copy/paste, drag-resize, tree click, subtree cost,
session resume, CI signing)
- task_plan.md: update theme decision (hot-swap works), add new decisions
- CLAUDE.md: add test paths, test commands, vitest dep
- .claude/CLAUDE.md: fix stale deferred items and theme limitation
- README.md: update feature summary
- TODO.md: move 7 completed items, update active list
- CHANGELOG.md: add session entries under [Unreleased]
2026-03-06 15:10:32 +01:00
Hibryda
1d028c67f7
docs: update all docs for Phase 5 completion with SSH, ctx, themes, detached mode
...
- phases.md: Phase 5 status -> complete, added SSH/ctx/themes/detached/shiki/updater items, updated file structure
- progress.md: added Phase 5 continued session log, updated next steps
- task_plan.md: added 6 new decisions (ctx read-only, SSH via PTY, themes, detached, shiki), status Rev 3
- CLAUDE.md: added new key paths (ctx.rs, adapters, utils, stores, components), updated deps
- .claude/CLAUDE.md: updated phase status, added new technical constraints
- README.md: updated v2 feature summary
- TODO.md: resolved completed items, added new active items
- CHANGELOG.md: added SSH, ctx, themes, detached, shiki, updater entries
2026-03-06 14:50:14 +01:00
Hibryda
4f2614186d
chore: update README, TODO, and CHANGELOG for Phase 6 completion
2026-03-06 14:23:24 +01:00
Hibryda
d7a1dca40d
docs: update all docs for Phase 5 agent tree, status bar, notifications, settings
2026-03-06 13:46:37 +01:00
Hibryda
cd1271adf0
docs: update all docs for Phase 4 completion and MVP status
...
- phases.md: Phase 3 polish + Phase 4 items checked off as complete
- progress.md: Phase 4 session details added
- task_plan.md: status updated to "MVP COMPLETE"
- README.md: v2 status updated to "MVP complete (Phase 4 done)"
- TODO.md: Phase 3/4 moved to Completed, new post-MVP items added
- CHANGELOG.md: Phase 4 entries added under [Unreleased]
- .claude/CLAUDE.md: workflow status and constraints updated
2026-03-06 12:20:10 +01:00
Hibryda
da6d7272ee
docs: update docs for .svelte.ts rune store fix and Phase 3 status
...
- progress.md: add bug fix section for rune file extension issue
- phases.md: update store file names to .svelte.ts in file structure
- task_plan.md: add error entry and .svelte.ts decision to decisions log
- .claude/CLAUDE.md: add .svelte.ts constraint, update Phase 3 status
- CHANGELOG.md: add Fixed entries for rune store rename
2026-03-06 01:11:58 +01:00
Hibryda
c24e540080
docs: reflect Phase 3 agent SDK integration progress
...
Update phases.md with Phase 3 checklist (in_progress), add session
progress log entry, record claude CLI architecture decision in
task_plan.md, update README/TODO/CHANGELOG with Phase 3 additions,
and sync .claude/CLAUDE.md with current constraints.
2026-03-06 01:02:13 +01:00
Hibryda
54b0d44bc1
docs: reflect Phase 2 completion across all project documentation
...
Update progress log with Phase 2 deliverables, mark Phase 2 complete
in TODO/CHANGELOG/README, fix stale Solid.js reference in findings,
update task_plan status to BUILDING, add v2 key paths to CLAUDE.md.
2026-03-05 23:50:16 +01:00
Hibryda
b659a6a6bd
chore: add 17 operational rules and rule index
...
- Create .claude/rules/ with all 17 standard rule files (01-security through 17-document-imports)
- Add Operational Rules section with Rule Index to .claude/CLAUDE.md
2026-03-05 23:14:34 +01:00
Hibryda
afc5a7f895
chore: add project meta files and Claude behavioral guide
...
Add TODO.md, CHANGELOG.md, .claude/CLAUDE.md behavioral guide.
Update README.md with v2 planning notice and docs links.
Fix .gitignore to scope CLAUDE.md exclusion to root only.
2026-03-05 22:49:20 +01:00