Add AI generation disclosure

This commit is contained in:
Bruno Postle
2026-02-14 08:10:55 +00:00
parent fecd4a810a
commit d4ac3c36ce
40 changed files with 54 additions and 14 deletions
+1
View File
@@ -1,3 +1,4 @@
<!-- This file was generated with the assistance of an AI coding tool. -->
# ifcedit # ifcedit
A CLI wrapper that exposes all 350+ `ifcopenshell.api` mutation functions as A CLI wrapper that exposes all 350+ `ifcopenshell.api` mutation functions as
+2 -1
View File
@@ -1,5 +1,6 @@
# This file was generated with the assistance of an AI coding tool.
# IfcEdit - CLI wrapper for ifcopenshell.api mutation functions # IfcEdit - CLI wrapper for ifcopenshell.api mutation functions
# Copyright (C) 2025 Bruno Postle <bruno@postle.net> # Copyright (C) 2026 Bruno Postle <bruno@postle.net>
# #
# This file is part of IfcEdit. # This file is part of IfcEdit.
# #
+2 -1
View File
@@ -1,5 +1,6 @@
# This file was generated with the assistance of an AI coding tool.
# IfcEdit - CLI wrapper for ifcopenshell.api mutation functions # IfcEdit - CLI wrapper for ifcopenshell.api mutation functions
# Copyright (C) 2025 Bruno Postle <bruno@postle.net> # Copyright (C) 2026 Bruno Postle <bruno@postle.net>
# #
# This file is part of IfcEdit. # This file is part of IfcEdit.
# #
+2 -1
View File
@@ -1,5 +1,6 @@
# This file was generated with the assistance of an AI coding tool.
# IfcEdit - CLI wrapper for ifcopenshell.api mutation functions # IfcEdit - CLI wrapper for ifcopenshell.api mutation functions
# Copyright (C) 2025 Bruno Postle <bruno@postle.net> # Copyright (C) 2026 Bruno Postle <bruno@postle.net>
# #
# This file is part of IfcEdit. # This file is part of IfcEdit.
# #
+2 -1
View File
@@ -1,5 +1,6 @@
# This file was generated with the assistance of an AI coding tool.
# IfcEdit - CLI wrapper for ifcopenshell.api mutation functions # IfcEdit - CLI wrapper for ifcopenshell.api mutation functions
# Copyright (C) 2025 Bruno Postle <bruno@postle.net> # Copyright (C) 2026 Bruno Postle <bruno@postle.net>
# #
# This file is part of IfcEdit. # This file is part of IfcEdit.
# #
+2 -1
View File
@@ -1,5 +1,6 @@
# This file was generated with the assistance of an AI coding tool.
# IfcEdit - CLI wrapper for ifcopenshell.api mutation functions # IfcEdit - CLI wrapper for ifcopenshell.api mutation functions
# Copyright (C) 2025 Bruno Postle <bruno@postle.net> # Copyright (C) 2026 Bruno Postle <bruno@postle.net>
# #
# This file is part of IfcEdit. # This file is part of IfcEdit.
# #
+1
View File
@@ -0,0 +1 @@
# This file was generated with the assistance of an AI coding tool.
+1
View File
@@ -1,3 +1,4 @@
# This file was generated with the assistance of an AI coding tool.
import ifcopenshell import ifcopenshell
import ifcopenshell.api.aggregate import ifcopenshell.api.aggregate
import ifcopenshell.api.owner.settings import ifcopenshell.api.owner.settings
+1
View File
@@ -1,3 +1,4 @@
# This file was generated with the assistance of an AI coding tool.
import json import json
from typing import Literal, Optional, Union from typing import Literal, Optional, Union
+1
View File
@@ -1,3 +1,4 @@
# This file was generated with the assistance of an AI coding tool.
from ifcedit.discover import function_docs, list_functions, list_modules from ifcedit.discover import function_docs, list_functions, list_modules
+1
View File
@@ -1,3 +1,4 @@
# This file was generated with the assistance of an AI coding tool.
import json import json
import subprocess import subprocess
import sys import sys
+1
View File
@@ -1,3 +1,4 @@
# This file was generated with the assistance of an AI coding tool.
import ifcopenshell.api.pset import ifcopenshell.api.pset
import ifcopenshell.api.root import ifcopenshell.api.root
+1
View File
@@ -1,3 +1,4 @@
<!-- This file was generated with the assistance of an AI coding tool. -->
# ifcmcp # ifcmcp
An MCP (Model Context Protocol) server that wraps `ifcquery` and `ifcedit`, An MCP (Model Context Protocol) server that wraps `ifcquery` and `ifcedit`,
+2 -1
View File
@@ -1,5 +1,6 @@
# This file was generated with the assistance of an AI coding tool.
# IfcMCP - MCP server for IFC building models # IfcMCP - MCP server for IFC building models
# Copyright (C) 2025 Bruno Postle <bruno@postle.net> # Copyright (C) 2026 Bruno Postle <bruno@postle.net>
# #
# This file is part of IfcMCP. # This file is part of IfcMCP.
# #
+1
View File
@@ -1,3 +1,4 @@
# This file was generated with the assistance of an AI coding tool.
from ifcmcp.server import server from ifcmcp.server import server
server.run(transport="stdio") server.run(transport="stdio")
+1
View File
@@ -1,3 +1,4 @@
# This file was generated with the assistance of an AI coding tool.
from __future__ import annotations from __future__ import annotations
import json import json
+1
View File
@@ -0,0 +1 @@
# This file was generated with the assistance of an AI coding tool.
+1
View File
@@ -1,3 +1,4 @@
# This file was generated with the assistance of an AI coding tool.
import ifcopenshell import ifcopenshell
import ifcopenshell.api.aggregate import ifcopenshell.api.aggregate
import ifcopenshell.api.owner.settings import ifcopenshell.api.owner.settings
+1
View File
@@ -1,3 +1,4 @@
# This file was generated with the assistance of an AI coding tool.
import json import json
import pytest import pytest
+1
View File
@@ -1,3 +1,4 @@
# This file was generated with the assistance of an AI coding tool.
import pytest import pytest
from ifcmcp.server import ifc_info, ifc_relations, ifc_select, ifc_summary, ifc_tree from ifcmcp.server import ifc_info, ifc_relations, ifc_select, ifc_summary, ifc_tree
+1
View File
@@ -1,3 +1,4 @@
# This file was generated with the assistance of an AI coding tool.
from ifcmcp.server import server from ifcmcp.server import server
+1
View File
@@ -1,3 +1,4 @@
# This file was generated with the assistance of an AI coding tool.
import pytest import pytest
import ifcmcp.server as server_mod import ifcmcp.server as server_mod
+1
View File
@@ -1,3 +1,4 @@
<!-- This file was generated with the assistance of an AI coding tool. -->
# ifcquery # ifcquery
A CLI tool for querying and inspecting IFC building models. All output is A CLI tool for querying and inspecting IFC building models. All output is
+2 -1
View File
@@ -1,5 +1,6 @@
# This file was generated with the assistance of an AI coding tool.
# IfcQuery - IFC model interrogation CLI # IfcQuery - IFC model interrogation CLI
# Copyright (C) 2025 Bruno Postle <bruno@postle.net> # Copyright (C) 2026 Bruno Postle <bruno@postle.net>
# #
# This file is part of IfcQuery. # This file is part of IfcQuery.
# #
+2 -1
View File
@@ -1,5 +1,6 @@
# This file was generated with the assistance of an AI coding tool.
# IfcQuery - IFC model interrogation CLI # IfcQuery - IFC model interrogation CLI
# Copyright (C) 2025 Bruno Postle <bruno@postle.net> # Copyright (C) 2026 Bruno Postle <bruno@postle.net>
# #
# This file is part of IfcQuery. # This file is part of IfcQuery.
# #
+2 -1
View File
@@ -1,5 +1,6 @@
# This file was generated with the assistance of an AI coding tool.
# IfcQuery - IFC model interrogation CLI # IfcQuery - IFC model interrogation CLI
# Copyright (C) 2025 Bruno Postle <bruno@postle.net> # Copyright (C) 2026 Bruno Postle <bruno@postle.net>
# #
# This file is part of IfcQuery. # This file is part of IfcQuery.
# #
+2 -1
View File
@@ -1,5 +1,6 @@
# This file was generated with the assistance of an AI coding tool.
# IfcQuery - IFC model interrogation CLI # IfcQuery - IFC model interrogation CLI
# Copyright (C) 2025 Bruno Postle <bruno@postle.net> # Copyright (C) 2026 Bruno Postle <bruno@postle.net>
# #
# This file is part of IfcQuery. # This file is part of IfcQuery.
# #
+2 -1
View File
@@ -1,5 +1,6 @@
# This file was generated with the assistance of an AI coding tool.
# IfcQuery - IFC model interrogation CLI # IfcQuery - IFC model interrogation CLI
# Copyright (C) 2025 Bruno Postle <bruno@postle.net> # Copyright (C) 2026 Bruno Postle <bruno@postle.net>
# #
# This file is part of IfcQuery. # This file is part of IfcQuery.
# #
+2 -1
View File
@@ -1,5 +1,6 @@
# This file was generated with the assistance of an AI coding tool.
# IfcQuery - IFC model interrogation CLI # IfcQuery - IFC model interrogation CLI
# Copyright (C) 2025 Bruno Postle <bruno@postle.net> # Copyright (C) 2026 Bruno Postle <bruno@postle.net>
# #
# This file is part of IfcQuery. # This file is part of IfcQuery.
# #
+2 -1
View File
@@ -1,5 +1,6 @@
# This file was generated with the assistance of an AI coding tool.
# IfcQuery - IFC model interrogation CLI # IfcQuery - IFC model interrogation CLI
# Copyright (C) 2025 Bruno Postle <bruno@postle.net> # Copyright (C) 2026 Bruno Postle <bruno@postle.net>
# #
# This file is part of IfcQuery. # This file is part of IfcQuery.
# #
+2 -1
View File
@@ -1,5 +1,6 @@
# This file was generated with the assistance of an AI coding tool.
# IfcQuery - IFC model interrogation CLI # IfcQuery - IFC model interrogation CLI
# Copyright (C) 2025 Bruno Postle <bruno@postle.net> # Copyright (C) 2026 Bruno Postle <bruno@postle.net>
# #
# This file is part of IfcQuery. # This file is part of IfcQuery.
# #
+1
View File
@@ -0,0 +1 @@
# This file was generated with the assistance of an AI coding tool.
+1
View File
@@ -1,3 +1,4 @@
# This file was generated with the assistance of an AI coding tool.
import ifcopenshell import ifcopenshell
import ifcopenshell.api.aggregate import ifcopenshell.api.aggregate
import ifcopenshell.api.owner.settings import ifcopenshell.api.owner.settings
+1
View File
@@ -1,3 +1,4 @@
# This file was generated with the assistance of an AI coding tool.
import json import json
import os import os
import subprocess import subprocess
+1
View File
@@ -1,3 +1,4 @@
# This file was generated with the assistance of an AI coding tool.
from ifcquery.info import info from ifcquery.info import info
+1
View File
@@ -1,3 +1,4 @@
# This file was generated with the assistance of an AI coding tool.
import json import json
import os import os
import subprocess import subprocess
+1
View File
@@ -1,3 +1,4 @@
# This file was generated with the assistance of an AI coding tool.
import json import json
import os import os
import subprocess import subprocess
+1
View File
@@ -1,3 +1,4 @@
# This file was generated with the assistance of an AI coding tool.
from ifcquery.select import select from ifcquery.select import select
+1
View File
@@ -1,3 +1,4 @@
# This file was generated with the assistance of an AI coding tool.
import ifcopenshell import ifcopenshell
import ifcopenshell.api.project import ifcopenshell.api.project
+1
View File
@@ -1,3 +1,4 @@
# This file was generated with the assistance of an AI coding tool.
from ifcquery.tree import tree from ifcquery.tree import tree