Commit graph

61 commits

Author SHA1 Message Date
b2fdf9575d docs: add Hermes Agent guide to AI_DEVELOPER_WORKSTATION.md
- Add Section 3 documenting Hermes model routing (deepseek-chat / deepseek-v4-pro)
- Add Section 3.2 with 5 project-specific skills (hotel-project-map,
  hotel-remuneration-orchestrator, hotel-seeding-testing, hotel-rls-verification,
  hotel-n8n-deployment)
- Add Section 3.3-3.6 covering AGENTS.md, MCP servers, cron test runner,
  and .hermes/ plans directory
- Add Section 3.7 quick-reference table for all common commands
- Update AGENTS.md to reference Hermes skills instead of inline
  orchestration, add worktree mode guidance
- Bump AGENTS.md changelog for migration date
2026-06-15 01:23:21 +00:00
8deb8e70a1 feat: configure PDF exports to default to Legal landscape and exclude AI Audit column 2026-06-14 02:41:17 +00:00
9adc52bd03 style: custom premium scrollbar styling for plans modal 2026-06-14 02:32:57 +00:00
08fe3954a2 feat: support editing plan details and deleting drafts with backend endpoints 2026-06-14 02:22:04 +00:00
bff2c3974e feat: expose End Validity in plan creation modal and handle optional input 2026-06-14 02:18:45 +00:00
422e400613 style: fix hardcoded white background cards in history and dashboard pages 2026-06-14 01:43:45 +00:00
466dd0e59c i18n: enforce strict localization consistency across all pages and components 2026-06-14 01:34:00 +00:00
086a37f43c docs: expand showcase guides with detailed step-by-step E2E instructions for all 10 roles 2026-06-14 01:22:47 +00:00
39b9dfb38d docs: expand showcase and recruiter guides to demonstrate all 10 user accounts 2026-06-14 01:21:35 +00:00
c2da4d0eaf docs & seeds: align showcase guides with multi-hotel RLS scenario and seed demo databases 2026-06-14 01:19:16 +00:00
50a2a473bb chore: add E2E demo showcase excel spreadsheet, generator script, and updated screenshots 2026-06-14 01:13:23 +00:00
65edbd35c0 docs: update showcase guides to use relative links and check in walkthrough configuration 2026-06-13 01:58:38 +00:00
55ffce242f docs: add recruiter showcase guides in English and Spanish 2026-06-13 01:45:31 +00:00
94123c9e74 docs: mark Phase 7 and 8 tasks as completed in roadmap 2026-06-13 01:15:49 +00:00
be0a12521e feat: configure global startup instrumentation to trigger log redaction rules 2026-06-13 01:15:44 +00:00
9553721add feat: implement Phase 6 history, auditing, dashboards and exporter services with e2e tests 2026-06-13 01:02:18 +00:00
524bdf1b64 docs: fix absolute link to relative in Phase 6 plan 2026-06-13 00:52:43 +00:00
29519ae3bd docs: create detailed Phase 6 implementation plan 2026-06-13 00:51:51 +00:00
5ce1cc0585 feat: sync harness skills and reinforce system architecture/workstation docs 2026-06-13 00:32:54 +00:00
d4d5d080e7 build: optimize Next.js config and Docker memory options to prevent VPS crash 2026-06-12 21:01:43 +00:00
cf575c4957 style: fix theme background inconsistency and header layout flicker via UserContext 2026-06-12 20:55:28 +00:00
22358e0df9 security: enforce UI route authorization and add custom unauthorized view 2026-06-12 20:46:29 +00:00
1a71db162f docs: update all Puppeteer screenshots with dark mode versions 2026-06-12 19:15:50 +00:00
82617d9a8d test: emulate dark mode in Puppeteer scripts for automated screenshots 2026-06-12 19:13:33 +00:00
2b52dd0c4e feat(i18n): internationalize status and target type keywords across plans, goals, simulations, and approvals views 2026-06-12 19:13:02 +00:00
1fc4d2fea9 docs: track prisma/screenshots and update gitignore for Forgejo image rendering 2026-06-12 19:09:35 +00:00
450785184c docs: replace carousel blocks with standard markdown lists of images 2026-06-12 19:07:50 +00:00
23676b3116 docs: rename standup file and fix image paths 2026-06-12 19:06:06 +00:00
9c348448f6 docs: add June 12, 2026 standup showcase guide 2026-06-12 19:03:00 +00:00
41fb0d0d75 feat: implement phase 5 settlements and i18n support
- Add English/Spanish translation system for UI pages
- Add bilingual AI audit notes using translation LLM chains in n8n
- Support zero-trust Docker routing to dev stack via internal hostnames
- Quiet down Next.js database query and middleware logging in test runs
2026-06-12 19:00:46 +00:00
a3a88d11a7 feat: implement phase 5 settlement calculation and approvals 2026-06-12 15:18:40 +00:00
24d54f8bed docs: add Phase 5 Implementation and Settlement Design Document 2026-06-12 13:36:19 +00:00
acd139cf0d docs: use relative paths for template sheets to fix remote link routing 2026-06-12 13:16:26 +00:00
95b05c50f5 feat(n8n): resolve AI model credentials and project ID dynamically on deploy/test and update documentation 2026-06-12 13:14:05 +00:00
8bfd240860 Audit, fix eslint rules, and configure/verify E2E n8n integration tests 2026-06-12 02:43:17 +00:00
95b0bd1bfc feat: integrate SalesImportJob tracking table and fix E2E test race conditions 2026-06-12 01:59:31 +00:00
49229263c6 fix(phase-4): fix translation interpolation and n8n webhook connection in E2E tests 2026-06-11 22:51:23 +00:00
d5a09e14a4 fix: change Map instantiation type definition in batch-save route 2026-06-11 22:35:27 +00:00
a7cfa1a951 fix: type annotation for map variables in sales import route 2026-06-11 22:35:22 +00:00
bcdc8efba5 fix: type annotation for map variables in batch-save route 2026-06-11 22:29:01 +00:00
9759a8bcda fix: type-check compile fix for batch-save route 2026-06-11 22:28:36 +00:00
731a2c4b4a fix: change xlsx import to namespace in sales import route 2026-06-11 22:28:18 +00:00
b6fa061208 feat: implement Phase 4 - Excel import, validations, idempotency key, and E2E tests 2026-06-11 22:28:14 +00:00
f79d7db793 feat: implement Phase 3 - Compensation Plan Creation, Versioning Logic, Goals, and E2E Tests 2026-06-11 18:03:44 +00:00
9ea98f8d76 feat: implement Phase 2 - Authentication, RLS Middleware, and Route Guards 2026-06-11 15:02:37 +00:00
a2238bd7e3 test: add database and rls policy verification test suite 2026-06-11 14:50:12 +00:00
f6b8f019cd docs, css, database: Complete Phase 1 - Foundation & Database Configuration 2026-06-11 14:46:55 +00:00
34f1a0d3d1 feat: scaffold variable remuneration agent team and skills plugin via harness 2026-06-11 13:58:21 +00:00
6ea51a00bc docs: add repository-specific AGENTS.md instructions for agy, caveman lite, RTK, and MCPs 2026-06-11 13:52:36 +00:00
a7dbc00bfc docs: integrate gap analysis constraints into architecture and roadmap specifications 2026-06-11 13:48:34 +00:00