cdf17bf1c4
chore: close yonexus pairing follow-ups
2026-04-09 04:06:10 +00:00
12224c761f
test: expand failure and recovery coverage
2026-04-09 03:33:09 +00:00
8c9307f061
docs: update failure-path coverage status
2026-04-09 03:02:40 +00:00
6f164db7f8
docs: lock v1 scope and terminology
2026-04-09 02:33:21 +00:00
8b5a8efe9a
docs: update yonexus failure-path progress
2026-04-09 02:04:11 +00:00
e1835ba489
test: extend failure-path recovery coverage
2026-04-09 01:32:49 +00:00
0a7f895315
docs(test): mark CF-06 and heartbeat failures
2026-04-09 01:19:26 +00:00
25a59adb5d
test: extend yonexus integration coverage
2026-04-09 01:13:49 +00:00
477ccc8e5a
YNX-1105c: cover auth nonce collision/rate limit failures
2026-04-09 01:04:59 +00:00
685213b3d4
YNX-1104/1105: Add integration test framework and pairing failure path tests
...
- YNX-1104a: Create Server-Client integration test framework
- MockTransportPair for simulating network communication
- createIntegrationTestContext() for test environment setup
- First-time pairing flow integration tests
- Reconnection flow tests
- YNX-1105a: Create failure path test matrix documentation
- MATRIX.md with PF/AF/RP/CF/HF/SR categories
- Priority marking for critical security paths
- YNX-1105b: Implement pairing failure path tests
- PF-01: Invalid pairing code with retry
- PF-02: Expired pairing code cleanup
- PF-03: Unknown identifier rejection
- PF-04: Admin notification failure handling
- PF-05: Empty/whitespace code rejection
- PF-06: Malformed payload handling
- PF-07: Double pairing protection
- Edge cases: concurrent pairing, state cleanup
- Update TASKLIST.md with completion status
2026-04-09 00:59:43 +00:00
1f399c6191
chore: advance yonexus test coverage
2026-04-09 00:42:38 +00:00
a1baa6fd82
docs: update test task progress
2026-04-09 00:36:44 +00:00
733e02025b
docs: record yonexus unit test progress
2026-04-09 00:03:41 +00:00
d8af91cc0b
docs: add deployment and operations guides
2026-04-08 23:56:06 +00:00
81752e763e
docs: add yonexus acceptance baseline
2026-04-08 23:32:37 +00:00
347066240d
Update TASKLIST: mark YNX-1003, YNX-1004 complete; update YNX-0603 progress
...
- YNX-1003: Single-identifier single-active-connection policy (completed)
- YNX-1004: Restart recovery strategy (completed with documentation)
- YNX-0603: Discord DM notification skeleton complete, real DM noted as needing discord.js
2026-04-08 23:24:47 +00:00
cb0fb097de
Advance transport hardening tasks
2026-04-08 23:03:59 +00:00
9c72c93b8b
feat: YNX-0903/0904/0905 - Implement rule messaging APIs and server rewrite
...
- YNX-0903: Add sendMessageToServer() and sendRuleMessage() to Client runtime
- YNX-0904: Add sendMessageToClient() and sendRuleMessageToClient() to Server runtime
- YNX-0905: Implement handleRuleMessage() for server-side message rewriting
with sender identifier injection (::::)
- Update TASKLIST.md to mark all 3 tasks as completed
2026-04-08 22:52:00 +00:00
07b5ffed0c
chore: record yonexus runtime progress
2026-04-08 22:39:52 +00:00
479bb5e349
Update heartbeat and re-pair task status
2026-04-08 22:35:09 +00:00
739a1ee094
feat: advance yonexus authentication handshake
2026-04-08 22:04:56 +00:00
02d158eacd
feat: wire yonexus pairing request flow
2026-04-08 21:38:43 +00:00
3891eab488
chore: update pairing task progress
2026-04-08 21:34:53 +00:00
34a591dd0c
Track runtime and handshake progress
2026-04-08 21:13:26 +00:00
8c475f259a
Record transport scaffolding and protocol tests
2026-04-08 21:05:22 +00:00
38f68ca7ab
feat: persist Yonexus trust state scaffolding
2026-04-08 20:33:28 +00:00
4ed8287c2a
feat: update submodules for YNX-0102 and YNX-0401
...
- Yonexus.Protocol: add codec module with protocol encode/decode
- Yonexus.Server: add persistence types and ClientRecord structure
- Update TASKLIST.md to mark YNX-0102 and YNX-0401 complete
2026-04-08 20:20:17 +00:00
014a985814
feat: YNX-0102 protocol codec + YNX-0401 server persistence types
...
- Add Yonexus.Protocol/src/codec.ts with encodeBuiltin/decodeBuiltin,
rule message parsing, and type-safe envelope builders
- Add Yonexus.Server/plugin/core/persistence.ts with ClientRecord,
ServerRegistry, and serialization helpers
- Update exports in both modules
2026-04-08 20:19:41 +00:00
3b59e34eb5
feat: add protocol types and config schemas
2026-04-08 20:03:59 +00:00
609563c73e
chore: update yonexus submodule pointers
2026-04-08 19:33:39 +00:00
8e99285633
feat: scaffold yonexus server and client plugins
2026-04-08 19:32:46 +00:00
3d01ba40b0
docs: add Yonexus task breakdown
2026-04-08 19:08:23 +00:00
2309425cf6
update submodule refs for initial skeleton
2026-04-01 18:11:11 +00:00
f830012dbb
update submodule refs for conventions docs
2026-04-01 01:58:24 +00:00
26135a9659
update submodule refs for task docs
2026-04-01 01:56:37 +00:00
60a11686cc
update submodule refs for manifest docs
2026-04-01 01:53:36 +00:00
2a60031ad5
update submodule refs for scaffold docs
2026-04-01 01:38:41 +00:00
eba5f7535d
update submodule refs for structure docs
2026-04-01 01:36:13 +00:00
64dac56e37
add Yonexus.Protocol submodule and update architecture docs
2026-04-01 01:21:47 +00:00
95dc06453a
add architecture overview
2026-04-01 01:08:44 +00:00
eb7a6248f8
update submodule refs after plans
2026-04-01 01:08:36 +00:00
673d1bcb69
add server and client as submodules
2026-04-01 00:57:47 +00:00
488fc29a89
add yonexus dual-plugin readme and manifests
2026-03-31 23:37:59 +00:00
1d270110b0
define split yonexus server/client architecture
2026-03-31 23:14:05 +00:00
83e02829e7
reset project and add new yonexus communication plan
2026-03-31 13:59:40 +00:00
00ffef0d8e
Merge pull request 'feat: add filesystem resource layout and docs query tool; replace NEW_FEAT with FEAT' ( #2 ) from feat/filesystem-layout-and-doc-query into main
...
Reviewed-on: #2
2026-03-10 13:59:23 +00:00
b7a0211fb5
feat: add filesystem resource layout and docs query tool; replace NEW_FEAT with FEAT
2026-03-07 16:31:53 +00:00
8590c1ff31
Merge doc query requirement into NEW_FEAT
2026-03-07 16:25:04 +00:00
c42c081061
Add doc query tool requirement
2026-03-07 15:52:03 +00:00
f2ef1fc253
Add NEW_FEAT for filesystem resources
2026-03-07 15:46:13 +00:00