Skip to content

Commit 8b15ce3

Browse files
authored
feat(nexus): natural-language broker, preflight CLI, and gated REPL execution (#72)
Squash-merge of WI-NEXUS-001..010
1 parent d5959f4 commit 8b15ce3

146 files changed

Lines changed: 38350 additions & 8207 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.

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ venv/
2626

2727
# Testing / coverage
2828
.pytest_cache/
29+
.pytest_tmp/
30+
.ruff_cache/
2931
.coverage
3032
htmlcov/
3133
.mypy_cache/
@@ -35,3 +37,7 @@ htmlcov/
3537
tmp/
3638
temp/
3739
*.log
40+
41+
# Secrets and local-only Nexus artifacts
42+
.env
43+
.repo-index/

.specsmith/chat/chat-2026-04-09T13-18-42.jsonl

Lines changed: 0 additions & 7 deletions
This file was deleted.

.specsmith/chat/chat-2026-04-09T14-04-43.jsonl

Lines changed: 0 additions & 26 deletions
This file was deleted.

.specsmith/chat/chat-2026-04-09T15-09-20.jsonl

Whitespace-only changes.

.specsmith/chat/chat-2026-04-09T15-22-50.jsonl

Whitespace-only changes.

.specsmith/chat/chat-2026-04-09T15-42-20.jsonl

Whitespace-only changes.

.specsmith/chat/chat-2026-04-09T15-46-27.jsonl

Whitespace-only changes.

.specsmith/chat/chat-2026-04-09T19-51-35.jsonl

Whitespace-only changes.

.specsmith/chat/chat-2026-04-09T19-52-42.jsonl

Whitespace-only changes.

.specsmith/chat/chat-2026-04-09T19-59-37.jsonl

Whitespace-only changes.

0 commit comments

Comments
 (0)