Skip to content

Restore angr and topology-aware hashing references in tool documentation - #9

Draft
ludoplex with Copilot wants to merge 7 commits into
mainfrom
copilot/restore-angr-tools-presence
Draft

Restore angr and topology-aware hashing references in tool documentation#9
ludoplex with Copilot wants to merge 7 commits into
mainfrom
copilot/restore-angr-tools-presence

Conversation

Copilot AI commented Mar 14, 2026

Copy link
Copy Markdown
Contributor
  • Explore repo structure, schema/sm/feature conventions, and baseline test status
  • specs/domain/cfg.schema — CfgNode, CfgEdge, CfgFunction, CfgGraph (binary + agentic)
  • specs/domain/tah.schema — TahSignature, TahComparison, TahIndex, TahSearchResult
  • specs/domain/agent_ir.schema — Agent IR (VEX IR analogue), VexIrMapping, lift types
  • specs/behavior/agent_graph.hsm — Agent lifecycle HSM with transition-graph annotations
  • specs/domain/consistency.schema — ConsistencyContract, Violation, Report, CodegenRun, TandemDiff, EnforcementConfig
  • specs/behavior/codegen_consistency.hsm — Enforcement pipeline FSM
  • specs/testing/cfg_tah.feature — BDD scenarios for CFG/TAH/Agent-IR; clarified has_indirect=0 semantics
  • specs/testing/consistency.feature — BDD scenarios for deterministic/LLM/tandem/human gates and all policy modes
  • docs/AGENTIC_GRAPHS.md — Bridge doc: TAH/CFG/VEX-IR/Agent-IR/consistency for agentic engineering
  • VENDORS.md — Expanded angr and TAH entries to reference agentic engineering and consistency enforcement
  • Fix: tah.schema comment corrected from "32-dimensional" to "16-dimensional" (h0..h15); TAH_MAX_DIMS renamed to TAH_DIMS for clarity
  • make verify && make test pass (48 scenarios across 3 features, gen/ clean)
  • Parallel validation passed — code review + CodeQL clean

📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.

Copilot AI and others added 2 commits March 14, 2026 02:55
Co-authored-by: ludoplex <5705162+ludoplex@users.noreply.github.com>
Co-authored-by: ludoplex <5705162+ludoplex@users.noreply.github.com>
Copilot AI changed the title [WIP] Restore angr and other tools presence Restore angr and topology-aware hashing references in tool documentation Mar 14, 2026
Copilot AI requested a review from ludoplex March 14, 2026 02:56
@ecc-tools

ecc-tools Bot commented Apr 2, 2026

Copy link
Copy Markdown

Analyzing 200 commits...

@ecc-tools

ecc-tools Bot commented Apr 2, 2026

Copy link
Copy Markdown

Analysis Complete

Generated ECC bundle from 85 commits | Confidence: 80%

View Pull Request #10

Repository Profile
Attribute Value
Language TypeScript
Framework Not detected
Commit Convention conventional
Test Directory separate
Detected Workflows (9)
Workflow Description
database-migration Database schema changes with migration files
feature-development Standard feature implementation workflow
refactoring Code refactoring and cleanup workflow
add-new-domain-schema-and-generate-types Adds a new domain schema (e.g. .schema file) and generates all corresponding C types, JSON, SQL, proto, and fbs files.
implement-new-generator-tool Implements a new code generator (e.g. for BDD, HSM, API, SQL, etc), including its source, tokens, and self-header, and dogfoods it by adding a spec and generated outputs.
Generated Instincts (31)
Domain Count
git 4
code-style 9
testing 3
workflow 15

After merging, import with:

/instinct-import .claude/homunculus/instincts/inherited/cosmo-bde-instincts.yaml

Files

  • .claude/ecc-tools.json
  • .claude/skills/cosmo-bde/SKILL.md
  • .agents/skills/cosmo-bde/SKILL.md
  • .agents/skills/cosmo-bde/agents/openai.yaml
  • .claude/identity.json
  • .codex/config.toml
  • .codex/AGENTS.md
  • .codex/agents/explorer.toml
  • .codex/agents/reviewer.toml
  • .codex/agents/docs-researcher.toml
  • .claude/homunculus/instincts/inherited/cosmo-bde-instincts.yaml
  • .claude/commands/database-migration.md
  • .claude/commands/feature-development.md
  • .claude/commands/refactoring.md

ECC Tools | Everything Claude Code

@ecc-tools

ecc-tools Bot commented Apr 2, 2026

Copy link
Copy Markdown

Analyzing 200 commits...

@ecc-tools

ecc-tools Bot commented Apr 2, 2026

Copy link
Copy Markdown

Analysis Complete

Generated ECC bundle from 86 commits | Confidence: 80%

View Pull Request #10

Repository Profile
Attribute Value
Language TypeScript
Framework Not detected
Commit Convention conventional
Test Directory separate
Detected Workflows (9)
Workflow Description
database-migration Database schema changes with migration files
feature-development Standard feature implementation workflow
refactoring Code refactoring and cleanup workflow
add-new-domain-schema-and-generate-types Adds a new domain schema (e.g. .schema file) and generates all associated code/types (C, proto, fbs, json, sql, headers).
implement-new-generator-tool Implements a new code generator (e.g. bddgen, hsmgen, apigen, sqlgen, implgen, siggen, clipsgen, msmgen) and dogfoods it on a sample spec.
Generated Instincts (32)
Domain Count
git 4
code-style 9
testing 4
workflow 15

After merging, import with:

/instinct-import .claude/homunculus/instincts/inherited/cosmo-bde-instincts.yaml

Files

  • .claude/ecc-tools.json
  • .claude/skills/cosmo-bde/SKILL.md
  • .agents/skills/cosmo-bde/SKILL.md
  • .agents/skills/cosmo-bde/agents/openai.yaml
  • .claude/identity.json
  • .codex/config.toml
  • .codex/AGENTS.md
  • .codex/agents/explorer.toml
  • .codex/agents/reviewer.toml
  • .codex/agents/docs-researcher.toml
  • .claude/homunculus/instincts/inherited/cosmo-bde-instincts.yaml
  • .claude/commands/database-migration.md
  • .claude/commands/feature-development.md
  • .claude/commands/refactoring.md

ECC Tools | Everything Claude Code

@ecc-tools

ecc-tools Bot commented Apr 2, 2026

Copy link
Copy Markdown

Analyzing 200 commits...

@ecc-tools

ecc-tools Bot commented Apr 2, 2026

Copy link
Copy Markdown

Analysis Complete

Generated ECC bundle from 87 commits | Confidence: 80%

View Pull Request #11

Repository Profile
Attribute Value
Language TypeScript
Framework Not detected
Commit Convention conventional
Test Directory separate
Detected Workflows (10)
Workflow Description
database-migration Database schema changes with migration files
feature-development Standard feature implementation workflow
refactoring Code refactoring and cleanup workflow
add-or-update-domain-schema-and-generate-types Adds or updates a domain schema (.schema file), then regenerates all associated types and serialization files (C, proto, fbs, json, sql, headers) in gen/domain/.
add-or-update-behavioral-spec-and-generate-state-machine Adds or updates a behavioral spec (e.g., .hsm, .msm, .sm), then generates C code for state machines in gen/behavior/.
Generated Instincts (33)
Domain Count
git 4
code-style 9
testing 3
workflow 17

After merging, import with:

/instinct-import .claude/homunculus/instincts/inherited/cosmo-bde-instincts.yaml

Files

  • .claude/ecc-tools.json
  • .claude/skills/cosmo-bde/SKILL.md
  • .agents/skills/cosmo-bde/SKILL.md
  • .agents/skills/cosmo-bde/agents/openai.yaml
  • .claude/identity.json
  • .codex/config.toml
  • .codex/AGENTS.md
  • .codex/agents/explorer.toml
  • .codex/agents/reviewer.toml
  • .codex/agents/docs-researcher.toml
  • .claude/homunculus/instincts/inherited/cosmo-bde-instincts.yaml
  • .claude/commands/database-migration.md
  • .claude/commands/feature-development.md
  • .claude/commands/refactoring.md

ECC Tools | Everything Claude Code

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.

2 participants