8 Commits

Author SHA1 Message Date
5c90bdbd04 chore(prompts): align model tags and add report plan
- Update prompt model frontmatter in code-review and feature-add prompts to Claude Sonnet 4.6 (copilot)
- Add a save_report implementation plan prompt to support next-session delivery and clearer handoff context
2026-04-14 14:33:20 -04:00
2d61165f46 docs: add Read-Only Security Verification Report 2026-04-13 16:09:09 -04:00
aa0ada8366 finalized snapshot for the day 2026-04-13 15:08:02 -04:00
3e779a5273 docs(repo): reorganize setup docs and drop MCP probes
- Move setup docs into documentation/ and remove legacy MCP troubleshooting content and ad hoc probe files
- Support the session goal of a cleaner, gated workflow with clearer restart context and less maintenance noise
2026-04-13 14:49:23 -04:00
076484d775 feat(report): add comprehensive code health report with actionable improvements and resilience recommendations 2026-04-13 10:28:06 -04:00
0c9aebf97a feat(nexus): implement sharded architecture
- Create nexus-mcp/ with 6-shard plugin model (identity, workday, audit, itsm, assets, logistics)
- Migrate 31 tools from legacy Identity + Workday servers into unified orchestrator
- Add feature flag control (ENABLE_*) for atomic shard deployment per Gemini design
- Implement SOC 2 audit logging with automatic PII redaction (CC7.2 / CC6.1)
- Create stub shards for ITSM, Assets, Logistics (Red status awaiting credentials)
- Add comprehensive mock data library with drift scenarios for credential-free testing
- Update README.md: reposition from Workday-MCP to Nexus-MCP as primary server
- Document installation, configuration, and shard toggling in Local-Setup.md

Architecture: Orchestrator (main.py) + Shards (src/shards/*.py) + Adapters (lib/)
enables piece-at-a-time deployment. Mock mode (USE_MOCK=true) supports full 53-tool
testing without credentials. Smoke test verified: 33 tools registered successfully.

BREAKING CHANGE: Legacy Identity/ and Workday/ servers deprecated. Users must update
Claude Desktop config to point to nexus-mcp/src/main.py. Legacy folders preserved
for reference pending verification.

Refs: WIS-006, WIS-009, WIS-014-018, Gemini conversation 2026-04-06
2026-04-13 09:20:35 -04:00
b35499e195 refactor: update session snapshot to enhance workflow documentation and coding standards 2026-04-03 10:12:42 -04:00
ef4dcaafa7 docs(history): add session snapshot for 2026-04-03
- Add SESSION_SNAPSHOT_2026-04-03 with goals, accomplishments, and pending work

- Document next-session startup steps for Workday-to-AD sync delivery continuity
2026-04-03 09:18:21 -04:00