Commit Graph

7 Commits

Author SHA1 Message Date
e3754b0931 sync skills 2026-08-26 13:13:02 +03:00
585a00c537 semantic-curation: fix anchors, metadata, and relations across backend + specs
- Replace legacy @PURPOSE with @BRIEF across 241 files
- Add missing [C:N] complexity tiers to function contracts in core modules
- Fix tombstone contracts: add @STATUS DEPRECATED to 5 deprecated anchors
- Resolve 7 unresolved @RELATION edges in executor.py (DictionaryManager, TranslationPreview, etc.)
- Fix flat hierarchical IDs in 4 test files (22 test functions)
- Fix invalid tags/relations in logger.py (@ADR, @CONSEQUENCES, DISABLED_BY)
- Rebuild semantic index: 9,576 contracts, 4,742 edges, 0 parse warnings
2026-08-20 11:45:15 +03:00
3421484347 chore: synchronize remaining workspace updates 2026-08-10 07:29:08 +03:00
4d543a3a0a agents 2026-08-04 15:38:23 +07:00
db527dca98 style(frontend): unify styling on semantic design tokens and drop legacy src/components zone
- Replace raw Tailwind colors, hex arbitrary values, inline color styles and
  undefined CSS vars with semantic tokens from tailwind.config.js across
  routes and lib/components (modal backdrops -> bg-surface-overlay, sky-* ->
  info family, dark log console -> terminal/log tokens, etc.)
- Rewrite unstyled AgentRunPanel/DraftArtifactList on $lib/ui atoms
  (Button/Badge) and align MarkdownRenderer fallbacks with the token palette
- Extend audit-frontend-style.mjs gate: missing palettes, hex-arbitrary,
  inline style color/var checks, routes/*.svelte + lib/components .ts scan;
  fix quadratic inline-style regex and duplicate bg-white rule
- Remove legacy src/components zone: $components aliases (svelte/vitest
  configs), LEGACY_COMPONENTS walk, stale prompt rules in .kilo/.agents
2026-08-03 10:29:04 +07:00
39aa4a7e0c chore(kilo): consolidate agent skills, commands and workflows
- remove legacy .ai/ knowledge shots and reports, semantic skills
  invariant assessment, and obsolete .kilo/workflows/
- update agent model selection (omniroute/terra) for qa-tester,
  security-auditor, svelte-coder
- add swarm-master agent and speckit openapi/prototype/resume/validate
  plus test.* commands; update speckit plan/ux/implement docs
- refresh skill SKILL.md files (semantics core/testing/svelte/belief,
  molecular-cot-logging, semantic-frontend)
- add semantic curation report
2026-08-02 23:54:30 +07:00
db998ce085 feat(semantic): curator-driven protocol hardening — decision memory + relation repair
- Add @RATIONALE/@REJECTED to 103+ C4/C5 contracts across backend core, services, API routes, and frontend models
- Fix 109 unresolved @RELATION edges (Auth.*, SupersetClient.*, AgentChat.*, ADR cross-refs)
- Add 13 @ingroup tags for DSA/HCA attention grouping
- Repair 29 stale graph edges via index rebuild
- Update .kilo agent prompts and skills for GRACE-Poly v2.6 compliance
- Git integration: merge routes, branch lifecycle, remote providers, UX components
- 0 broken anchor pairs, index rebuilt with 0 parse warnings
2026-07-02 08:53:19 +03:00