discover: call-function--ontological — ontological analyzer + naming convention#10
Open
4444J99 wants to merge 1 commit into
Open
discover: call-function--ontological — ontological analyzer + naming convention#104444J99 wants to merge 1 commit into
4444J99 wants to merge 1 commit into
Conversation
…convention Adds DISCOVERY.md with value thesis for call-function--ontological and creates value-repos.json promoting this repo into the ranked tier. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Value Discovery
Repo:
organvm/call-function--ontologicalVerdict: VALUE CONFIRMED — promoted to ranked tier
What This Repo Actually Does
Two distinct but coupled capabilities:
OntologicalAnalyzer — a working Python library that takes any LLM function-calling schema (OpenAI/Anthropic JSON format) and runs three philosophical analyses: Aristotelian four-causes, Heideggerian phenomenology, Peircean semiotics. Produces a structured
FullAnalysiswith coverage ratio and grounding report. CLI:python -m tools.cli analyze/report/concepts. 85+ tests passing.FUNCTIONcalled() naming convention — a cross-domain file naming standard (
{Layer}.{Role}.{Domain}.{Extension}) with JSON Schema metadata sidecar system, validation toolchain (Python + semgrep), and registry builder.Why It Has Value
The
OntologicalAnalyzeris a reusable pre-flight quality layer for any agent pipeline in the estate. It surfaces tools with unclear telos, weak descriptions, or ambiguous naming — before they cause agent misbehavior at runtime. No other repo in the estate occupies this role.Changes
DISCOVERY.md— value thesis with best first taskvalue-repos.json— promotesorganvm/call-function--ontologicalto ranked tierBest First Task
Publish to PyPI (
pip install call-function-ontological) so any pipeline canfrom call_function_ontological import OntologicalAnalyzer. The pyproject.toml is 90% complete.🤖 Generated with Claude Code