Commit Graph

6 Commits

Author SHA1 Message Date
Maximiliano Korp a1b8eb8b28 style(intelligence): format branch-added adapter and plan files
`pnpm run check-format` (`oxfmt --check .`) reported 22 files. Nineteen
are byte-identical to origin/main and are pre-existing repository state.
These three were ADDED by this branch, so their formatting failures are
regressions this epic introduced rather than inherited:

- dev-docs/architecture/intelligence-adapters-plan.md
- sdk-python-agent-framework/pyproject.toml
- sdk-python-langgraph/pyproject.toml

The two pyproject.toml files matter in particular because CI's scoped
format job in static_quality.yml collects only
js/jsx/ts/tsx/mjs/cjs/json/jsonc/json5/md/css/yml/yaml/html/vue/py — it
never sees `*.toml`, so it would not have auto-fixed them and
check-format would have stayed red.

All changes are cosmetic: the pyproject edits are line-wrapping at
printWidth 80 with adapter version bounds untouched, and the markdown
change is table-separator padding only (token streams before and after
are identical at 8868 tokens).
2026-07-24 11:39:08 -07:00
Maximiliano Korp 1863fcd74a test(intelligence-langgraph): validate denial source mappings 2026-07-22 13:12:21 -07:00
Maximiliano Korp baf6f59878 test(intelligence-langgraph): consume denial corpus fields 2026-07-22 13:08:18 -07:00
Maximiliano Korp 11151cebf9 fix: harden Intelligence LangGraph Python lifecycle 2026-07-22 11:29:23 -07:00
Maximiliano Korp 4dcca4188f fix(intelligence-langgraph): harden adapter conformance 2026-07-22 11:06:39 -07:00
Maximiliano Korp bc0b1fd84c feat: add Intelligence LangGraph Python adapter 2026-07-22 10:10:53 -07:00