Skip to content

[codex] Expand ANCP language adapter coverage#1

Merged
Rtx09x merged 2 commits into
mainfrom
boobie/expanded-language-adapters
May 26, 2026
Merged

[codex] Expand ANCP language adapter coverage#1
Rtx09x merged 2 commits into
mainfrom
boobie/expanded-language-adapters

Conversation

@Rtx09x
Copy link
Copy Markdown
Member

@Rtx09x Rtx09x commented May 26, 2026

Summary

Expands ANCP language coverage beyond the existing compiler adapters with additional production-facing adapters, bug corpus cases, and docs.

What changed

  • Added adapters for JSON, TOML, YAML, Shell/Bash, PowerShell, Lua, Perl, R, Haskell, OCaml, Erlang, Elixir, Clojure, Nix, Terraform, Dockerfile, and SQL.
  • Added corresponding buggy corpus fixtures for schema-valid diagnostic generation.
  • Expanded shim/proxy/native command mappings so normal compiler/tool commands can emit ANCP sidecars.
  • Added official/source documentation references and expanded ecosystem research notes.
  • Added tools/check_toolchains.py and docs/toolchains.md for local and CI toolchain coverage reporting.
  • Updated release/readiness/verification docs and package manifest coverage.

Validation

  • python -m compileall -q src tests tools
  • pytest -> 15 passed
  • python tools\audit_contracts.py
  • python tools\verify_repo.py
  • python tools\run_bug_corpus.py
  • ancp validate .ancp\bug-corpus
  • python tools\check_toolchains.py
  • python -m build
  • python -m twine check dist\*
  • inspected source distribution for tool inclusion and generated artifact exclusion

Notes

Local full native compiler smoke coverage depends on installed language toolchains. Missing tools are intentionally reported as ANCP tool_failed documents instead of invalid output or fake success.

@Rtx09x Rtx09x marked this pull request as ready for review May 26, 2026 08:39
@Rtx09x Rtx09x merged commit ee805bd into main May 26, 2026
3 checks passed
@Rtx09x Rtx09x deleted the boobie/expanded-language-adapters branch May 26, 2026 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant