Agent-directed work package.
Target agent: GitHub Copilot coding agent; Codex may also take this if enabled via GitHub Agent HQ.
Context:
nlplab is the Linux-native lab workspace for classical NLP, linguistic primitives, entity/relation extraction, topic modeling, semantic parsing, and language pipeline evaluation for Holmes. It is a lab repo: it may experiment, evaluate, package evidence, and emit functional service manifests. It must not self-promote models into production.
Scope:
- Inspect the live repository before editing.
- Add a real README explaining the lab purpose and relationship to
SocioProphet/holmes, SocioProphet/functional-model-surfaces, SociOS-Linux/embeddinglab, SociOS-Linux/translationlab, and SocioProphet/model-governance-ledger.
- Add
repo.maturity.yaml conforming to repo-maturity.v1 semantics.
- Add
lab.manifest.json describing supported NLP surfaces: tokenization, sentence splitting, POS/morphology, NER, relation extraction, classification, topic modeling, semantic parsing, and graph conversion.
- Add
service-manifest/functional-service.v1.json conforming to the functional service manifest schema.
- Add
examples/, evals/, datasets/README.md, adapters/README.md, training-runs/README.md.
- Add Makefile validation target.
Acceptance criteria:
make validate passes.
- Repo clearly states lab-only boundary: no production promotion, no secrets, no model blobs unless explicitly release-managed later.
- The functional service manifest can be consumed by
functional-model-surfaces and model-governance tooling.
- Holmes can use this repo as its classical/neural NLP lab substrate.
Boundary:
One PR only. Do not touch unrelated repos. Do not add large model weights or datasets.
Agent-directed work package.
Target agent: GitHub Copilot coding agent; Codex may also take this if enabled via GitHub Agent HQ.
Context:
nlplabis the Linux-native lab workspace for classical NLP, linguistic primitives, entity/relation extraction, topic modeling, semantic parsing, and language pipeline evaluation for Holmes. It is a lab repo: it may experiment, evaluate, package evidence, and emit functional service manifests. It must not self-promote models into production.Scope:
SocioProphet/holmes,SocioProphet/functional-model-surfaces,SociOS-Linux/embeddinglab,SociOS-Linux/translationlab, andSocioProphet/model-governance-ledger.repo.maturity.yamlconforming torepo-maturity.v1semantics.lab.manifest.jsondescribing supported NLP surfaces: tokenization, sentence splitting, POS/morphology, NER, relation extraction, classification, topic modeling, semantic parsing, and graph conversion.service-manifest/functional-service.v1.jsonconforming to the functional service manifest schema.examples/,evals/,datasets/README.md,adapters/README.md,training-runs/README.md.Acceptance criteria:
make validatepasses.functional-model-surfacesand model-governance tooling.Boundary:
One PR only. Do not touch unrelated repos. Do not add large model weights or datasets.